Skip to content

Commit

Permalink
Angular 14, graphics improvements. (#31)
Browse files Browse the repository at this point in the history
* Improved drawing of small moon in sky maps.
* Update to Angular 14.
* Gazetteer DB improvements.
  • Loading branch information
kshetline authored Jun 18, 2022
1 parent aae04a8 commit 1519cc9
Show file tree
Hide file tree
Showing 46 changed files with 3,827 additions and 3,288 deletions.
76 changes: 76 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,129 @@
{
"cSpell.words": [
"Abbrs",
"Acamar",
"Adara",
"additionals",
"Agena",
"Algenubi",
"Almaak",
"Alnair",
"Alnath",
"Alphekka",
"Alshain",
"Ankaa",
"asynclist",
"ATHF",
"atlasdb",
"ATOL",
"Australe",
"Austrinus",
"autorepeat",
"benight",
"Berenices",
"blockui",
"browsable",
"callout",
"Canis",
"Capricornus",
"Caroli",
"cele",
"COLSPAN",
"confirmdialog",
"CTRS",
"datatable",
"Dheneb",
"Diphda",
"dismissable",
"DSOS",
"emptymessage",
"eqci",
"equisolstice",
"Equulues",
"espree",
"Estado",
"Etamin",
"fcode",
"fesm",
"ffdx",
"ffdy",
"ffox",
"GAST",
"GEON",
"geoname",
"Geonames",
"GEOZ",
"googlemaps",
"GRSCM",
"GTTY",
"habs",
"Horsehead",
"hpos",
"ICND",
"illum",
"inputtext",
"jasminewd",
"Jupiters",
"Kaus",
"Kocab",
"latlong",
"Merach",
"metaphone",
"MILB",
"Mirac",
"Mirak",
"Mirphak",
"MOONSHADE",
"moremenu",
"mphone",
"Nihal",
"nonneg",
"NONPLANET",
"notrace",
"overlaypanel",
"Parallactically",
"Phad",
"Phong",
"Piscis",
"postalcode",
"PPLA",
"PPLC",
"PPLF",
"PPLG",
"PPLL",
"PPLQ",
"PPLR",
"PPLS",
"PPLW",
"PPLX",
"primeicons",
"primeng",
"pxperrad",
"radiobutton",
"rdpartylicenses",
"Sadalmelik",
"sctr",
"semidiameter",
"Servlet",
"Shedir",
"skyview",
"skyviewcafe",
"Slavo",
"smoon",
"smoons",
"starchart",
"starcharts",
"STNB",
"SUBVIEW",
"subzone",
"subzones",
"tabview",
"timeservices",
"TIMESTAMPDIFF",
"topocentric",
"unidecode",
"VADJ",
"Venatici",
"vmag",
"vpos",
"worldmap",
Expand Down
3 changes: 1 addition & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "svc-ng:build",
"port": 8080
"port": 4200
},
"configurations": {
"production": {
Expand Down Expand Up @@ -164,7 +164,6 @@
}
}
},
"defaultProject": "svc-ng",
"schematics": {
"@schematics/angular:component": {
"prefix": "app",
Expand Down
Loading

0 comments on commit 1519cc9

Please sign in to comment.