-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
954 lines (839 loc) · 27.1 KB
/
Copy pathindex.html
File metadata and controls
954 lines (839 loc) · 27.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>AppleMapDownloader - Apple Maps Raster Downloader</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="AppleMapDownloader is a lightweight desktop application for downloading Apple Maps imagery at zoom level 18, stitching large areas, and exporting high-resolution raster outputs for GIS workflows.">
<script type="module" src="https://get.microsoft.com/badge/ms-store-badge.bundled.js"></script>
<style>
:root {
--bg: #080808;
--bg-soft: #0d0d0d;
--panel: #131313;
--panel-2: #181818;
--panel-3: #101010;
--text: #f4f4f4;
--muted: #a8a8a8;
--soft: #d7d7d7;
--line: rgba(255,255,255,0.085);
--line-strong: rgba(255,255,255,0.16);
--blue: #1f8fff;
--cyan: #20d4ea;
--green: #7fdd62;
--orange: #f28a34;
--red: #ff5d4f;
--shadow: 0 22px 70px rgba(0,0,0,0.42);
--radius: 10px;
--radius-lg: 16px;
--maxw: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
color: var(--text);
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
line-height: 1.65;
background:
radial-gradient(circle at 10% 0%, rgba(31,143,255,0.08), transparent 34rem),
radial-gradient(circle at 88% 8%, rgba(32,212,234,0.045), transparent 30rem),
radial-gradient(circle at 78% 95%, rgba(242,138,52,0.04), transparent 26rem),
linear-gradient(180deg, #080808 0%, #0b0b0b 50%, #080808 100%);
}
a {
color: inherit;
text-decoration: none;
}
.page {
width: min(var(--maxw), calc(100% - 28px));
margin: 0 auto;
padding: 26px 0 44px;
}
.frame {
overflow: hidden;
border: 1px solid var(--line);
border-radius: var(--radius-lg);
background: linear-gradient(180deg, #111111 0%, #0d0d0d 100%);
box-shadow: var(--shadow);
}
.topbar {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 14px 22px;
border-bottom: 1px solid var(--line);
background: rgba(255,255,255,0.018);
color: var(--muted);
font-size: 0.84rem;
font-weight: 800;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.brand {
display: inline-flex;
align-items: center;
gap: 10px;
color: #ffffff;
font-weight: 900;
}
.brand-mark {
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--blue);
box-shadow:
0 0 0 1px rgba(255,255,255,0.10),
0 0 18px rgba(31,143,255,0.45);
}
.nav-links {
display: flex;
gap: 14px;
flex-wrap: wrap;
justify-content: flex-end;
}
.nav-links a {
color: var(--muted);
transition: color 0.16s ease;
}
.nav-links a:hover { color: #ffffff; }
.hero {
padding: 54px 42px 42px;
border-bottom: 1px solid var(--line);
background:
linear-gradient(180deg, rgba(255,255,255,0.014), rgba(255,255,255,0)),
radial-gradient(circle at 80% 18%, rgba(31,143,255,0.11), transparent 24rem);
}
.hero-grid {
display: grid;
grid-template-columns: 1.08fr 0.92fr;
gap: 36px;
align-items: center;
}
.eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: 18px;
color: var(--muted);
font-size: 0.82rem;
font-weight: 900;
letter-spacing: 0.16em;
text-transform: uppercase;
}
.eyebrow::before {
content: "";
width: 38px;
height: 1px;
background: linear-gradient(90deg, var(--blue), rgba(255,255,255,0.16));
}
h1 {
margin: 0;
max-width: 820px;
color: #ffffff;
font-size: clamp(3rem, 7.6vw, 6.35rem);
font-weight: 950;
line-height: 0.9;
letter-spacing: -0.085em;
}
.subtitle {
max-width: 750px;
margin: 24px 0 0;
color: var(--muted);
font-size: clamp(1.04rem, 2.2vw, 1.2rem);
}
.zoom-warning {
display: inline-flex;
align-items: center;
gap: 10px;
margin-top: 20px;
padding: 10px 13px;
border: 1px solid rgba(242,138,52,0.30);
border-left: 3px solid var(--orange);
border-radius: 0 var(--radius) var(--radius) 0;
background: rgba(242,138,52,0.06);
color: #ffffff;
font-weight: 850;
}
.highlight-row {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 24px;
}
.pill {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 7px 12px;
border: 1px solid var(--line);
border-radius: 999px;
background: rgba(255,255,255,0.022);
color: #eeeeee;
font-size: 0.86rem;
font-weight: 760;
}
.pill::before {
content: "";
width: 7px;
height: 7px;
border-radius: 50%;
background: var(--blue);
}
.pill.green::before { background: var(--green); }
.pill.orange::before { background: var(--orange); }
.pill.cyan::before { background: var(--cyan); }
.pill.red::before { background: var(--red); }
.actions {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 30px;
}
.button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
padding: 10px 16px;
border: 1px solid var(--line-strong);
border-radius: var(--radius);
background: #f2f2f2;
color: #101010;
font-size: 0.94rem;
font-weight: 850;
transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}
.button:hover {
transform: translateY(-1px);
border-color: rgba(31,143,255,0.58);
}
.button.secondary {
background: transparent;
color: #f2f2f2;
}
.button.secondary:hover { background: rgba(255,255,255,0.035); }
.button.orange {
background: rgba(242,138,52,0.12);
color: #ffffff;
border-color: rgba(242,138,52,0.30);
}
.button.cyan {
background: rgba(32,212,234,0.11);
color: #ffffff;
border-color: rgba(32,212,234,0.28);
}
.hero-card {
padding: 22px;
border: 1px solid rgba(31,143,255,0.24);
border-radius: 13px;
background:
linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.012)),
#111111;
}
.map-visual {
position: relative;
width: 100%;
aspect-ratio: 1.43;
overflow: hidden;
border: 1px solid rgba(255,255,255,0.10);
border-radius: 11px;
background:
linear-gradient(135deg, rgba(31,143,255,0.20), transparent 28%),
linear-gradient(45deg, rgba(127,221,98,0.17), transparent 30%),
linear-gradient(315deg, rgba(242,138,52,0.12), transparent 31%),
repeating-linear-gradient(0deg, rgba(255,255,255,0.045) 0 1px, transparent 1px 42px),
repeating-linear-gradient(90deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 42px),
#0a0a0a;
}
.map-visual::before {
content: "";
position: absolute;
inset: 17% 15% 23% 21%;
border: 2px solid rgba(255,255,255,0.76);
background: rgba(31,143,255,0.08);
box-shadow: 0 0 0 1px rgba(31,143,255,0.22), 0 18px 38px rgba(0,0,0,0.25);
}
.map-visual::after {
content: "ZOOM 18 ONLY";
position: absolute;
right: 16px;
bottom: 15px;
padding: 6px 10px;
border: 1px solid rgba(255,255,255,0.13);
border-radius: 999px;
background: rgba(0,0,0,0.48);
color: #ffffff;
font-size: 0.76rem;
font-weight: 900;
letter-spacing: 0.12em;
}
.hero-card h2 {
margin: 18px 0 8px;
color: #ffffff;
font-size: 1.23rem;
line-height: 1.18;
letter-spacing: -0.025em;
}
.hero-card p {
margin: 0;
color: var(--muted);
}
.mini-stats {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
margin-top: 18px;
}
.mini-stat {
padding: 12px 10px;
border: 1px solid var(--line);
border-radius: var(--radius);
background: rgba(255,255,255,0.02);
}
.mini-stat strong {
display: block;
color: #ffffff;
font-size: 0.96rem;
line-height: 1.1;
}
.mini-stat span {
display: block;
margin-top: 5px;
color: var(--muted);
font-size: 0.78rem;
font-weight: 760;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.section {
padding: 36px 42px;
border-bottom: 1px solid var(--line);
background: transparent;
}
.section:nth-of-type(even) { background: rgba(255,255,255,0.01); }
.section:last-of-type { border-bottom: 0; }
.section-head {
display: grid;
grid-template-columns: 0.56fr 1fr;
gap: 25px;
align-items: start;
margin-bottom: 22px;
}
h2 {
margin: 0;
color: #ffffff;
font-size: clamp(1.42rem, 2.6vw, 2rem);
line-height: 1.08;
letter-spacing: -0.04em;
}
h2::after {
content: "";
display: block;
width: 52px;
height: 2px;
margin-top: 12px;
background: linear-gradient(90deg, var(--blue), rgba(255,255,255,0.14));
}
.section-note {
margin: 0;
color: var(--muted);
font-weight: 560;
}
.section p { margin: 0; color: #d8d8d8; }
.feature-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 12px;
margin: 24px 0 0;
padding: 0;
list-style: none;
}
.feature-grid li {
min-height: 90px;
padding: 16px 17px;
border: 1px solid var(--line);
border-radius: var(--radius);
background: var(--panel);
color: #efefef;
font-weight: 720;
}
.feature-grid li::before {
content: "•";
margin-right: 10px;
color: var(--green);
font-weight: 1000;
}
.feature-grid li:nth-child(3n)::before { color: var(--orange); }
.feature-grid li:nth-child(4n)::before { color: var(--cyan); }
.download-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
margin-top: 24px;
}
.download-card {
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 185px;
padding: 18px;
border: 1px solid var(--line);
border-radius: var(--radius);
background: var(--panel);
}
.download-card.featured { border-color: rgba(31,143,255,0.30); }
.download-card.cyan-border { border-color: rgba(32,212,234,0.22); }
.download-card.orange-border { border-color: rgba(242,138,52,0.22); }
.download-card.green-border { border-color: rgba(127,221,98,0.22); }
.download-card h3 {
margin: 0 0 8px;
color: #ffffff;
font-size: 1.05rem;
letter-spacing: -0.02em;
}
.download-card p {
margin: 0 0 16px;
color: var(--muted);
font-size: 0.95rem;
}
.download-card .button {
width: fit-content;
min-height: 40px;
padding: 9px 14px;
font-size: 0.91rem;
}
.store-badge-card {
align-items: flex-start;
gap: 16px;
}
.store-badge-wrap {
display: flex;
align-items: center;
justify-content: flex-start;
min-height: 64px;
}
ms-store-badge {
display: inline-block;
}
.snap-badge {
display: inline-flex;
width: fit-content;
margin-top: 6px;
border-radius: 6px;
overflow: hidden;
border: 1px solid rgba(255,255,255,0.10);
background: #050505;
}
.snap-badge img {
display: block;
height: 42px;
max-width: 100%;
}
.project-card {
display: grid;
grid-template-columns: 0.78fr 1fr;
gap: 18px;
margin-top: 24px;
padding: 20px;
border: 1px solid rgba(32,212,234,0.20);
border-radius: 13px;
background:
radial-gradient(circle at 0% 0%, rgba(32,212,234,0.07), transparent 18rem),
var(--panel);
}
.project-title {
padding: 18px;
border: 1px solid var(--line);
border-radius: var(--radius);
background: rgba(255,255,255,0.02);
}
.project-title strong {
display: block;
color: #ffffff;
font-size: clamp(1.7rem, 3.3vw, 2.55rem);
line-height: 0.95;
letter-spacing: -0.06em;
}
.project-title span {
display: block;
margin-top: 12px;
color: var(--muted);
font-size: 0.86rem;
font-weight: 850;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.compact-list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 8px 16px;
margin: 16px 0 0;
padding: 0;
list-style: none;
color: #e7e7e7;
}
.compact-list li::before {
content: "→";
margin-right: 8px;
color: var(--cyan);
font-weight: 900;
}
.workflow {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 10px;
margin-top: 24px;
counter-reset: step;
}
.step {
position: relative;
min-height: 122px;
padding: 16px;
border: 1px solid var(--line);
border-radius: var(--radius);
background: var(--panel);
color: var(--soft);
font-weight: 690;
}
.step::before {
counter-increment: step;
content: counter(step, decimal-leading-zero);
display: block;
margin-bottom: 12px;
color: var(--blue);
font-size: 0.78rem;
font-weight: 950;
letter-spacing: 0.12em;
}
.notice {
margin-top: 22px;
padding: 16px 18px;
border: 1px solid rgba(242,138,52,0.24);
border-left: 3px solid var(--orange);
border-radius: 0 var(--radius) var(--radius) 0;
background: rgba(242,138,52,0.045);
color: #eeeeee;
font-weight: 700;
}
.author-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
margin-top: 24px;
}
.info-card {
padding: 18px;
border: 1px solid var(--line);
border-radius: var(--radius);
background: var(--panel);
}
.info-card strong {
display: block;
color: #ffffff;
margin-bottom: 6px;
font-size: 1.02rem;
}
.info-card a {
color: var(--cyan);
overflow-wrap: anywhere;
}
footer {
padding: 24px 42px 30px;
border-top: 1px solid var(--line);
color: var(--muted);
font-size: 0.94rem;
background: rgba(255,255,255,0.012);
}
@media (max-width: 980px) {
.hero-grid,
.section-head,
.project-card,
.download-grid,
.author-grid {
grid-template-columns: 1fr;
}
.feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.workflow { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
.page {
width: min(100% - 18px, var(--maxw));
padding-top: 12px;
}
.hero,
.section,
footer {
padding-left: 22px;
padding-right: 22px;
}
.topbar {
flex-direction: column;
align-items: flex-start;
}
.nav-links {
justify-content: flex-start;
}
.actions,
.button,
.download-card .button {
width: 100%;
}
.feature-grid,
.workflow,
.compact-list,
.mini-stats {
grid-template-columns: 1fr;
}
.download-card,
.step {
min-height: auto;
}
}
</style>
</head>
<body>
<div class="page">
<main class="frame">
<header class="topbar">
<div class="brand"><span class="brand-mark"></span>AppleMapDownloader</div>
<nav class="nav-links" aria-label="Page navigation">
<a href="#features">Features</a>
<a href="#downloads">Downloads</a>
<a href="#pymapstitcher">PyMapStitcher</a>
<a href="#disclaimer">Disclaimer</a>
</nav>
</header>
<section class="hero">
<div class="hero-grid">
<div>
<div class="eyebrow">Apple Maps raster downloader</div>
<h1>AppleMap<br>Downloader</h1>
<p class="subtitle">
AppleMapDownloader is a lightweight desktop application for downloading and stitching large map areas into high-resolution raster outputs. It supports multi-threaded downloading, automatic image stitching, GeoTIFF export, BigTIFF support, and georeferenced outputs suitable for GIS workflows.
</p>
<div class="zoom-warning">
At the moment you can only download with zoom 18.
</div>
<div class="highlight-row">
<span class="pill">Multi-threaded downloading</span>
<span class="pill cyan">GeoTIFF / BigTIFF</span>
<span class="pill green">GIS-ready output</span>
<span class="pill orange">Zoom 18 only</span>
</div>
<div class="actions" aria-label="Main download links">
<a class="button" href="https://github.com/tarekwasfy01/AppleMapDowloader/releases/download/AppleMapDownloaderv.1.0/AppleMapDownloader.exe">
Download Windows EXE
</a>
<a class="button secondary" href="https://github.com/tarekwasfy01/AppleMapDowloader/releases/download/AppleMapDownloaderv.1.0/AppleMapDownloader-Setup-1.0.0.exe">
Download Setup
</a>
<a class="button cyan" href="https://py-map-stitcher.com">
PyMapStitcher Website
</a>
</div>
</div>
<aside class="hero-card" aria-label="Application summary">
<div class="map-visual" aria-label="Abstract map selection and stitching preview"></div>
<h2>Large Apple map mosaics for local GIS workflows</h2>
<p>
Developed as a companion utility for PyMapStitcher, AppleMapDownloader helps generate large map mosaics and geospatial imagery for research, GIS, remote sensing, archaeology, and mapping projects.
</p>
<div class="mini-stats">
<div class="mini-stat"><strong>18</strong><span>Zoom level</span></div>
<div class="mini-stat"><strong>GIS</strong><span>Workflow</span></div>
<div class="mini-stat"><strong>BigTIFF</strong><span>Export</span></div>
</div>
</aside>
</div>
</section>
<section class="section" id="features">
<div class="section-head">
<h2>Features</h2>
<p class="section-note">
A focused desktop workflow for high-resolution Apple Maps raster generation, stitching, and GIS-ready export.
</p>
</div>
<ul class="feature-grid">
<li>Multi-threaded map downloading</li>
<li>Large area stitching</li>
<li>GeoTIFF and BigTIFF export</li>
<li>Georeferenced outputs for GIS software</li>
<li>Preview and map selection tools</li>
<li>Standalone Windows executable available</li>
<li>Python source code available</li>
<li>Suitable for very large raster generation workflows</li>
<li>Designed for research, GIS, remote sensing, archaeology, and mapping projects</li>
</ul>
<div class="notice">
Important release note: this version currently supports downloading at zoom level 18 only.
</div>
</section>
<section class="section" id="downloads">
<div class="section-head">
<h2>Download</h2>
<p class="section-note">
Choose the package for your platform. The Windows onefile executable is the simplest option for quick testing.
</p>
</div>
<div class="download-grid">
<article class="download-card featured store-badge-card">
<div>
<h3>Microsoft Store</h3>
<p>Install AppleMapDownloader directly from the Microsoft Store.</p>
</div>
<div class="store-badge-wrap" aria-label="Get AppleMapDownloader from the Microsoft Store">
<ms-store-badge
productid="9P9BZ7780S7G"
window-mode="full"
theme="auto"
size="large"
language="en-us"
animation="on">
</ms-store-badge>
</div>
</article>
<article class="download-card featured">
<div>
<h3>Windows OneFile Executable</h3>
<p>Latest standalone Windows executable. No separate installer workflow required.</p>
</div>
<a class="button" href="https://github.com/tarekwasfy01/AppleMapDowloader/releases/download/AppleMapDownloaderv.1.0/AppleMapDownloader.exe">
Download AppleMapDownloader.exe
</a>
</article>
<article class="download-card cyan-border">
<div>
<h3>Windows Setup</h3>
<p>Installer package for users who prefer a classic setup workflow.</p>
</div>
<a class="button secondary" href="https://github.com/tarekwasfy01/AppleMapDowloader/releases/download/AppleMapDownloaderv.1.0/AppleMapDownloader-Setup-1.0.0.exe">
Download Setup
</a>
</article>
<article class="download-card orange-border">
<div>
<h3>Linux Installer</h3>
<p>Linux installer link provided for the current release package.</p>
</div>
<a class="button orange" href="https://github.com/tarekwasfy01/AppleMapDownloader/releases/download/AppleMapDownloaderv.1.0/AppleMapDownloader_Setup_OneDir.exe">
Download Linux Installer
</a>
</article>
<article class="download-card green-border">
<div>
<h3>Snap Store</h3>
<p>Install AppleMapDownloader from the Snap Store.</p>
</div>
<a class="snap-badge" href="https://snapcraft.io/applemapdownloader" aria-label="Get AppleMapDownloader from the Snap Store">
<img alt="Get it from the Snap Store" src="https://snapcraft.io/en/dark/install.svg">
</a>
</article>
<article class="download-card featured">
<div>
<h3>macOS Installer</h3>
<p>Latest macOS package installer for AppleMapDownloader.</p>
</div>
<a class="button secondary" href="https://github.com/tarekwasfy01/AppleMapDownloader/releases/download/AppleMapDownloaderv.1.0/AppleMapDownloader-1.0.5.pkg">
Download macOS PKG
</a>
</article>
<article class="download-card cyan-border">
<div>
<h3>GitHub Profile</h3>
<p>More software, source code, and release packages by Tarek Wasfy.</p>
</div>
<a class="button cyan" href="https://github.com/tarekwasfy01">
Open GitHub Profile
</a>
</article>
</div>
</section>
<section class="section" id="pymapstitcher">
<div class="section-head">
<h2>Related project</h2>
<p class="section-note">
AppleMapDownloader is a focused companion utility. PyMapStitcher is the advanced GIS-oriented map stitching solution.
</p>
</div>
<div class="project-card">
<div class="project-title">
<strong>PyMap<br>Stitcher</strong>
<span>Advanced GIS map stitching</span>
</div>
<div>
<p>
If you are looking for a more advanced GIS-oriented map stitching solution with support for extremely large datasets, BigTIFF generation, QGIS integration, and multiple installation options, please also check out PyMapStitcher.
</p>
<ul class="compact-list">
<li>GeoTIFF and BigTIFF export</li>
<li>Large-area map downloading</li>
<li>QGIS integration</li>
<li>Windows, Linux, and macOS support</li>
<li>Python package availability</li>
<li>GIS-ready workflows</li>
<li>Advanced raster processing</li>
</ul>
<div class="actions">
<a class="button cyan" href="https://py-map-stitcher.com">
PyMapStitcher Website
</a>
<a class="button secondary" href="https://github.com/tarekwasfy01/PyMapStitcher">
GitHub Repository
</a>
</div>
</div>
</div>
</section>
<section class="section">
<div class="section-head">
<h2>Recommended workflow</h2>
<p class="section-note">
Use AppleMapDownloader when you specifically need Apple Maps imagery. Use PyMapStitcher for broader stitching, BigTIFF exports, and full GIS workflows.
</p>
</div>
<div class="workflow" aria-label="Recommended workflow steps">
<div class="step">Download AppleMapDownloader for your platform.</div>
<div class="step">Select or enter the target map area.</div>
<div class="step">Keep the download zoom set to 18.</div>
<div class="step">Download, stitch, and export the raster output.</div>
<div class="step">Use PyMapStitcher for advanced GeoTIFF, BigTIFF, and QGIS workflows.</div>
</div>
</section>
<section class="section" id="disclaimer">
<div class="section-head">
<h2>Disclaimer</h2>
<p class="section-note">
Please check provider rules and usage permissions before downloading, storing, publishing, or redistributing map imagery.
</p>
</div>
<p>
Users are responsible for ensuring that any downloaded map imagery complies with the terms of service, licensing conditions, and usage restrictions of the respective map providers. This software is intended for educational, research, and authorized use cases.
</p>
</section>
<section class="section">
<div class="section-head">
<h2>Author</h2>
<p class="section-note">
AppleMapDownloader is developed by Tarek Wasfy as part of a broader GIS and map stitching toolchain.
</p>
</div>
<div class="author-grid">
<div class="info-card">
<strong>Tarek Wasfy</strong>
<p>Author and maintainer of AppleMapDownloader.</p>
</div>
<div class="info-card">
<strong>GitHub</strong>
<p><a href="https://github.com/tarekwasfy01">https://github.com/tarekwasfy01</a></p>
</div>
</div>
</section>
<footer>
AppleMapDownloader is a lightweight Apple Maps raster downloader for zoom 18. For advanced large-area GIS stitching, GeoTIFF / BigTIFF export, and QGIS-ready workflows, use PyMapStitcher.
</footer>
</main>
</div>
</body>
</html>