Skip to content

Commit

Permalink
Update units.js - full vec-pbf
Browse files Browse the repository at this point in the history
  • Loading branch information
j-devel authored Feb 25, 2025
1 parent d31d0a6 commit 8f77ecd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/units.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ units['vec-table'] = async (ThreeGeo, dataDir, preset='node') => {

units['vec-pbf'] = async (ThreeGeo, dataDir, preset='node') => {
const tgeo = new ThreeGeo({ isDebug: true });
/*

const loc = {name: 'pbf', origin: [43.5, -79.5], radius: 1.25, zoom: 14}; // for '12-1143-1497.vector.pbf'
setupApi(tgeo, preset, `${dataDir}/${loc.name}`);

Expand All @@ -147,7 +147,6 @@ units['vec-pbf'] = async (ThreeGeo, dataDir, preset='node') => {
expect(waterLen).toBe(2);
expect(waterwayLen).toBe(7);
}
*/
};

if (typeof document !== 'undefined') {
Expand Down

0 comments on commit 8f77ecd

Please sign in to comment.