Skip to content

Commit

Permalink
Development (#30)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
kshetline authored Jun 6, 2022
1 parent ea18ffd commit aae04a8
Show file tree
Hide file tree
Showing 28 changed files with 4,262 additions and 1,749 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# compiled output
/dist
/dist-server
/server/dist
/tmp
/out-tsc

Expand Down
61 changes: 61 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"cSpell.words": [
"additionals",
"benight",
"blockui",
"callout",
"confirmdialog",
"datatable",
"dismissable",
"DSOS",
"emptymessage",
"equisolstice",
"espree",
"ffdx",
"ffdy",
"ffox",
"GAST",
"googlemaps",
"GRSCM",
"habs",
"hpos",
"illum",
"inputtext",
"jasminewd",
"Jupiters",
"latlong",
"MOONSHADE",
"moremenu",
"nonneg",
"NONPLANET",
"notrace",
"overlaypanel",
"Parallactically",
"Phong",
"primeicons",
"primeng",
"pxperrad",
"radiobutton",
"sctr",
"semidiameter",
"smoon",
"smoons",
"starchart",
"starcharts",
"SUBVIEW",
"subzone",
"subzones",
"tabview",
"topocentric",
"VADJ",
"vmag",
"vpos",
"worldmap",
"xctr",
"xsign",
"yctr",
"ysign",
"zoneloc",
"ΔTAI"
]
}
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist",
"outputPath": "dist/public",
"index": "src/index.html",
"main": "src/main.ts",
"tsConfig": "src/tsconfig.app.json",
Expand Down
Loading

0 comments on commit aae04a8

Please sign in to comment.