Home
last modified time | relevance | path

Searched refs:expectedZoneOverlaps (Results 1 – 3 of 3) sorted by relevance

/external/timezone-boundary-builder/
Dlint-json.js3 const expectedZoneOverlaps = require('./expectedZoneOverlaps.json') constant
42 Object.keys(expectedZoneOverlaps).forEach(zoneOverlap => {
43 expectedZoneOverlaps[zoneOverlap].forEach((overlapBounds, idx) => {
Dindex.js19 var expectedZoneOverlaps = require('./expectedZoneOverlaps.json') variable
464 …const allowedOverlapBounds = expectedZoneOverlaps[`${tzid}-${compareTzid}`] || expectedZoneOverlap…
DREADME.md59 … and various operations to perform to build the boundaries. The `expectedZoneOverlaps.json` file …
81 …integrity of the `timezones.json`, `osmBoundarySources.json` and `expectedZoneOverlaps.json` files…