https://github.com/gillandk/leaflet.gars
Global Area Reference System (GARS) Leaflet w/ Angular
https://github.com/gillandk/leaflet.gars
angular gars global-area-reference-system leaflet nga standalone
Last synced: 2 months ago
JSON representation
Global Area Reference System (GARS) Leaflet w/ Angular
- Host: GitHub
- URL: https://github.com/gillandk/leaflet.gars
- Owner: gillandk
- License: mit
- Created: 2022-10-20T16:11:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T17:10:35.000Z (over 2 years ago)
- Last Synced: 2025-01-26T07:26:05.497Z (4 months ago)
- Topics: angular, gars, global-area-reference-system, leaflet, nga, standalone
- Language: TypeScript
- Homepage:
- Size: 2.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leaflet.GARS

[](https://github.com/prettier/prettier)This is a standalone angular app used to test the Global Area Reference System [GARS](https://github.com/ngageoint/gars-js) library from the [National Geospatial-Intelligence Agency (NGA)](http://www.nga.mil/).

## Dependencies
This app tries to mirror the angular and leaflet dependencies found in [MAGE](https://github.com/ngageoint/mage-server). More specifically, this means:
1. Angular 1.5
2. Leaflet 1.7## Build and Installation
To run the test:
1. Clone the repository
2. ```npm ci```
3. ```npm run build```
4. ```npm run start```
5. http://localhost:4200