Home
last modified time | relevance | path

Searched refs:osmBoundarySources (Results 1 – 4 of 4) sorted by relevance

/external/timezone-boundary-builder/
Dlint-json.js1 const osmBoundarySources = require('./osmBoundarySources.json') constant
8 Object.keys(osmBoundarySources).forEach(source => {
16 if (!osmBoundarySources[operation.id]) {
Dindex.js17 var osmBoundarySources = require('./osmBoundarySources.json') variable
37 newOsmBoundarySources[op.id] = osmBoundarySources[op.id]
42 osmBoundarySources = newOsmBoundarySources
145 Object.keys(osmBoundarySources).length
149 var cfg = osmBoundarySources[boundaryId]
667 asynclib.eachSeries(Object.keys(osmBoundarySources), downloadOsmBoundary, cb)
DCHANGELOG.md119 …ass source listed in timezones.json must have a corresponding definition in osmBoundarySources.json
120 …* A overpass source defined in osmBoundarySources.json must be used in at least one operation in t…
DREADME.md59 There are three config files that describe the boundary building process. The `osmBoundarySources.…
81 A linting script will verify the integrity of the `timezones.json`, `osmBoundarySources.json` and `…