FarmMaps base angular client libraries @farmmaps/common and @farmmaps/common-map
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Willem Dantuma f2e265391c
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details
FarmMaps/FarmMapsLib/pipeline/head This commit looks good Details
AW-4860
1 week ago
e2e initial commit 4 years ago
fontawesome-6.2.1 Add fontawesome 6.2.1 2 months ago
fonts/FMIconFont AW-2390 2 years ago
projects AW-4860 1 week ago
src Aw4751 eslint fixes 3 weeks ago
.browserslistrc Upgrade to angular 10 3 years ago
.editorconfig initial commit 4 years ago
.eslintrc.js AW-4770 TSLint -> ESLint 3 weeks ago
.gitignore revert openlayers 1 month ago
Jenkinsfile Fix build 1 year ago
Jenkinsfile.develop Fix publish 1 year ago
README.md AW-4770 TSLint -> ESLint 3 weeks ago
angular.json Delete fontawesome 5.15.2 2 months ago
custom-webpack.config.js Some fixes 5 months ago
package-lock.json AW-4770 TSLint -> ESLint 3 weeks ago
package.json AW-4860 1 week ago
tsconfig.json Some more fixes 7 months ago

README.md

Farmmaps viewer

This is a sample FarmMaps client in Angular 7.x.

Quick start

Use one of the two options below to get started.

Option 1, Using docker

Dependencies

  • docker desktop

Setup

docker pull node:12.13.1
docker run -t -i --entrypoint /bin/bash -p 4200:4200 node:12.13.1

Inside the running container

git clone https://git.akkerweb.nl/FarmMaps/FarmMapsLib.git
cd FarmMapsLib
npm config set @farmmaps:registry https://repository.akkerweb.nl/repository/npm-group/
npm install -g @angular/cli
npm install
ng serve --host 0.0.0.0

Go

Point your browser to http://localhost:4200

Option 2, Using local machine

Dependencies

  • npm 6.9.0
  • nodejs 10.16.0
  • git

Setup

git clone https://git.akkerweb.nl/FarmMaps/FarmMapsLib.git
cd FarmMapsLib
npm config set @farmmaps:registry https://repository.akkerweb.nl/repository/npm-group/
npm install -g @angular/cli
npm install
ng serve

Go

Point your browser to http://localhost:4200

ESLint

npm run lint src
npm run lint projects/common/src
npm run lint projects/common-map/src
npm run lint projects/common-map3d/src