summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/GeoJSON.swift
AgeCommit message (Collapse)AuthorFilesLines
2023-03-22Add coordinators and app routerAndrej Mihajlov1-156/+0
Fixes IOS-10
2022-08-03Format source code with swiftformatAndrej Mihajlov1-7/+14
2022-07-12Use our own parser for geojsonAndrej Mihajlov1-19/+3
MKGeoJSONDecoder extracts interior polygons from geojson which does not seem to work properly with map view.
2022-07-12Draw interior polygons above exteriorAndrej Mihajlov1-9/+15
MapKit has issues drawing interior polygons.
2022-07-12Migrate geojson to modern swiftAndrej Mihajlov1-3/+3
2022-07-12Drop parsing unused fields from geojsonAndrej Mihajlov1-54/+11
2021-05-12Connect: add mapAndrej Mihajlov1-0/+202