Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bc 408/feature/413 zone autocorrectie layout #414

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
76f53c0
#409 show grb tool
yannickkuypers Jul 5, 2024
3c514aa
#411 basic referentielaag GUI zonder legende
yannickkuypers Jul 9, 2024
b6da7e8
#413 autocorrectie layout feature
yannickkuypers Jul 16, 2024
c0a996b
#411 basic referentielaag GUI zonder legende
yannickkuypers Jul 9, 2024
6671a8e
legende, cleanup
roefem Jul 15, 2024
10df923
legend graphic background
roefem Jul 16, 2024
cf1f3b6
styling
roefem Jul 16, 2024
b1241ee
input color
roefem Jul 16, 2024
c879036
add zoombuttons
roefem Jul 16, 2024
d62708a
rebase fix
roefem Jul 16, 2024
20b6f0e
rebase fix
roefem Jul 16, 2024
92adb6f
layerswitcher z-index
roefem Jul 16, 2024
36f3ade
#411 fix layerswitcher z-index
yannickkuypers Jul 16, 2024
df24661
#411 revert gis-utils layerswitcher z-index
yannickkuypers Jul 16, 2024
f09a984
Merge remote-tracking branch 'origin/bc_408/feature/411_basic_referen…
yannickkuypers Jul 16, 2024
12e5fe4
reuse css, remove duplicate css
roefem Jul 17, 2024
ba6a3f2
legend styling, add layerswitcher css
roefem Jul 17, 2024
d833243
Merge remote-tracking branch 'origin/bc_408/feature/411_basic_referen…
yannickkuypers Jul 22, 2024
d90d98c
Merge remote-tracking branch 'origin/bc_408/base' into bc_408/feature…
yannickkuypers Jul 23, 2024
f9c073d
include images test
roefem Jul 24, 2024
c5525f2
include images fixed
roefem Jul 24, 2024
59e95f6
#413 remove wrong merge code + cleanup
yannickkuypers Jul 24, 2024
714ecda
#413 better legende layout
yannickkuypers Jul 24, 2024
8448c26
#413 fix bottom padding
yannickkuypers Jul 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions aurelia_project/aurelia.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
"output": "scripts"
},
"build": {
"copyFiles": {
"src/assets/*": "dist/assets"
},
"targets": [
{
"port": 9000,
Expand Down
3 changes: 3 additions & 0 deletions aurelia_project/tasks/build-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { pluginCSS } from './process-css';
import { pluginJson } from './process-json';
import { buildPluginJavaScript } from './transpile';
import { CLIOptions } from 'aurelia-cli';
import copyFiles from './copy-files';

function clean() {
return del('dist');
Expand All @@ -23,6 +24,8 @@ let build = gulp.series(
pluginCSS('dist/commonjs'),
pluginJson('dist/commonjs'),
buildPluginJavaScript('dist/commonjs', 'commonjs'),

copyFiles
), (done) => {
console.log('Finish building Aurelia plugin to dist/commonjs and dist/native-modules.');
done();
Expand Down
Binary file added dist/assets/OD-strategie_asis_cropped.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/OD-strategie_exclude_cropped.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/OD-strategie_onesided_cropped.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/OD-strategie_twosided.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion dist/commonjs/actor-widget/actor-widget.d.ts.map

This file was deleted.

7 changes: 4 additions & 3 deletions dist/commonjs/actor-widget/actor-widget.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/commonjs/actor-widget/actor-widget.js.map

Large diffs are not rendered by default.

This file was deleted.

4 changes: 3 additions & 1 deletion dist/commonjs/actor-widget/components/actor-detail.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/commonjs/actor-widget/components/actor-detail.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/commonjs/actor-widget/index.d.ts.map

This file was deleted.

21 changes: 16 additions & 5 deletions dist/commonjs/actor-widget/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/commonjs/actor-widget/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/commonjs/adres-crab/adres-crab.d.ts.map

This file was deleted.

7 changes: 4 additions & 3 deletions dist/commonjs/adres-crab/adres-crab.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading