This project was generated with Angular CLI version 8.1.0.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.
npm run package, library wordt gebuild in dist-folder met daarin ook de .tgz
Bij gebruik van merkator-map-layercontrol in index.html -> in main.ts => import 'hammerjs'; voor werking van touch-gebaren
Versie 1.0.28 -> - wfs verbeterd - style.id type veranderd van string naar number, dus omzetten naar string is niet meer nodig - addDrawingLayer(key: string, style_id?: string, layercontrol?: boolean), layercontrol parameter erbij - Nieuw: export class FeatureStyleConfig { id: number; id_layer: number; id_style: number; id_filter: number; property_name: string; value: string; prio: number; filter_type: string; } - Nieuw: @Input() featureStyles: FeatureStyleConfig[];
Versie 1.0.29 - openlayers update naar van 5.5.3 -> 6.3.0, dus als je zelf ook openlayers gebruikt in je project -> /* - layer.layer_type is nieuw, kan waardes 'wfs', 'vectortiles', 'wmts', 'wms', 'osm' bevatten */
Verie 2.0.0 - angular 9 update
Versie 2.0.2 - merkatorDraw.start() parameter veranderd naar type SetInteraction
Versie 2.0.5 - layer.key toegevoegd, (vooralsnog) niet verplicht in te vullen. PRIMARY key, net als layer.id - MerkatorMapComponent.highLightFeatureBypropertyValue is nieuw
Versie 3.0.2
- cyclomedia toegevoegd, mogelijk via @Input() cycloConfig: CycloConfig
- Voeg toe in angular.json -> "projects" -> "