mirror of
https://github.com/openglobus/openglobus.git
synced 2025-12-08 19:25:27 +00:00
fixed kml test my fault
This commit is contained in:
parent
5b8ab03c7b
commit
415eca8a34
@ -27,7 +27,7 @@ describe('kml files', () => {
|
||||
expect(extent.northEast.lat).toBe(-34.93)
|
||||
expect(extent.southWest.lon).toBe(138.62)
|
||||
expect(extent.southWest.lat).toBe(-34.94)
|
||||
const entity = entitie[0]
|
||||
const entity = entities[0]
|
||||
expect(entity.properties.name).toBe('')
|
||||
expect(entity.polyline.thickness).toBe(5)
|
||||
const [c0, c1, c2, c3] = entity.polyline._defaultColor
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user