Skip to content

Commit 1519cc9

Browse files
authored
Angular 14, graphics improvements. (#31)
* Improved drawing of small moon in sky maps. * Update to Angular 14. * Gazetteer DB improvements.
1 parent aae04a8 commit 1519cc9

46 files changed

Lines changed: 3827 additions & 3288 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vscode/settings.json

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,129 @@
11
{
22
"cSpell.words": [
3+
"Abbrs",
4+
"Acamar",
5+
"Adara",
36
"additionals",
7+
"Agena",
8+
"Algenubi",
9+
"Almaak",
10+
"Alnair",
11+
"Alnath",
12+
"Alphekka",
13+
"Alshain",
14+
"Ankaa",
15+
"asynclist",
16+
"ATHF",
17+
"atlasdb",
18+
"ATOL",
19+
"Australe",
20+
"Austrinus",
21+
"autorepeat",
422
"benight",
23+
"Berenices",
524
"blockui",
25+
"browsable",
626
"callout",
27+
"Canis",
28+
"Capricornus",
29+
"Caroli",
30+
"cele",
31+
"COLSPAN",
732
"confirmdialog",
33+
"CTRS",
834
"datatable",
35+
"Dheneb",
36+
"Diphda",
937
"dismissable",
1038
"DSOS",
1139
"emptymessage",
40+
"eqci",
1241
"equisolstice",
42+
"Equulues",
1343
"espree",
44+
"Estado",
45+
"Etamin",
46+
"fcode",
47+
"fesm",
1448
"ffdx",
1549
"ffdy",
1650
"ffox",
1751
"GAST",
52+
"GEON",
53+
"geoname",
54+
"Geonames",
55+
"GEOZ",
1856
"googlemaps",
1957
"GRSCM",
58+
"GTTY",
2059
"habs",
60+
"Horsehead",
2161
"hpos",
62+
"ICND",
2263
"illum",
2364
"inputtext",
2465
"jasminewd",
2566
"Jupiters",
67+
"Kaus",
68+
"Kocab",
2669
"latlong",
70+
"Merach",
71+
"metaphone",
72+
"MILB",
73+
"Mirac",
74+
"Mirak",
75+
"Mirphak",
2776
"MOONSHADE",
2877
"moremenu",
78+
"mphone",
79+
"Nihal",
2980
"nonneg",
3081
"NONPLANET",
3182
"notrace",
3283
"overlaypanel",
3384
"Parallactically",
85+
"Phad",
3486
"Phong",
87+
"Piscis",
88+
"postalcode",
89+
"PPLA",
90+
"PPLC",
91+
"PPLF",
92+
"PPLG",
93+
"PPLL",
94+
"PPLQ",
95+
"PPLR",
96+
"PPLS",
97+
"PPLW",
98+
"PPLX",
3599
"primeicons",
36100
"primeng",
37101
"pxperrad",
38102
"radiobutton",
103+
"rdpartylicenses",
104+
"Sadalmelik",
39105
"sctr",
40106
"semidiameter",
107+
"Servlet",
108+
"Shedir",
109+
"skyview",
110+
"skyviewcafe",
111+
"Slavo",
41112
"smoon",
42113
"smoons",
43114
"starchart",
44115
"starcharts",
116+
"STNB",
45117
"SUBVIEW",
46118
"subzone",
47119
"subzones",
48120
"tabview",
121+
"timeservices",
122+
"TIMESTAMPDIFF",
49123
"topocentric",
124+
"unidecode",
50125
"VADJ",
126+
"Venatici",
51127
"vmag",
52128
"vpos",
53129
"worldmap",

angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"builder": "@angular-devkit/build-angular:dev-server",
8484
"options": {
8585
"browserTarget": "svc-ng:build",
86-
"port": 8080
86+
"port": 4200
8787
},
8888
"configurations": {
8989
"production": {
@@ -164,7 +164,6 @@
164164
}
165165
}
166166
},
167-
"defaultProject": "svc-ng",
168167
"schematics": {
169168
"@schematics/angular:component": {
170169
"prefix": "app",

0 commit comments

Comments
 (0)