File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 6
6
author_url 'https://github.com/georepublic'
7
7
url 'https://github.com/gtt-project/redmine_gtt'
8
8
description 'Adds location-based task management and maps'
9
- version '6.0.1 '
9
+ version '6.0.2 '
10
10
11
11
requires_redmine :version_or_higher => '5.1.0'
12
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " redmine_gtt" ,
3
- "version" : " 6.0.1 " ,
3
+ "version" : " 6.0.2 " ,
4
4
"description" : " Plugin that adds spatial capabilities to Redmine" ,
5
5
"scripts" : {
6
6
"test" : " echo \" Error: no test specified\" && exit 1"
Original file line number Diff line number Diff line change 1
1
import * as FontFaceObserver from 'fontfaceobserver' ;
2
2
import FontSymbol from 'ol-ext/style/FontSymbol' ;
3
+ import './custom-icons.woff2' ;
3
4
4
5
const iconMappings : { [ key : string ] : any } = {
5
6
'lobsta' : '\uf101' ,
Original file line number Diff line number Diff line change @@ -19,3 +19,6 @@ import '@mdi/font/css/materialdesignicons.css';
19
19
20
20
// Import Material Design icons definition JS file to define icon names and variations
21
21
import './icons/material-design/material-design-def' ;
22
+
23
+ // Import plugin SVG icons to make them available in assets/images
24
+ import './images/icons.svg' ;
You can’t perform that action at this time.
0 commit comments