diff --git a/wise-webapp/src/main/webapp/css/header.less b/wise-webapp/src/main/webapp/css/header.less index c21896ba..1ae1562c 100644 --- a/wise-webapp/src/main/webapp/css/header.less +++ b/wise-webapp/src/main/webapp/css/header.less @@ -18,7 +18,7 @@ div#header { } div#headerLogo { - background: url(../images/logo-small.png) no-repeat center top; + background: url(../images/logo-icon.svg) no-repeat center top; height: 40px; width: 80px; float: left; diff --git a/wise-webapp/src/main/webapp/css/viewonly.less b/wise-webapp/src/main/webapp/css/viewonly.less index 5011b657..faf40f50 100644 --- a/wise-webapp/src/main/webapp/css/viewonly.less +++ b/wise-webapp/src/main/webapp/css/viewonly.less @@ -31,7 +31,7 @@ div#footerLogo { display: list-item; list-style-image: url(../../images/pwrdby-white.svg); list-style-position: inside; - right: 5px; + right: 10px; top: 5px; } @@ -78,7 +78,7 @@ div#mapDetails { float: right; padding-top: 20px; margin-right: 130px; - font-size: 15px; + font-size: 14px; } div#mapDetails .title { diff --git a/wise-webapp/src/main/webapp/images/editor/ajax-loader.gif b/wise-webapp/src/main/webapp/images/editor/ajax-loader.gif new file mode 100644 index 00000000..92153b08 Binary files /dev/null and b/wise-webapp/src/main/webapp/images/editor/ajax-loader.gif differ diff --git a/wise-webapp/src/main/webapp/images/editor/btn-bg-hover.png b/wise-webapp/src/main/webapp/images/editor/btn-bg-hover.png new file mode 100644 index 00000000..ee07c4c2 Binary files /dev/null and b/wise-webapp/src/main/webapp/images/editor/btn-bg-hover.png differ diff --git a/wise-webapp/src/main/webapp/images/editor/btn-bg-normal.png b/wise-webapp/src/main/webapp/images/editor/btn-bg-normal.png new file mode 100644 index 00000000..50b333be Binary files /dev/null and b/wise-webapp/src/main/webapp/images/editor/btn-bg-normal.png differ diff --git a/wise-webapp/src/main/webapp/images/editor/btne-bg-hover.png b/wise-webapp/src/main/webapp/images/editor/btne-bg-hover.png new file mode 100644 index 00000000..5ea2e15b Binary files /dev/null and b/wise-webapp/src/main/webapp/images/editor/btne-bg-hover.png differ diff --git a/wise-webapp/src/main/webapp/images/editor/btne-bg-normal.png b/wise-webapp/src/main/webapp/images/editor/btne-bg-normal.png new file mode 100644 index 00000000..378476a9 Binary files /dev/null and b/wise-webapp/src/main/webapp/images/editor/btne-bg-normal.png differ diff --git a/wise-webapp/src/main/webapp/images/editor/btne-bg-selected.png b/wise-webapp/src/main/webapp/images/editor/btne-bg-selected.png new file mode 100644 index 00000000..32194e81 Binary files /dev/null and b/wise-webapp/src/main/webapp/images/editor/btne-bg-selected.png differ diff --git a/wise-webapp/src/main/webapp/images/editor/discard.svg b/wise-webapp/src/main/webapp/images/editor/discard.svg new file mode 100644 index 00000000..506b07e8 --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/discard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/export.svg b/wise-webapp/src/main/webapp/images/editor/export.svg new file mode 100644 index 00000000..11ff822e --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/export.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/font-bold.svg b/wise-webapp/src/main/webapp/images/editor/font-bold.svg new file mode 100644 index 00000000..9df69edf --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/font-bold.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/font-color.svg b/wise-webapp/src/main/webapp/images/editor/font-color.svg new file mode 100644 index 00000000..a695c281 --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/font-color.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/font-italic.svg b/wise-webapp/src/main/webapp/images/editor/font-italic.svg new file mode 100644 index 00000000..630eb0cd --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/font-italic.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/font-size.svg b/wise-webapp/src/main/webapp/images/editor/font-size.svg new file mode 100644 index 00000000..856af577 --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/font-size.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/font-type.svg b/wise-webapp/src/main/webapp/images/editor/font-type.svg new file mode 100644 index 00000000..177a8635 --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/font-type.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/history.svg b/wise-webapp/src/main/webapp/images/editor/history.svg new file mode 100644 index 00000000..3f7c900b --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/history.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/logo-small.svg b/wise-webapp/src/main/webapp/images/editor/logo-small.svg new file mode 100644 index 00000000..fae99531 --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/logo-small.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/note-add.svg b/wise-webapp/src/main/webapp/images/editor/note-add.svg new file mode 100644 index 00000000..362f452e --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/note-add.svg @@ -0,0 +1,1049 @@ + + + + Material Design Color, Flat Colors, Icons, Color Palette | Material UI + + +
+ + diff --git a/wise-webapp/src/main/webapp/images/editor/print.svg b/wise-webapp/src/main/webapp/images/editor/print.svg new file mode 100644 index 00000000..21fdce2b --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/print.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/public.svg b/wise-webapp/src/main/webapp/images/editor/public.svg new file mode 100644 index 00000000..ddcd5677 --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/public.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/redo.svg b/wise-webapp/src/main/webapp/images/editor/redo.svg new file mode 100644 index 00000000..97d99c8b --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/redo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/save.svg b/wise-webapp/src/main/webapp/images/editor/save.svg new file mode 100644 index 00000000..f5b5c7cf --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/share.svg b/wise-webapp/src/main/webapp/images/editor/share.svg new file mode 100644 index 00000000..855763d8 --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/share.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/topic-add.svg b/wise-webapp/src/main/webapp/images/editor/topic-add.svg new file mode 100644 index 00000000..25db132c --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/topic-add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/topic-border.svg b/wise-webapp/src/main/webapp/images/editor/topic-border.svg new file mode 100644 index 00000000..ae7e7a32 --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/topic-border.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/topic-color.svg b/wise-webapp/src/main/webapp/images/editor/topic-color.svg new file mode 100644 index 00000000..4064d0a6 --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/topic-color.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/topic-delete.svg b/wise-webapp/src/main/webapp/images/editor/topic-delete.svg new file mode 100644 index 00000000..08b05d02 --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/topic-delete.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/topic-icon.svg b/wise-webapp/src/main/webapp/images/editor/topic-icon.svg new file mode 100644 index 00000000..9254873e --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/topic-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/topic-link.svg b/wise-webapp/src/main/webapp/images/editor/topic-link.svg new file mode 100644 index 00000000..8eb3b987 --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/topic-link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/topic-note.svg b/wise-webapp/src/main/webapp/images/editor/topic-note.svg new file mode 100644 index 00000000..d065cbf1 --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/topic-note.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/topic-notes.svg b/wise-webapp/src/main/webapp/images/editor/topic-notes.svg new file mode 100644 index 00000000..d065cbf1 --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/topic-notes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/topic-relation.svg b/wise-webapp/src/main/webapp/images/editor/topic-relation.svg new file mode 100644 index 00000000..05c81f8a --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/topic-relation.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/topic-shape.svg b/wise-webapp/src/main/webapp/images/editor/topic-shape.svg new file mode 100644 index 00000000..2b3f3171 --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/topic-shape.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/undo.svg b/wise-webapp/src/main/webapp/images/editor/undo.svg new file mode 100644 index 00000000..038aa75e --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/undo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/zoom-in.svg b/wise-webapp/src/main/webapp/images/editor/zoom-in.svg new file mode 100644 index 00000000..f5ae5113 --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/zoom-in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/zoom-out.svg b/wise-webapp/src/main/webapp/images/editor/zoom-out.svg new file mode 100644 index 00000000..18716367 --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/zoom-out.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/zoom_in.svg b/wise-webapp/src/main/webapp/images/editor/zoom_in.svg new file mode 100644 index 00000000..f5ae5113 --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/zoom_in.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/editor/zoom_out.svg b/wise-webapp/src/main/webapp/images/editor/zoom_out.svg new file mode 100644 index 00000000..18716367 --- /dev/null +++ b/wise-webapp/src/main/webapp/images/editor/zoom_out.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/help.png b/wise-webapp/src/main/webapp/images/help.png deleted file mode 100755 index 5c870176..00000000 Binary files a/wise-webapp/src/main/webapp/images/help.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/images/links.png b/wise-webapp/src/main/webapp/images/links.png deleted file mode 100644 index dd3b830f..00000000 Binary files a/wise-webapp/src/main/webapp/images/links.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/images/logo-icon.svg b/wise-webapp/src/main/webapp/images/logo-icon.svg new file mode 100644 index 00000000..11f96dd4 --- /dev/null +++ b/wise-webapp/src/main/webapp/images/logo-icon.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/logo-medium.png b/wise-webapp/src/main/webapp/images/logo-medium.png deleted file mode 100644 index e69de29b..00000000 diff --git a/wise-webapp/src/main/webapp/images/logo-small.png b/wise-webapp/src/main/webapp/images/logo-small.png deleted file mode 100644 index e69de29b..00000000 diff --git a/wise-webapp/src/main/webapp/images/logo-xsmall.png b/wise-webapp/src/main/webapp/images/logo-xsmall.png deleted file mode 100644 index e69de29b..00000000 diff --git a/wise-webapp/src/main/webapp/images/notes.png b/wise-webapp/src/main/webapp/images/notes.png deleted file mode 100644 index bf438b1d..00000000 Binary files a/wise-webapp/src/main/webapp/images/notes.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/images/shape-circle.png b/wise-webapp/src/main/webapp/images/shape-circle.png deleted file mode 100644 index cae3eead..00000000 Binary files a/wise-webapp/src/main/webapp/images/shape-circle.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/images/shape-circle.svg b/wise-webapp/src/main/webapp/images/shape-circle.svg new file mode 100644 index 00000000..306bd5f1 --- /dev/null +++ b/wise-webapp/src/main/webapp/images/shape-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/shape-line.png b/wise-webapp/src/main/webapp/images/shape-line.png deleted file mode 100644 index 89f5a5bc..00000000 Binary files a/wise-webapp/src/main/webapp/images/shape-line.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/images/shape-line.svg b/wise-webapp/src/main/webapp/images/shape-line.svg new file mode 100644 index 00000000..36a771fe --- /dev/null +++ b/wise-webapp/src/main/webapp/images/shape-line.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/shape-rectangle-round.png b/wise-webapp/src/main/webapp/images/shape-rectangle-round.png deleted file mode 100644 index c34e767c..00000000 Binary files a/wise-webapp/src/main/webapp/images/shape-rectangle-round.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/images/shape-rectangle-round.svg b/wise-webapp/src/main/webapp/images/shape-rectangle-round.svg new file mode 100644 index 00000000..c140d293 --- /dev/null +++ b/wise-webapp/src/main/webapp/images/shape-rectangle-round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/images/shape-rectangle.png b/wise-webapp/src/main/webapp/images/shape-rectangle.png deleted file mode 100644 index 9f05ac23..00000000 Binary files a/wise-webapp/src/main/webapp/images/shape-rectangle.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/images/shape-rectangle.svg b/wise-webapp/src/main/webapp/images/shape-rectangle.svg new file mode 100644 index 00000000..236a6917 --- /dev/null +++ b/wise-webapp/src/main/webapp/images/shape-rectangle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/jsp/mindmapEditorToolbar.jsf b/wise-webapp/src/main/webapp/jsp/mindmapEditorToolbar.jsf index 47832ef0..2c541909 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapEditorToolbar.jsf +++ b/wise-webapp/src/main/webapp/jsp/mindmapEditorToolbar.jsf @@ -4,98 +4,98 @@
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
diff --git a/wise-webapp/src/main/webapp/jsp/mindmapPrint.jsp b/wise-webapp/src/main/webapp/jsp/mindmapViewonly.jsp similarity index 100% rename from wise-webapp/src/main/webapp/jsp/mindmapPrint.jsp rename to wise-webapp/src/main/webapp/jsp/mindmapViewonly.jsp diff --git a/wise-webapp/src/main/webapp/map-icons/icons/arrow_down.gif b/wise-webapp/src/main/webapp/map-icons/icons/arrow_down.gif deleted file mode 100644 index 552f123e..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/arrow_down.gif and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/arrow_down.svg b/wise-webapp/src/main/webapp/map-icons/icons/arrow_down.svg new file mode 100644 index 00000000..6c8a55cc --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/arrow_down.svg @@ -0,0 +1,25 @@ + + + Layer 1 + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/map-icons/icons/arrow_left.svg b/wise-webapp/src/main/webapp/map-icons/icons/arrow_left.svg new file mode 100644 index 00000000..cbd3091d --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/arrow_left.svg @@ -0,0 +1,23 @@ + + + Layer 1 + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/map-icons/icons/arrow_merge.svg b/wise-webapp/src/main/webapp/map-icons/icons/arrow_merge.svg new file mode 100644 index 00000000..ceeac80f --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/arrow_merge.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/arrow_right.svg b/wise-webapp/src/main/webapp/map-icons/icons/arrow_right.svg new file mode 100644 index 00000000..2bda1bdd --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/arrow_right.svg @@ -0,0 +1,25 @@ + + + Layer 1 + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/map-icons/icons/arrow_up.svg b/wise-webapp/src/main/webapp/map-icons/icons/arrow_up.svg new file mode 100644 index 00000000..b54097ab --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/arrow_up.svg @@ -0,0 +1,25 @@ + + + Layer 1 + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/map-icons/icons/arrowc_rotate_anticlockwise.svg b/wise-webapp/src/main/webapp/map-icons/icons/arrowc_rotate_anticlockwise.svg new file mode 100644 index 00000000..fb0c71d6 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/arrowc_rotate_anticlockwise.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/arrowc_rotate_clockwise.svg b/wise-webapp/src/main/webapp/map-icons/icons/arrowc_rotate_clockwise.svg new file mode 100644 index 00000000..bdb2f614 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/arrowc_rotate_clockwise.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/arrowc_turn_left.svg b/wise-webapp/src/main/webapp/map-icons/icons/arrowc_turn_left.svg new file mode 100644 index 00000000..cca66f74 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/arrowc_turn_left.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/arrowc_turn_right.svg b/wise-webapp/src/main/webapp/map-icons/icons/arrowc_turn_right.svg new file mode 100644 index 00000000..7080f18e --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/arrowc_turn_right.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/bulb_light_off.svg b/wise-webapp/src/main/webapp/map-icons/icons/bulb_light_off.svg new file mode 100644 index 00000000..1cc7f75a --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/bulb_light_off.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/bulb_light_on.svg b/wise-webapp/src/main/webapp/map-icons/icons/bulb_light_on.svg new file mode 100644 index 00000000..b4c6ea29 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/bulb_light_on.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/chart_bar.svg b/wise-webapp/src/main/webapp/map-icons/icons/chart_bar.svg new file mode 100644 index 00000000..a0d561f9 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/chart_bar.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/chart_curve.svg b/wise-webapp/src/main/webapp/map-icons/icons/chart_curve.svg new file mode 100644 index 00000000..8b1f6548 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/chart_curve.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/chart_line.svg b/wise-webapp/src/main/webapp/map-icons/icons/chart_line.svg new file mode 100644 index 00000000..80a17708 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/chart_line.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/chart_organisation.svg b/wise-webapp/src/main/webapp/map-icons/icons/chart_organisation.svg new file mode 100644 index 00000000..96754fa3 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/chart_organisation.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/chart_pie.svg b/wise-webapp/src/main/webapp/map-icons/icons/chart_pie.svg new file mode 100644 index 00000000..4353f68e --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/chart_pie.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/close.svg b/wise-webapp/src/main/webapp/map-icons/icons/close.svg new file mode 100644 index 00000000..ba260776 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/close.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/face_crying.svg b/wise-webapp/src/main/webapp/map-icons/icons/face_crying.svg new file mode 100644 index 00000000..9044dca2 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/face_crying.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/face_love.svg b/wise-webapp/src/main/webapp/map-icons/icons/face_love.svg new file mode 100644 index 00000000..9db78523 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/face_love.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/face_plain.svg b/wise-webapp/src/main/webapp/map-icons/icons/face_plain.svg new file mode 100644 index 00000000..cd4d3f26 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/face_plain.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/face_sad.svg b/wise-webapp/src/main/webapp/map-icons/icons/face_sad.svg new file mode 100644 index 00000000..f3033bc9 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/face_sad.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/face_smile.svg b/wise-webapp/src/main/webapp/map-icons/icons/face_smile.svg new file mode 100644 index 00000000..c851906e --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/face_smile.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/face_smile_big.svg b/wise-webapp/src/main/webapp/map-icons/icons/face_smile_big.svg new file mode 100644 index 00000000..6ee9e6b7 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/face_smile_big.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/face_surprise.svg b/wise-webapp/src/main/webapp/map-icons/icons/face_surprise.svg new file mode 100644 index 00000000..a11a1ff0 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/face_surprise.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/face_wink.svg b/wise-webapp/src/main/webapp/map-icons/icons/face_wink.svg new file mode 100644 index 00000000..b503fa45 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/face_wink.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/funy_angel.svg b/wise-webapp/src/main/webapp/map-icons/icons/funy_angel.svg new file mode 100644 index 00000000..9db78523 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/funy_angel.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/funy_devilish.svg b/wise-webapp/src/main/webapp/map-icons/icons/funy_devilish.svg new file mode 100644 index 00000000..3c72984b --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/funy_devilish.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/map-icons/icons/funy_glasses.svg b/wise-webapp/src/main/webapp/map-icons/icons/funy_glasses.svg new file mode 100644 index 00000000..6427ac0d --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/funy_glasses.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/funy_grin.svg b/wise-webapp/src/main/webapp/map-icons/icons/funy_grin.svg new file mode 100644 index 00000000..6ee9e6b7 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/funy_grin.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/funy_kiss.svg b/wise-webapp/src/main/webapp/map-icons/icons/funy_kiss.svg new file mode 100644 index 00000000..cbbc773d --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/funy_kiss.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/funy_monkey.svg b/wise-webapp/src/main/webapp/map-icons/icons/funy_monkey.svg new file mode 100644 index 00000000..c851906e --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/funy_monkey.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/hard_computer.svg b/wise-webapp/src/main/webapp/map-icons/icons/hard_computer.svg new file mode 100644 index 00000000..c140b67f --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/hard_computer.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/hard_controller.svg b/wise-webapp/src/main/webapp/map-icons/icons/hard_controller.svg new file mode 100644 index 00000000..c1328cfc --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/hard_controller.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/hard_drive_cd.svg b/wise-webapp/src/main/webapp/map-icons/icons/hard_drive_cd.svg new file mode 100644 index 00000000..1ad1ff4a --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/hard_drive_cd.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/hard_driver_disk.svg b/wise-webapp/src/main/webapp/map-icons/icons/hard_driver_disk.svg new file mode 100644 index 00000000..f874d69d --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/hard_driver_disk.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/hard_ipod.svg b/wise-webapp/src/main/webapp/map-icons/icons/hard_ipod.svg new file mode 100644 index 00000000..f86518f4 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/hard_ipod.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/hard_printer.svg b/wise-webapp/src/main/webapp/map-icons/icons/hard_printer.svg new file mode 100644 index 00000000..bc6c56a8 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/hard_printer.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/hard_skull.svg b/wise-webapp/src/main/webapp/map-icons/icons/hard_skull.svg new file mode 100644 index 00000000..f89f983d --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/hard_skull.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/add.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/add.png deleted file mode 100755 index 6332fefe..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/add.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_down.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_down.png deleted file mode 100755 index 2c4e2793..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_down.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_left.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_left.png deleted file mode 100755 index 5dc69678..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_left.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_merge.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_merge.png deleted file mode 100755 index 7502dbb3..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_merge.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_right.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_right.png deleted file mode 100755 index 4bfba64a..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_right.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_rotate_anticlockwise.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_rotate_anticlockwise.png deleted file mode 100755 index 46c75aa8..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_rotate_anticlockwise.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_rotate_clockwise.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_rotate_clockwise.png deleted file mode 100755 index aa65210e..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_rotate_clockwise.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_turn_left.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_turn_left.png deleted file mode 100755 index a3d6c9e3..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_turn_left.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_turn_right.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_turn_right.png deleted file mode 100755 index 629f20d6..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_turn_right.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_up.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_up.png deleted file mode 100755 index 1ebb1932..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/arrow_up.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/backColor.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/backColor.png deleted file mode 100755 index bbd0d8ef..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/backColor.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/balloon.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/balloon.png deleted file mode 100644 index 45a7db8f..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/balloon.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/bin.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/bin.png deleted file mode 100755 index ebad933c..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/bin.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/black-keyboard.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/black-keyboard.png deleted file mode 100644 index 5d670cca..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/black-keyboard.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/bold.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/bold.png deleted file mode 100755 index dbefe42d..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/bold.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/borderColor.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/borderColor.png deleted file mode 100755 index f8242e7e..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/borderColor.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/bullet_black.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/bullet_black.png deleted file mode 100755 index 57619706..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/bullet_black.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/bullet_blue.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/bullet_blue.png deleted file mode 100755 index a7651ec8..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/bullet_blue.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/bullet_green.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/bullet_green.png deleted file mode 100755 index 058ad261..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/bullet_green.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/bullet_orange.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/bullet_orange.png deleted file mode 100755 index fa63024e..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/bullet_orange.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/bullet_pink.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/bullet_pink.png deleted file mode 100755 index 0c9f73e3..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/bullet_pink.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/bullet_purple.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/bullet_purple.png deleted file mode 100755 index 52ba5036..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/bullet_purple.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/bullet_red.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/bullet_red.png deleted file mode 100755 index 0cd80311..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/bullet_red.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/chart_bar.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/chart_bar.png deleted file mode 100755 index 9051fbc6..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/chart_bar.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/chart_curve.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/chart_curve.png deleted file mode 100755 index 01e933a6..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/chart_curve.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/chart_line.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/chart_line.png deleted file mode 100755 index 85020f32..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/chart_line.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/chart_organisation.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/chart_organisation.png deleted file mode 100755 index c32d25c1..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/chart_organisation.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/chart_pie.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/chart_pie.png deleted file mode 100755 index fe00fa05..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/chart_pie.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/clock.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/clock.png deleted file mode 100755 index e2672c20..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/clock.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/clock_red.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/clock_red.png deleted file mode 100755 index 2842cc33..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/clock_red.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/close.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/close.png deleted file mode 100644 index 4de1c381..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/close.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/coins.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/coins.png deleted file mode 100755 index 0ca9074d..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/coins.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/collab_publish.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/collab_publish.png deleted file mode 100644 index fa862d61..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/collab_publish.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/collab_share.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/collab_share.png deleted file mode 100644 index 2e1594eb..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/collab_share.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/collab_tag.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/collab_tag.png deleted file mode 100644 index b06c7d25..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/collab_tag.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/color_swatch.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/color_swatch.png deleted file mode 100755 index ecb0ac7e..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/color_swatch.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/comment.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/comment.png deleted file mode 100755 index 00352e5b..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/comment.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/connect.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/connect.png deleted file mode 100755 index 024138eb..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/connect.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/cross.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/cross.png deleted file mode 100755 index 1514d51a..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/cross.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/delNode.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/delNode.png deleted file mode 100755 index 69baa4bc..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/delNode.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/delete.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/delete.png deleted file mode 100755 index 08f24936..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/delete.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/disconnect.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/disconnect.png deleted file mode 100755 index b335cb11..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/disconnect.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-angel.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-angel.png deleted file mode 100644 index d2c5e940..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-angel.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-crying.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-crying.png deleted file mode 100644 index a7e3f49f..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-crying.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-devilish.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-devilish.png deleted file mode 100644 index 8e2cd458..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-devilish.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-glasses.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-glasses.png deleted file mode 100644 index d13f2c8c..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-glasses.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-grin.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-grin.png deleted file mode 100644 index d15cf2d4..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-grin.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-kiss.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-kiss.png deleted file mode 100644 index 809c1cf7..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-kiss.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-monkey.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-monkey.png deleted file mode 100644 index 69db8fa5..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-monkey.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-plain.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-plain.png deleted file mode 100644 index a6761bd1..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-plain.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-sad.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-sad.png deleted file mode 100644 index fa258956..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-sad.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-smile-big.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-smile-big.png deleted file mode 100644 index 4cebcff6..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-smile-big.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-smile.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-smile.png deleted file mode 100644 index 01e01170..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-smile.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-surprise.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-surprise.png deleted file mode 100644 index 863f3048..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-surprise.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-wink.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-wink.png deleted file mode 100644 index 46be6855..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/face-wink.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/file_export.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/file_export.png deleted file mode 100644 index aec7cfb2..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/file_export.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/file_printer.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/file_printer.png deleted file mode 100644 index ecd1ff26..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/file_printer.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/file_redo.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/file_redo.png deleted file mode 100644 index 3a8502c6..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/file_redo.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/file_redo_dis.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/file_redo_dis.png deleted file mode 100644 index 36cf9df3..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/file_redo_dis.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/file_undo.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/file_undo.png deleted file mode 100644 index acd5a581..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/file_undo.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/file_undo_dis.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/file_undo_dis.png deleted file mode 100644 index 6af29fe2..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/file_undo_dis.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/flag_blue.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/flag_blue.png deleted file mode 100755 index 003924f5..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/flag_blue.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/flag_green.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/flag_green.png deleted file mode 100755 index e4bc611f..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/flag_green.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/flag_orange.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/flag_orange.png deleted file mode 100755 index e6320242..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/flag_orange.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/flag_pink.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/flag_pink.png deleted file mode 100755 index 5f15e526..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/flag_pink.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/flag_purple.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/flag_purple.png deleted file mode 100755 index d0698664..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/flag_purple.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/flag_yellow.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/flag_yellow.png deleted file mode 100755 index 14c89a54..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/flag_yellow.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/font.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/font.png deleted file mode 100755 index 6e06872f..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/font.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/fontColor.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/fontColor.png deleted file mode 100755 index 20bc2423..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/fontColor.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/fontSize.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/fontSize.png deleted file mode 100644 index 2356c666..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/fontSize.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/font_bold.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/font_bold.png deleted file mode 100644 index e35db88c..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/font_bold.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/font_color.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/font_color.png deleted file mode 100644 index de227993..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/font_color.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/font_italic.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/font_italic.png deleted file mode 100644 index 8d915b04..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/font_italic.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/font_size.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/font_size.png deleted file mode 100644 index e3499795..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/font_size.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/font_type.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/font_type.png deleted file mode 100644 index eaccc509..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/font_type.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/group.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/group.png deleted file mode 100755 index a7c3ade7..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/group.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/group2.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/group2.png deleted file mode 100755 index ca11887f..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/group2.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/group_go.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/group_go.png deleted file mode 100755 index 1f523330..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/group_go.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/help.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/help.png deleted file mode 100755 index 5c870176..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/help.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/history.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/history.png deleted file mode 100644 index 6e8052ff..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/history.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/info.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/info.png deleted file mode 100644 index 12cd1aef..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/info.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/italic.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/italic.png deleted file mode 100755 index 006d4c59..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/italic.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/key.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/key.png deleted file mode 100755 index 4ec1a928..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/key.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/lightbulb.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/lightbulb.png deleted file mode 100755 index d22fde8b..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/lightbulb.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/lightbulb_off.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/lightbulb_off.png deleted file mode 100755 index e95b8c5b..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/lightbulb_off.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/links.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/links.png deleted file mode 100644 index b8edc126..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/links.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/lock.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/lock.png deleted file mode 100755 index 2ebc4f6f..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/lock.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/lock_open.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/lock_open.png deleted file mode 100755 index a471765f..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/lock_open.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/logo-big.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/logo-big.png deleted file mode 100755 index 0b4befa6..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/logo-big.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/logo-vsmall.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/logo-vsmall.png deleted file mode 100755 index 4947f72e..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/logo-vsmall.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/logo-vvsmall.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/logo-vvsmall.png deleted file mode 100644 index 18551fe2..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/logo-vvsmall.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/marca-vsmall.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/marca-vsmall.png deleted file mode 100755 index a07631d2..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/marca-vsmall.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/money.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/money.png deleted file mode 100755 index 42c52d05..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/money.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/money_dollar.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/money_dollar.png deleted file mode 100755 index 59af1638..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/money_dollar.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/money_euro.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/money_euro.png deleted file mode 100755 index b322ba92..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/money_euro.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/money_pound.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/money_pound.png deleted file mode 100755 index b7113646..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/money_pound.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/money_yen.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/money_yen.png deleted file mode 100755 index 228a6778..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/money_yen.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/moor_boverlay.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/moor_boverlay.png deleted file mode 100755 index 7ac228b0..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/moor_boverlay.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/moor_slider.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/moor_slider.png deleted file mode 100755 index 9f4c47bf..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/moor_slider.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/moor_woverlay.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/moor_woverlay.png deleted file mode 100755 index c3f3e96e..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/moor_woverlay.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/move.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/move.png deleted file mode 100644 index 6e13dd3d..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/move.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/mymaps.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/mymaps.png deleted file mode 100644 index 8aabdd2d..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/mymaps.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/node_add.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/node_add.png deleted file mode 100755 index a7c3ade7..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/node_add.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/node_border.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/node_border.png deleted file mode 100755 index b72cf7bb..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/node_border.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/node_border2.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/node_border2.png deleted file mode 100755 index f4599c59..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/node_border2.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/node_elipse.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/node_elipse.png deleted file mode 100755 index 53922749..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/node_elipse.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/note.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/note.png deleted file mode 100644 index ffea2b8b..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/note.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/note1.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/note1.png deleted file mode 100644 index 667a85fc..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/note1.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/page_delete.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/page_delete.png deleted file mode 100644 index 73e86384..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/page_delete.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/page_go.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/page_go.png deleted file mode 100644 index 20c6ec0e..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/page_go.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/printer.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/printer.png deleted file mode 100644 index 888f9edd..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/printer.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/removeUser.jpeg b/wise-webapp/src/main/webapp/map-icons/icons/legacy/removeUser.jpeg deleted file mode 100644 index d6a197e7..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/removeUser.jpeg and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/ruby.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/ruby.png deleted file mode 100755 index f763a168..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/ruby.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/save.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/save.png deleted file mode 100644 index a98b0c3b..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/save.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/search.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/search.png deleted file mode 100644 index 076708b4..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/search.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/search2.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/search2.png deleted file mode 100644 index d6b3cb06..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/search2.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/search3.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/search3.png deleted file mode 100644 index 26bb1140..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/search3.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/seast.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/seast.png deleted file mode 100644 index 45118540..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/seast.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape-elipse.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape-elipse.png deleted file mode 100644 index 2e3ea734..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape-elipse.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape-line.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape-line.png deleted file mode 100644 index de12b941..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape-line.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape-rectangle-rounded.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape-rectangle-rounded.png deleted file mode 100644 index eaed09fb..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape-rectangle-rounded.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape-rectangle.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape-rectangle.png deleted file mode 100644 index ff399b22..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape-rectangle.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape.png deleted file mode 100755 index 7bfb84ea..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape_handles.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape_handles.png deleted file mode 100755 index 5a88b2f3..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape_handles.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape_square_add.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape_square_add.png deleted file mode 100755 index 31edfce5..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape_square_add.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape_square_delete.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape_square_delete.png deleted file mode 100755 index ede912de..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape_square_delete.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape_square_edit.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape_square_edit.png deleted file mode 100755 index d28dc6b1..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/shape_square_edit.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/signUpBodyBtn.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/signUpBodyBtn.png deleted file mode 100644 index dcd5c9b5..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/signUpBodyBtn.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/signUpEndBtn.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/signUpEndBtn.png deleted file mode 100644 index 18e7dd2a..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/signUpEndBtn.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/signUpStartBtn.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/signUpStartBtn.png deleted file mode 100644 index d125cfbf..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/signUpStartBtn.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/sne.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/sne.png deleted file mode 100644 index f844cd08..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/sne.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/snorth.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/snorth.png deleted file mode 100644 index ae9c04d9..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/snorth.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/snw.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/snw.png deleted file mode 100644 index 44401ef6..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/snw.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/sse.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/sse.png deleted file mode 100644 index be76255f..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/sse.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/ssouth.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/ssouth.png deleted file mode 100644 index 7b26b268..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/ssouth.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/ssw.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/ssw.png deleted file mode 100644 index 02ace46f..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/ssw.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/swest.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/swest.png deleted file mode 100644 index 54c06214..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/swest.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_blue.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_blue.png deleted file mode 100755 index 9757fc6e..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_blue.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_blue_add.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_blue_add.png deleted file mode 100755 index 887972eb..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_blue_add.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_blue_add2.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_blue_add2.png deleted file mode 100755 index 997c191a..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_blue_add2.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_green.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_green.png deleted file mode 100755 index 83ec984b..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_green.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_orange.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_orange.png deleted file mode 100755 index 454a59f3..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_orange.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_pink.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_pink.png deleted file mode 100755 index 76e2296c..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_pink.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_purple.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_purple.png deleted file mode 100755 index ebaf0e87..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_purple.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_red.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_red.png deleted file mode 100755 index 6ebb37d2..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_red.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_yellow.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_yellow.png deleted file mode 100755 index 83d12924..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/tag_yellow.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/text_bold.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/text_bold.png deleted file mode 100755 index 889ae80e..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/text_bold.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/text_italic.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/text_italic.png deleted file mode 100755 index 8482ac8c..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/text_italic.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/thumb_down.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/thumb_down.png deleted file mode 100755 index 3c832d4c..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/thumb_down.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/thumb_up.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/thumb_up.png deleted file mode 100755 index 2bd16ccf..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/thumb_up.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/tick.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/tick.png deleted file mode 100755 index a9925a06..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/tick.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/user_delete.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/user_delete.png deleted file mode 100755 index acbb5630..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/user_delete.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/waring_icon.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/waring_icon.png deleted file mode 100644 index 628cf2da..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/waring_icon.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/world.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/world.png deleted file mode 100755 index a7c3ade7..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/world.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/world2.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/world2.png deleted file mode 100755 index 448196b1..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/world2.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/world_go.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/world_go.png deleted file mode 100755 index aee9c97f..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/world_go.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/world_link.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/world_link.png deleted file mode 100755 index b8edc126..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/world_link.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/zoom_in.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/zoom_in.png deleted file mode 100755 index 1984e62d..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/zoom_in.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/legacy/zoom_out.png b/wise-webapp/src/main/webapp/map-icons/icons/legacy/zoom_out.png deleted file mode 100755 index da2b3de4..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/legacy/zoom_out.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/lock_close.svg b/wise-webapp/src/main/webapp/map-icons/icons/lock_close.svg new file mode 100644 index 00000000..8d0a9b88 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/lock_close.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/lock_open.svg b/wise-webapp/src/main/webapp/map-icons/icons/lock_open.svg new file mode 100644 index 00000000..8d0a9b88 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/lock_open.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/mail_envelop.svg b/wise-webapp/src/main/webapp/map-icons/icons/mail_envelop.svg new file mode 100644 index 00000000..dc5316c9 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/mail_envelop.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/mail_mailbox.svg b/wise-webapp/src/main/webapp/map-icons/icons/mail_mailbox.svg new file mode 100644 index 00000000..540d99b1 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/mail_mailbox.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/money_coins.svg b/wise-webapp/src/main/webapp/map-icons/icons/money_coins.svg new file mode 100644 index 00000000..dfb282c2 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/money_coins.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/number_1.svg b/wise-webapp/src/main/webapp/map-icons/icons/number_1.svg new file mode 100644 index 00000000..c05acf6c --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/number_1.svg @@ -0,0 +1,4 @@ + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/number_2.svg b/wise-webapp/src/main/webapp/map-icons/icons/number_2.svg new file mode 100644 index 00000000..efe31b7d --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/number_2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/number_3.svg b/wise-webapp/src/main/webapp/map-icons/icons/number_3.svg new file mode 100644 index 00000000..4d238c81 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/number_3.svg @@ -0,0 +1,4 @@ + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/number_4.svg b/wise-webapp/src/main/webapp/map-icons/icons/number_4.svg new file mode 100644 index 00000000..a7fd56cd --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/number_4.svg @@ -0,0 +1,4 @@ + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/number_5.svg b/wise-webapp/src/main/webapp/map-icons/icons/number_5.svg new file mode 100644 index 00000000..584f6a79 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/number_5.svg @@ -0,0 +1,4 @@ + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/number_6.svg b/wise-webapp/src/main/webapp/map-icons/icons/number_6.svg new file mode 100644 index 00000000..6a3750a1 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/number_6.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/number_7.svg b/wise-webapp/src/main/webapp/map-icons/icons/number_7.svg new file mode 100644 index 00000000..5a337a95 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/number_7.svg @@ -0,0 +1,4 @@ + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/number_8.svg b/wise-webapp/src/main/webapp/map-icons/icons/number_8.svg new file mode 100644 index 00000000..5574c56f --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/number_8.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/number_9.svg b/wise-webapp/src/main/webapp/map-icons/icons/number_9.svg new file mode 100644 index 00000000..d60dbeae --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/number_9.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/object_bell.svg b/wise-webapp/src/main/webapp/map-icons/icons/object_bell.svg new file mode 100644 index 00000000..c34cf6ab --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/object_bell.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/object_camera.svg b/wise-webapp/src/main/webapp/map-icons/icons/object_camera.svg new file mode 100644 index 00000000..bee0ef4a --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/object_camera.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/object_clip.svg b/wise-webapp/src/main/webapp/map-icons/icons/object_clip.svg new file mode 100644 index 00000000..23b6bcae --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/object_clip.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/object_house.svg b/wise-webapp/src/main/webapp/map-icons/icons/object_house.svg new file mode 100644 index 00000000..a60fa332 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/object_house.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/object_key.svg b/wise-webapp/src/main/webapp/map-icons/icons/object_key.svg new file mode 100644 index 00000000..d9f49926 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/object_key.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/object_magnifier.svg b/wise-webapp/src/main/webapp/map-icons/icons/object_magnifier.svg new file mode 100644 index 00000000..47ed17a6 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/object_magnifier.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/object_music.svg b/wise-webapp/src/main/webapp/map-icons/icons/object_music.svg new file mode 100644 index 00000000..7d02978f --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/object_music.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/object_palette.svg b/wise-webapp/src/main/webapp/map-icons/icons/object_palette.svg new file mode 100644 index 00000000..04ae5105 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/object_palette.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/object_pencil.svg b/wise-webapp/src/main/webapp/map-icons/icons/object_pencil.svg new file mode 100644 index 00000000..96085e7f --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/object_pencil.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/object_phone.svg b/wise-webapp/src/main/webapp/map-icons/icons/object_phone.svg new file mode 100644 index 00000000..a7affbd0 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/object_phone.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/object_rainbow.svg b/wise-webapp/src/main/webapp/map-icons/icons/object_rainbow.svg new file mode 100644 index 00000000..b7f0cca7 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/object_rainbow.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/object_star.svg b/wise-webapp/src/main/webapp/map-icons/icons/object_star.svg new file mode 100644 index 00000000..e8c151a2 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/object_star.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/object_wizard.svg b/wise-webapp/src/main/webapp/map-icons/icons/object_wizard.svg new file mode 100644 index 00000000..c054e1df --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/object_wizard.svg @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/onoff_add.svg b/wise-webapp/src/main/webapp/map-icons/icons/onoff_add.svg new file mode 100644 index 00000000..d2a0941a --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/onoff_add.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/onoff_clock.svg b/wise-webapp/src/main/webapp/map-icons/icons/onoff_clock.svg new file mode 100644 index 00000000..bb0d5fbd --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/onoff_clock.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/onoff_clock_red.svg b/wise-webapp/src/main/webapp/map-icons/icons/onoff_clock_red.svg new file mode 100644 index 00000000..00076adc --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/onoff_clock_red.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/onoff_delete.svg b/wise-webapp/src/main/webapp/map-icons/icons/onoff_delete.svg new file mode 100644 index 00000000..ad3b57ec --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/onoff_delete.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/sign_cancel.svg b/wise-webapp/src/main/webapp/map-icons/icons/sign_cancel.svg new file mode 100644 index 00000000..068ec3ff --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/sign_cancel.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/sign_closed.svg b/wise-webapp/src/main/webapp/map-icons/icons/sign_closed.svg new file mode 100644 index 00000000..de8184e3 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/sign_closed.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/sign_exclamation.svg b/wise-webapp/src/main/webapp/map-icons/icons/sign_exclamation.svg new file mode 100644 index 00000000..9cbf724a --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/sign_exclamation.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/sign_help.svg b/wise-webapp/src/main/webapp/map-icons/icons/sign_help.svg new file mode 100644 index 00000000..1bbcaf5d --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/sign_help.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/sign_info.svg b/wise-webapp/src/main/webapp/map-icons/icons/sign_info.svg new file mode 100644 index 00000000..c7e3077e --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/sign_info.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/sign_stop.svg b/wise-webapp/src/main/webapp/map-icons/icons/sign_stop.svg new file mode 100644 index 00000000..b9ab6325 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/sign_stop.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/sign_warning.svg b/wise-webapp/src/main/webapp/map-icons/icons/sign_warning.svg new file mode 100644 index 00000000..2d2ae664 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/sign_warning.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/soft_bug.svg b/wise-webapp/src/main/webapp/map-icons/icons/soft_bug.svg new file mode 100644 index 00000000..1164e808 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/soft_bug.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/soft_cursor.svg b/wise-webapp/src/main/webapp/map-icons/icons/soft_cursor.svg new file mode 100644 index 00000000..786f176c --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/soft_cursor.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/soft_database.svg b/wise-webapp/src/main/webapp/map-icons/icons/soft_database.svg new file mode 100644 index 00000000..a4a095eb --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/soft_database.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/soft_database_table.svg b/wise-webapp/src/main/webapp/map-icons/icons/soft_database_table.svg new file mode 100644 index 00000000..c1d48962 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/soft_database_table.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/soft_feed.svg b/wise-webapp/src/main/webapp/map-icons/icons/soft_feed.svg new file mode 100644 index 00000000..2949e330 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/soft_feed.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/soft_penguin.svg b/wise-webapp/src/main/webapp/map-icons/icons/soft_penguin.svg new file mode 100644 index 00000000..8cc3911c --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/soft_penguin.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/sport_basketball.svg b/wise-webapp/src/main/webapp/map-icons/icons/sport_basketball.svg new file mode 100644 index 00000000..7bbe066b --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/sport_basketball.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/sport_football.svg b/wise-webapp/src/main/webapp/map-icons/icons/sport_football.svg new file mode 100644 index 00000000..a5616304 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/sport_football.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/sport_golf.svg b/wise-webapp/src/main/webapp/map-icons/icons/sport_golf.svg new file mode 100644 index 00000000..19455358 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/sport_golf.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/sport_raquet.svg b/wise-webapp/src/main/webapp/map-icons/icons/sport_raquet.svg new file mode 100644 index 00000000..424482be --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/sport_raquet.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/sport_soccer.svg b/wise-webapp/src/main/webapp/map-icons/icons/sport_soccer.svg new file mode 100644 index 00000000..71b71e7d --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/sport_soccer.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/sport_tennis.svg b/wise-webapp/src/main/webapp/map-icons/icons/sport_tennis.svg new file mode 100644 index 00000000..841fc1ca --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/sport_tennis.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/tag_blue_add2.png b/wise-webapp/src/main/webapp/map-icons/icons/tag_blue_add2.png deleted file mode 100755 index 997c191a..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/icons/tag_blue_add2.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/icons/task_0.svg b/wise-webapp/src/main/webapp/map-icons/icons/task_0.svg new file mode 100644 index 00000000..d8356fe4 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/task_0.svg @@ -0,0 +1,8 @@ + + + + Layer 1 + + + + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/map-icons/icons/task_100.svg b/wise-webapp/src/main/webapp/map-icons/icons/task_100.svg new file mode 100644 index 00000000..129f0af8 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/task_100.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/task_25.svg b/wise-webapp/src/main/webapp/map-icons/icons/task_25.svg new file mode 100644 index 00000000..13dabee9 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/task_25.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/task_50.svg b/wise-webapp/src/main/webapp/map-icons/icons/task_50.svg new file mode 100644 index 00000000..a18ceb04 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/task_50.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/task_75.svg b/wise-webapp/src/main/webapp/map-icons/icons/task_75.svg new file mode 100644 index 00000000..a279e956 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/task_75.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/thumb_thumb_down.svg b/wise-webapp/src/main/webapp/map-icons/icons/thumb_thumb_down.svg new file mode 100644 index 00000000..5a5aa3ec --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/thumb_thumb_down.svg @@ -0,0 +1,12 @@ + + 70 Basic icons by Xicons.co + + + Layer 1 + + + + + + + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/map-icons/icons/thumb_thumb_up.svg b/wise-webapp/src/main/webapp/map-icons/icons/thumb_thumb_up.svg new file mode 100644 index 00000000..5615643a --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/thumb_thumb_up.svg @@ -0,0 +1 @@ +70 Basic icons by Xicons.co \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/map-icons/icons/tick_cross.svg b/wise-webapp/src/main/webapp/map-icons/icons/tick_cross.svg new file mode 100644 index 00000000..ba260776 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/tick_cross.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/tick_tick.svg b/wise-webapp/src/main/webapp/map-icons/icons/tick_tick.svg new file mode 100644 index 00000000..cfc410fd --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/tick_tick.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/time_calendar.svg b/wise-webapp/src/main/webapp/map-icons/icons/time_calendar.svg new file mode 100644 index 00000000..52fec157 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/time_calendar.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/time_clock.svg b/wise-webapp/src/main/webapp/map-icons/icons/time_clock.svg new file mode 100644 index 00000000..fb344538 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/time_clock.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/time_hourglass.svg b/wise-webapp/src/main/webapp/map-icons/icons/time_hourglass.svg new file mode 100644 index 00000000..4c263156 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/time_hourglass.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/weather_clear-night.svg b/wise-webapp/src/main/webapp/map-icons/icons/weather_clear-night.svg new file mode 100644 index 00000000..8ea01c2f --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/weather_clear-night.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/weather_clear.svg b/wise-webapp/src/main/webapp/map-icons/icons/weather_clear.svg new file mode 100644 index 00000000..a1c028a7 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/weather_clear.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/weather_few-clouds-night.svg b/wise-webapp/src/main/webapp/map-icons/icons/weather_few-clouds-night.svg new file mode 100644 index 00000000..6a74e519 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/weather_few-clouds-night.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/weather_few-clouds.svg b/wise-webapp/src/main/webapp/map-icons/icons/weather_few-clouds.svg new file mode 100644 index 00000000..7f8dab1d --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/weather_few-clouds.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/weather_overcast.svg b/wise-webapp/src/main/webapp/map-icons/icons/weather_overcast.svg new file mode 100644 index 00000000..a7f6383d --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/weather_overcast.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/weather_severe-alert.svg b/wise-webapp/src/main/webapp/map-icons/icons/weather_severe-alert.svg new file mode 100644 index 00000000..359ddb88 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/weather_severe-alert.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/weather_showers-scattered.svg b/wise-webapp/src/main/webapp/map-icons/icons/weather_showers-scattered.svg new file mode 100644 index 00000000..97d2727a --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/weather_showers-scattered.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/weather_showers.svg b/wise-webapp/src/main/webapp/map-icons/icons/weather_showers.svg new file mode 100644 index 00000000..1118a6e3 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/weather_showers.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/weather_snow.svg b/wise-webapp/src/main/webapp/map-icons/icons/weather_snow.svg new file mode 100644 index 00000000..3a50096b --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/weather_snow.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/icons/weather_storm.svg b/wise-webapp/src/main/webapp/map-icons/icons/weather_storm.svg new file mode 100644 index 00000000..97d2727a --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/icons/weather_storm.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wise-webapp/src/main/webapp/map-icons/images/links.png b/wise-webapp/src/main/webapp/map-icons/images/links.png deleted file mode 100644 index dd3b830f..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/images/links.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/images/links.svg b/wise-webapp/src/main/webapp/map-icons/images/links.svg new file mode 100644 index 00000000..88d5f1bf --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/images/links.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/map-icons/images/notes.png b/wise-webapp/src/main/webapp/map-icons/images/notes.png deleted file mode 100644 index bf438b1d..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/images/notes.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/images/notes.svg b/wise-webapp/src/main/webapp/map-icons/images/notes.svg new file mode 100644 index 00000000..79bb5973 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/images/notes.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/map-icons/images/shape-circle.png b/wise-webapp/src/main/webapp/map-icons/images/shape-circle.png deleted file mode 100644 index cae3eead..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/images/shape-circle.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/images/shape-circle.svg b/wise-webapp/src/main/webapp/map-icons/images/shape-circle.svg new file mode 100644 index 00000000..306bd5f1 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/images/shape-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/map-icons/images/shape-line.png b/wise-webapp/src/main/webapp/map-icons/images/shape-line.png deleted file mode 100644 index 89f5a5bc..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/images/shape-line.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/images/shape-line.svg b/wise-webapp/src/main/webapp/map-icons/images/shape-line.svg new file mode 100644 index 00000000..36a771fe --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/images/shape-line.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/map-icons/images/shape-rectangle-round.png b/wise-webapp/src/main/webapp/map-icons/images/shape-rectangle-round.png deleted file mode 100644 index c34e767c..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/images/shape-rectangle-round.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/images/shape-rectangle-round.svg b/wise-webapp/src/main/webapp/map-icons/images/shape-rectangle-round.svg new file mode 100644 index 00000000..c140d293 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/images/shape-rectangle-round.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/wise-webapp/src/main/webapp/map-icons/images/shape-rectangle.png b/wise-webapp/src/main/webapp/map-icons/images/shape-rectangle.png deleted file mode 100644 index 9f05ac23..00000000 Binary files a/wise-webapp/src/main/webapp/map-icons/images/shape-rectangle.png and /dev/null differ diff --git a/wise-webapp/src/main/webapp/map-icons/images/shape-rectangle.svg b/wise-webapp/src/main/webapp/map-icons/images/shape-rectangle.svg new file mode 100644 index 00000000..236a6917 --- /dev/null +++ b/wise-webapp/src/main/webapp/map-icons/images/shape-rectangle.svg @@ -0,0 +1 @@ + \ No newline at end of file