Skip to content

Commit aae04a8

Browse files
authored
Development (#30)
* New multilingual geographic search engine. * Improved search when comma omitted between city and state/country. * More support for searching locations by postal code. * New combined backend/frontend build process.
1 parent ea18ffd commit aae04a8

28 files changed

Lines changed: 4262 additions & 1749 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# compiled output
44
/dist
5-
/dist-server
5+
/server/dist
66
/tmp
77
/out-tsc
88

.vscode/settings.json

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"cSpell.words": [
3+
"additionals",
4+
"benight",
5+
"blockui",
6+
"callout",
7+
"confirmdialog",
8+
"datatable",
9+
"dismissable",
10+
"DSOS",
11+
"emptymessage",
12+
"equisolstice",
13+
"espree",
14+
"ffdx",
15+
"ffdy",
16+
"ffox",
17+
"GAST",
18+
"googlemaps",
19+
"GRSCM",
20+
"habs",
21+
"hpos",
22+
"illum",
23+
"inputtext",
24+
"jasminewd",
25+
"Jupiters",
26+
"latlong",
27+
"MOONSHADE",
28+
"moremenu",
29+
"nonneg",
30+
"NONPLANET",
31+
"notrace",
32+
"overlaypanel",
33+
"Parallactically",
34+
"Phong",
35+
"primeicons",
36+
"primeng",
37+
"pxperrad",
38+
"radiobutton",
39+
"sctr",
40+
"semidiameter",
41+
"smoon",
42+
"smoons",
43+
"starchart",
44+
"starcharts",
45+
"SUBVIEW",
46+
"subzone",
47+
"subzones",
48+
"tabview",
49+
"topocentric",
50+
"VADJ",
51+
"vmag",
52+
"vpos",
53+
"worldmap",
54+
"xctr",
55+
"xsign",
56+
"yctr",
57+
"ysign",
58+
"zoneloc",
59+
"ΔTAI"
60+
]
61+
}

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": {
1212
"builder": "@angular-devkit/build-angular:browser",
1313
"options": {
14-
"outputPath": "dist",
14+
"outputPath": "dist/public",
1515
"index": "src/index.html",
1616
"main": "src/main.ts",
1717
"tsConfig": "src/tsconfig.app.json",

0 commit comments

Comments
 (0)