Revert "Revert "feat: Adding Processing of NetworkLink KML Tag (#139)… #314
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors
|
build (22)
Process completed with exit code 1.
|
|
build (22):
lib/index.test.ts#L32
Error: Snapshot `toGeoJSON > networklink.kml 2` mismatched
- Expected
+ Received
@@ -1,41 +1,9 @@
{
"children": [
{
- "bbox": [
- 15.086756,
- 53.180102,
- 16.775049,
- 53.357038,
- ],
- "geometry": {
- "coordinates": [
- [
- [
- 15.086756,
- 53.357038,
- ],
- [
- 16.775049,
- 53.357038,
- ],
- [
- 16.775049,
- 53.180102,
- ],
- [
- 15.086756,
- 53.180102,
- ],
- [
- 15.086756,
- 53.357038,
- ],
- ],
- ],
- "type": "Polygon",
- },
+ "geometry": null,
"properties": {
"@geometry-type": "networklink",
"href": "https://tiny.url",
"lod": [
128,
❯ lib/index.test.ts:32:40
|