Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hactar committed Dec 22, 2024
1 parent 5eacdb6 commit 42105d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
13 changes: 3 additions & 10 deletions Sources/MapLibreSwiftUI/Examples/FillStyleLayerPreviews.swift
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
//
// FillPreview.swift
// MapLibreSwiftUI
//
// Created by patrick on 22.12.24.
//

import SwiftUI
import MapLibre
import MapLibreSwiftDSL
import SwiftUI

@available(iOS 17.0, *)
#Preview {
Expand All @@ -20,6 +13,6 @@ import MapLibreSwiftDSL
.fillOpacity(0.5)
.fillOutlineColor(.blue)
}
.ignoresSafeArea(.all)

.ignoresSafeArea(.all)
}
4 changes: 2 additions & 2 deletions Sources/MapLibreSwiftUI/Examples/Preview Helpers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ let austriaPolygon: [CLLocationCoordinate2D] = [
CLLocationCoordinate2D(latitude: 47.5237, longitude: 10.4350),
CLLocationCoordinate2D(latitude: 46.4000, longitude: 12.1500),
CLLocationCoordinate2D(latitude: 46.8700, longitude: 16.5900),
CLLocationCoordinate2D(latitude: 48.1234, longitude: 16.9600),
CLLocationCoordinate2D(latitude: 49.0200, longitude: 16.9600) // Closing point (same as start)
CLLocationCoordinate2D(latitude: 48.1234, longitude: 16.9600),
CLLocationCoordinate2D(latitude: 49.0200, longitude: 16.9600), // Closing point (same as start)
]

0 comments on commit 42105d8

Please sign in to comment.