Skip to content

Commit

Permalink
ol-ext: fix test according to enabled coordinates rounding
Browse files Browse the repository at this point in the history
  • Loading branch information
ghettovoice committed Mar 7, 2022
1 parent c9a1e28 commit d90e756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/ol-ext/proj.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { expect } from 'chai'
import * as proj from '@/ol-ext/proj'

describe('ol coordinate helper', () => {
const point3857 = [5565974.539663679, 7361866.113051185]
const point3857 = [5565974.539664, 7361866.113051]
const point4326 = [50, 55]
const line3857 = [[5565974.539663679, 7361866.113051185], [-3896182.1777645755, -11068715.659379495]]
const line3857 = [[5565974.539664, 7361866.113051], [-3896182.177765, -11068715.659379]]
const line4326 = [[50, 55], [-35, -70]]

/** @test pointToLonLat */
Expand Down

0 comments on commit d90e756

Please sign in to comment.