Peter Bastiani 45537cb2e9
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
------------------------------------------------------------------------------
Building entry point '@farmmaps/common-map'
------------------------------------------------------------------------------
- Compiling with Angular sources in Ivy partial compilation mode.
Processing legacy "View Engine" libraries:
- ngx-openlayers [es2015/esm2015] ()
Encourage the library authors to publish an Ivy distribution.
Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
✖ Compiling with Angular sources in Ivy partial compilation mode.
projects/common-map/src/fm-map/components/map/map.component.ts:371:83 - error TS2339: Property 'replaceUrl' does not exist on type '{ mapState: IMapState; queryState: IQueryState; }'.

371           this.replaceUrl(newUrlState.mapState,newUrlState.queryState,newUrlState.replaceUrl);
2023-08-22 18:55:16 +02:00
2019-06-26 14:35:47 +02:00
2023-02-06 13:55:37 +01:00
2023-04-11 11:33:11 +02:00
2020-09-25 19:27:53 +02:00
2019-06-26 14:35:47 +02:00
2023-03-02 12:02:52 +01:00
2023-02-22 18:38:58 +01:00
2023-02-06 13:59:03 +01:00
2022-10-26 21:31:39 +02:00
2023-07-30 10:53:08 +02:00
2023-08-22 13:37:16 +02:00
2023-08-22 13:37:16 +02:00
2023-03-02 12:02:52 +01:00
2022-08-19 21:17:13 +02:00

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
Description
FarmMaps base angular client libraries @farmmaps/common and @farmmaps/common-map
Readme 88 MiB
Languages
CSS 63.7%
TypeScript 30.2%
HTML 3.8%
SCSS 2%
JavaScript 0.3%