Searched refs:osmBoundarySources (Results 1 – 4 of 4) sorted by relevance
1 const osmBoundarySources = require('./osmBoundarySources.json') constant8 Object.keys(osmBoundarySources).forEach(source => {16 if (!osmBoundarySources[operation.id]) {
17 var osmBoundarySources = require('./osmBoundarySources.json') variable37 newOsmBoundarySources[op.id] = osmBoundarySources[op.id]42 osmBoundarySources = newOsmBoundarySources145 Object.keys(osmBoundarySources).length149 var cfg = osmBoundarySources[boundaryId]667 asynclib.eachSeries(Object.keys(osmBoundarySources), downloadOsmBoundary, cb)
119 …ass source listed in timezones.json must have a corresponding definition in osmBoundarySources.json120 …* A overpass source defined in osmBoundarySources.json must be used in at least one operation in t…
59 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 `…