FarmMaps base angular client libraries @farmmaps/common and @farmmaps/common-map
 
 
 
 
 
Go to file
Willem Dantuma 0b8dbf4e2e
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details
Some fixes
2022-10-26 21:31:39 +02:00
e2e initial commit 2019-06-26 14:35:47 +02:00
fontawesome-5.15.2 Upgrade to fontawesom 5.15.2 2021-01-22 13:13:48 +01:00
fonts/FMIconFont AW-2390 2021-06-02 16:39:33 +02:00
projects datafilter can now be used with querystate 2022-10-24 13:23:33 +02:00
src implement layer compare slider 2022-09-27 19:58:08 +02:00
.browserslistrc Upgrade to angular 10 2020-09-25 19:27:53 +02:00
.editorconfig initial commit 2019-06-26 14:35:47 +02:00
.gitignore Update to angular 13 2022-08-19 20:39:00 +02:00
Jenkinsfile Fix build 2022-01-31 21:51:37 +01:00
Jenkinsfile.develop Fix publish 2021-11-25 11:35:27 +01:00
README.md Update README 2019-11-25 16:22:55 +01:00
angular.json Angular cli changes 2022-09-27 11:42:42 +02:00
custom-webpack.config.js Some fixes 2022-10-26 21:31:39 +02:00
package-lock.json Upgrade to olcs 2022-09-28 19:20:45 +02:00
package.json Some fixes 2022-10-26 21:31:39 +02:00
tsconfig.json Some more fixes 2022-08-19 21:17:13 +02:00
tslint.json Upgrade to angular 10 2020-09-25 19:27:53 +02:00

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