@syncfusion/ej2-angular-maps 19.4.56 → 19.4.57-105067

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/@syncfusion/ej2-angular-maps.es5.js +866 -866
  2. package/@syncfusion/ej2-angular-maps.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-maps.js +771 -771
  4. package/@syncfusion/ej2-angular-maps.js.map +1 -1
  5. package/CHANGELOG.md +2 -0
  6. package/README.md +73 -73
  7. package/dist/ej2-angular-maps.umd.js +857 -865
  8. package/dist/ej2-angular-maps.umd.js.map +1 -1
  9. package/dist/ej2-angular-maps.umd.min.js +1 -10
  10. package/dist/ej2-angular-maps.umd.min.js.map +1 -1
  11. package/ej2-angular-maps.d.ts +5 -5
  12. package/ej2-angular-maps.metadata.json +1 -1
  13. package/package.json +80 -80
  14. package/postinstall/tagchange.js +18 -18
  15. package/public_api.d.ts +1 -1
  16. package/schematics/generators/maps-annotation/images/__path__/__name@dasherize__/compass.svg +197 -197
  17. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +20 -20
  18. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +14 -14
  19. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +57 -57
  20. package/schematics/generators/maps-annotation/schema.json +3 -2
  21. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  22. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -10
  23. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +71 -71
  24. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/assets/population-data.ts +45 -45
  25. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/assets/world-map.ts +184 -184
  26. package/schematics/generators/maps-bubble/schema.json +3 -2
  27. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  28. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -8
  29. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +76 -76
  30. package/schematics/generators/maps-color-mapping/schema.json +3 -2
  31. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  32. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -10
  33. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +32 -32
  34. package/schematics/generators/maps-default/schema.json +3 -2
  35. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  36. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -8
  37. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +37 -37
  38. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/assets/world-map.ts +184 -184
  39. package/schematics/generators/maps-label/schema.json +3 -2
  40. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  41. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -7
  42. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +101 -101
  43. package/schematics/generators/maps-legend/schema.json +3 -2
  44. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  45. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -10
  46. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +100 -100
  47. package/schematics/generators/maps-marker/schema.json +3 -2
  48. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +18 -18
  49. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -5
  50. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +120 -120
  51. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/assets/map-location.ts +127 -127
  52. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/assets/world-map.ts +184 -184
  53. package/schematics/generators/maps-navigation-line/schema.json +3 -2
  54. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  55. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -10
  56. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +32 -32
  57. package/schematics/generators/maps-osm/schema.json +3 -2
  58. package/schematics/ng-add/index.ts +10 -10
  59. package/schematics/ng-add/schema.json +34 -34
  60. package/schematics/ng-add/schema.ts +30 -30
  61. package/schematics/tsconfig.json +25 -25
  62. package/schematics/utils/lib-details.d.ts +2 -2
  63. package/schematics/utils/lib-details.js +2 -2
  64. package/schematics/utils/lib-details.ts +4 -4
  65. package/src/index.d.ts +11 -11
  66. package/src/maps/annotations.directive.d.ts +49 -49
  67. package/src/maps/bubblesettings.directive.d.ts +116 -116
  68. package/src/maps/colormapping.directive.d.ts +71 -71
  69. package/src/maps/initialshapeselection.directive.d.ts +37 -37
  70. package/src/maps/layers.directive.d.ts +151 -147
  71. package/src/maps/maps-all.module.d.ts +19 -19
  72. package/src/maps/maps.component.d.ts +64 -63
  73. package/src/maps/maps.module.d.ts +5 -5
  74. package/src/maps/markersettings.directive.d.ts +149 -149
  75. package/src/maps/navigationlinesettings.directive.d.ts +74 -74
package/package.json CHANGED
@@ -1,82 +1,82 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-angular-maps@*",
3
- "_id": "@syncfusion/ej2-angular-maps@19.4.55",
4
- "_inBundle": false,
5
- "_integrity": "sha512-1zdDg6snX0I/+2xwtKlfe6xUmqsdKOsH/dZ82DujtuHK4+f/C++v+dQ9ot09ywEubRYq8M2Prk463qaS7EawpQ==",
6
- "_location": "/@syncfusion/ej2-angular-maps",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-angular-maps@*",
2
+ "_from": "@syncfusion/ej2-angular-maps@*",
3
+ "_id": "@syncfusion/ej2-angular-maps@19.4.55",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-1zdDg6snX0I/+2xwtKlfe6xUmqsdKOsH/dZ82DujtuHK4+f/C++v+dQ9ot09ywEubRYq8M2Prk463qaS7EawpQ==",
6
+ "_location": "/@syncfusion/ej2-angular-maps",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "range",
10
+ "registry": true,
11
+ "raw": "@syncfusion/ej2-angular-maps@*",
12
+ "name": "@syncfusion/ej2-angular-maps",
13
+ "escapedName": "@syncfusion%2fej2-angular-maps",
14
+ "scope": "@syncfusion",
15
+ "rawSpec": "*",
16
+ "saveSpec": null,
17
+ "fetchSpec": "*"
18
+ },
19
+ "_requiredBy": [
20
+ "/"
21
+ ],
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-maps/-/ej2-angular-maps-19.4.55.tgz",
23
+ "_shasum": "64e11c40d2531e38c56b04763a6458c4922363ec",
24
+ "_spec": "@syncfusion/ej2-angular-maps@*",
25
+ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
+ "author": {
27
+ "name": "Syncfusion Inc."
28
+ },
29
+ "bugs": {
30
+ "url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
31
+ },
32
+ "bundleDependencies": false,
33
+ "dependencies": {
34
+ "@syncfusion/ej2-angular-base": "~19.4.56",
35
+ "@syncfusion/ej2-base": "~19.4.52",
36
+ "@syncfusion/ej2-maps": "19.4.57-105067"
37
+ },
38
+ "deprecated": false,
39
+ "description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Angular",
40
+ "devDependencies": {},
41
+ "es2015": "@syncfusion/ej2-angular-maps.js",
42
+ "homepage": "https://github.com/syncfusion/ej2-angular-ui-components#readme",
43
+ "keywords": [
44
+ "ej2",
45
+ "syncfusion",
46
+ "ej2-maps",
47
+ "web-components",
48
+ "maps",
49
+ "shape-data",
50
+ "OSM",
51
+ "projection",
52
+ "bubble",
53
+ "color-mapping",
54
+ "marker",
55
+ "data-label",
56
+ "navigation-line",
57
+ "legend",
58
+ "tooltip",
59
+ "zooming",
60
+ "panning",
61
+ "drilldown",
62
+ "annotation",
63
+ "custom-shapes",
64
+ "typescript",
65
+ "angular",
66
+ "ng-maps",
67
+ "ej2-ng-maps"
68
+ ],
69
+ "license": "SEE LICENSE IN license",
70
+ "main": "dist/ej2-angular-maps.umd.js",
71
+ "metadata": "ej2-angular-maps.metadata.json",
72
+ "module": "@syncfusion/ej2-angular-maps.es5.js",
12
73
  "name": "@syncfusion/ej2-angular-maps",
13
- "escapedName": "@syncfusion%2fej2-angular-maps",
14
- "scope": "@syncfusion",
15
- "rawSpec": "*",
16
- "saveSpec": null,
17
- "fetchSpec": "*"
18
- },
19
- "_requiredBy": [
20
- "/"
21
- ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-maps/-/ej2-angular-maps-19.4.55.tgz",
23
- "_shasum": "64e11c40d2531e38c56b04763a6458c4922363ec",
24
- "_spec": "@syncfusion/ej2-angular-maps@*",
25
- "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
- "author": {
27
- "name": "Syncfusion Inc."
28
- },
29
- "bugs": {
30
- "url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
31
- },
32
- "bundleDependencies": false,
33
- "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~19.4.56",
35
- "@syncfusion/ej2-base": "~19.4.52",
36
- "@syncfusion/ej2-maps": "19.4.56"
37
- },
38
- "deprecated": false,
39
- "description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Angular",
40
- "devDependencies": {},
41
- "es2015": "@syncfusion/ej2-angular-maps.js",
42
- "homepage": "https://github.com/syncfusion/ej2-angular-ui-components#readme",
43
- "keywords": [
44
- "ej2",
45
- "syncfusion",
46
- "ej2-maps",
47
- "web-components",
48
- "maps",
49
- "shape-data",
50
- "OSM",
51
- "projection",
52
- "bubble",
53
- "color-mapping",
54
- "marker",
55
- "data-label",
56
- "navigation-line",
57
- "legend",
58
- "tooltip",
59
- "zooming",
60
- "panning",
61
- "drilldown",
62
- "annotation",
63
- "custom-shapes",
64
- "typescript",
65
- "angular",
66
- "ng-maps",
67
- "ej2-ng-maps"
68
- ],
69
- "license": "SEE LICENSE IN license",
70
- "main": "dist/ej2-angular-maps.umd.js",
71
- "metadata": "ej2-angular-maps.metadata.json",
72
- "module": "@syncfusion/ej2-angular-maps.es5.js",
73
- "name": "@syncfusion/ej2-angular-maps",
74
- "repository": {
75
- "type": "git",
76
- "url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
77
- },
78
- "schematics": "./schematics/collection.json",
79
- "sideEffects": false,
80
- "typings": "ej2-angular-maps.d.ts",
81
- "version": "19.4.56"
82
- }
74
+ "repository": {
75
+ "type": "git",
76
+ "url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
77
+ },
78
+ "schematics": "./schematics/collection.json",
79
+ "sideEffects": false,
80
+ "typings": "ej2-angular-maps.d.ts",
81
+ "version": "19.4.57-105067"
82
+ }
@@ -1,18 +1,18 @@
1
- var fs = require("fs");
2
- var glob = require("glob");
3
-
4
- var selectors = ['ejs-maps'];
5
-
6
- if (process.env.tagName !== undefined) {
7
- var newTagPrefix = process.env.tagName.trim();
8
- var files = glob.sync("./@syncfusion/*");
9
- for (var i = 0; i < files.length; i++) {
10
- var sourceFile = fs.readFileSync(files[i], "utf8");
11
- for (var j = 0; j < selectors.length; j++) {
12
- selectors[j] = selectors[j].replace('[','').replace(']','');
13
- var tagRegex = new RegExp(selectors[j], "g");
14
- sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
15
- }
16
- fs.writeFileSync(files[i], sourceFile, "utf8");
17
- }
18
- }
1
+ var fs = require("fs");
2
+ var glob = require("glob");
3
+
4
+ var selectors = ['ejs-maps'];
5
+
6
+ if (process.env.tagName !== undefined) {
7
+ var newTagPrefix = process.env.tagName.trim();
8
+ var files = glob.sync("./@syncfusion/*");
9
+ for (var i = 0; i < files.length; i++) {
10
+ var sourceFile = fs.readFileSync(files[i], "utf8");
11
+ for (var j = 0; j < selectors.length; j++) {
12
+ selectors[j] = selectors[j].replace('[','').replace(']','');
13
+ var tagRegex = new RegExp(selectors[j], "g");
14
+ sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
15
+ }
16
+ fs.writeFileSync(files[i], sourceFile, "utf8");
17
+ }
18
+ }
package/public_api.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './src/index';
1
+ export * from './src/index';
@@ -1,197 +1,197 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 75 75" style="enable-background:new 0 0 75 75;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{fill:#FFFFFF;}
7
- .st1{fill:#FFC003;}
8
- .st2{fill:#606060;}
9
- .st3{fill:none;stroke:#EEEEEE;stroke-miterlimit:10;}
10
- .st4{display:none;}
11
- .st5{display:inline;fill:none;stroke:#EEEEEE;stroke-miterlimit:10;}
12
- .st6{fill:none;}
13
- .st7{display:none;fill:none;stroke:#EEEEEE;stroke-miterlimit:10;}
14
- .st8{fill:none;stroke:#51A5DE;stroke-width:2;stroke-miterlimit:10;}
15
- .st9{fill:none;stroke:#76DDFB;stroke-width:2;stroke-miterlimit:10;}
16
- .st10{fill:#0087E7;}
17
- .st11{opacity:0.2;fill:#00BDAE;}
18
- .st12{fill:none;stroke:#404041;stroke-width:2;stroke-miterlimit:10;}
19
- .st13{fill:none;stroke:#00BDAE;stroke-width:2;stroke-miterlimit:10;}
20
- .st14{opacity:0.2;fill:#357BD2;}
21
- .st15{fill:none;stroke:#357BD2;stroke-width:2;stroke-miterlimit:10;}
22
- .st16{opacity:0.2;fill:#404041;}
23
- .st17{opacity:0.2;fill:#70AD47;}
24
- .st18{fill:none;stroke:#70AD47;stroke-width:2;stroke-miterlimit:10;}
25
- .st19{opacity:0.2;fill:#F8B883;}
26
- .st20{fill:none;stroke:#F8B883;stroke-width:2;stroke-miterlimit:10;}
27
- .st21{opacity:0.2;fill:#E56591;}
28
- .st22{fill:none;stroke:#E56591;stroke-width:2;stroke-miterlimit:10;}
29
- .st23{opacity:0.2;fill:#DD8ABC;}
30
- .st24{fill:none;stroke:#DD8ABC;stroke-width:2;stroke-miterlimit:10;}
31
- .st25{opacity:0.2;fill:#EA7A57;}
32
- .st26{fill:none;stroke:#EA7A57;stroke-width:2;stroke-miterlimit:10;}
33
- .st27{opacity:0.2;fill:#7BB4EB;}
34
- .st28{fill:none;stroke:#7BB4EB;stroke-width:2;stroke-miterlimit:10;}
35
- .st29{opacity:0.2;fill:#7F84E8;}
36
- .st30{fill:none;stroke:#7F84E8;stroke-width:2;stroke-miterlimit:10;}
37
- .st31{fill:#FFFFFF;stroke:#404041;stroke-width:2;stroke-miterlimit:10;}
38
- .st32{fill:#00BDAE;}
39
- .st33{fill:#404041;}
40
- .st34{fill:#76DDFB;}
41
- .st35{fill:#51A5DE;}
42
- .st36{opacity:0.9;fill-rule:evenodd;clip-rule:evenodd;fill:#485465;}
43
- .st37{fill-rule:evenodd;clip-rule:evenodd;fill:none;}
44
- .st38{fill:#2498D2;}
45
- .st39{fill:#B7E021;}
46
- .st40{opacity:0.9;fill-rule:evenodd;clip-rule:evenodd;fill:#51A5DE;}
47
- .st41{opacity:0.3;fill:#B7E021;}
48
- .st42{fill:none;stroke:#B7E021;stroke-miterlimit:10;}
49
- .st43{opacity:0.3;fill:#00BDAE;}
50
- .st44{fill:none;stroke:#00BDAE;stroke-miterlimit:10;}
51
- .st45{fill:none;stroke:#757575;stroke-miterlimit:10;}
52
- .st46{fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;}
53
- .st47{opacity:0.9;fill:none;stroke:#9198A3;stroke-width:0.5;stroke-miterlimit:10;}
54
- .st48{fill:#666666;}
55
- .st49{display:inline;}
56
- .st50{fill:#D6D6D6;}
57
- .st51{fill:#ECECEC;}
58
- .st52{fill:#E0E0E0;}
59
- .st53{fill:#FFFFFF;stroke:#00BDAE;stroke-width:2;stroke-miterlimit:10;}
60
- .st54{fill:#686868;}
61
- .st55{fill:#C7C7C7;}
62
- .st56{fill:#B5B5B5;}
63
- .st57{fill:#EEEEEE;}
64
- .st58{fill:#7F84E8;}
65
- .st59{fill:#DC8ABC;}
66
- .st60{fill:#E5658F;}
67
- .st61{fill:#70AD47;}
68
- .st62{fill:#357BD2;}
69
- .st63{fill:#F8B883;}
70
- .st64{fill:none;stroke:#70AD47;stroke-miterlimit:10;}
71
- .st65{fill:none;stroke:#DC8ABC;stroke-miterlimit:10;}
72
- .st66{fill:none;stroke:#7F84E8;stroke-miterlimit:10;}
73
- .st67{fill:none;stroke:#357BD2;stroke-miterlimit:10;}
74
- .st68{fill:none;stroke:#E5658F;stroke-miterlimit:10;}
75
- .st69{fill:#565656;}
76
- .st70{fill:#333333;}
77
- .st71{opacity:0.75;}
78
- .st72{fill:#000816;}
79
- .st73{fill:none;stroke:#CCCCCC;stroke-width:0.5;stroke-miterlimit:10;}
80
- .st74{fill:#CCCCCC;}
81
- .st75{opacity:0.8;fill:none;stroke:#FFFFFF;stroke-width:0.5;stroke-miterlimit:10;}
82
- .st76{fill:#404041;stroke:#CCCCCC;stroke-width:0.75;stroke-miterlimit:10;}
83
- .st77{fill:#00BDAE;stroke:#CCCCCC;stroke-width:0.75;stroke-miterlimit:10;}
84
- .st78{fill:#357BD2;stroke:#CCCCCC;stroke-width:0.75;stroke-miterlimit:10;}
85
- .st79{fill:#E5658F;stroke:#CCCCCC;stroke-width:0.75;stroke-miterlimit:10;}
86
- .st80{opacity:0.85;fill:#FFFFFF;stroke:#666666;stroke-miterlimit:10;}
87
- .st81{opacity:0.8;fill:none;stroke:#666666;stroke-miterlimit:10;}
88
- .st82{opacity:0.85;fill:#000816;}
89
- .st83{fill:#999999;}
90
- .st84{opacity:0.8;fill:none;stroke:#FFFFFF;stroke-miterlimit:10;}
91
- .st85{fill:#1C860B;}
92
- .st86{fill:#FFA65C;}
93
- .st87{fill:#E70006;}
94
- .st88{opacity:0.5;fill-rule:evenodd;clip-rule:evenodd;fill:#4CFF2E;}
95
- .st89{fill-rule:evenodd;clip-rule:evenodd;fill:#FFDBBE;}
96
- .st90{fill:none;stroke:#E70006;stroke-miterlimit:10;}
97
- .st91{fill:#BDBDBD;}
98
- .st92{fill:#FFFFFF;stroke:#00BDAE;stroke-width:0.5;stroke-miterlimit:10;}
99
- .st93{opacity:0.8;fill:none;stroke:#000000;stroke-miterlimit:10;}
100
- .st94{fill:#DBDBDB;}
101
- .st95{fill:#2ECD71;}
102
- .st96{fill:#606EFF;}
103
- .st97{fill:#E74C3D;}
104
- .st98{opacity:0.8;fill:#000816;}
105
- .st99{fill:#73ABC2;}
106
- .st100{opacity:0.85;}
107
- .st101{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;}
108
- .st102{fill:none;stroke:#D9D9D9;stroke-miterlimit:10;}
109
- .st103{fill:#FDD635;stroke:#FFFFFF;stroke-width:0.5;stroke-miterlimit:10;}
110
- .st104{fill:#FDD635;}
111
- .st105{fill:#FFC80A;stroke:#FFFFFF;stroke-width:0.5;stroke-miterlimit:10;}
112
- .st106{fill:#FDD633;}
113
- .st107{fill:#9FDEF7;}
114
- .st108{fill:#E4F2F9;}
115
- .st109{fill:#83D4ED;}
116
- .st110{fill:#D7EDF9;}
117
- .st111{opacity:0.5;fill:#2EB3FF;}
118
- .st112{fill:#B5C0D6;}
119
- .st113{fill:#DFE6F4;}
120
- .st114{fill:#83D4ED;stroke:#FFFFFF;stroke-miterlimit:10;}
121
- .st115{fill:#D7EDF9;stroke:#FFFFFF;stroke-miterlimit:10;}
122
- .st116{fill:#DFE6F4;stroke:#FFFFFF;stroke-miterlimit:10;}
123
- .st117{fill:#FF4081;}
124
- .st118{fill:#FF512F;}
125
- .st119{fill:#FC902A;}
126
- .st120{fill:#F9D423;}
127
- .st121{fill:#D1EEF2;}
128
- .st122{fill:#FE9F1C;}
129
- .st123{fill:#73CB81;}
130
- .st124{fill:#E2191E;}
131
- .st125{fill:#FF8C3B;}
132
- .st126{fill:#FFEE9F;}
133
- .st127{fill:url(#SVGID_1_);}
134
- .st128{fill:url(#SVGID_2_);}
135
- .st129{fill:url(#SVGID_3_);}
136
- .st130{fill:url(#SVGID_4_);}
137
- .st131{opacity:0.7;fill:url(#SVGID_5_);}
138
- .st132{fill:#BB6D09;}
139
- .st133{fill:#A5BFE4;}
140
- .st134{fill:#FFD309;}
141
- .st135{fill:#BAEAB0;}
142
- .st136{fill:#C68C3F;}
143
- .st137{fill:url(#SVGID_6_);}
144
- .st138{fill:url(#SVGID_7_);}
145
- .st139{fill:url(#SVGID_8_);}
146
- .st140{fill:url(#SVGID_9_);}
147
- .st141{fill:url(#SVGID_10_);}
148
- .st142{fill:url(#SVGID_11_);}
149
- .st143{fill:url(#SVGID_12_);}
150
- .st144{fill:url(#SVGID_13_);}
151
- .st145{fill:url(#SVGID_14_);}
152
- .st146{fill:url(#SVGID_15_);}
153
- .st147{fill:url(#SVGID_16_);}
154
- .st148{fill:url(#SVGID_17_);}
155
- .st149{fill:url(#SVGID_18_);}
156
- .st150{fill:url(#SVGID_19_);}
157
- .st151{fill:url(#SVGID_20_);}
158
- .st152{fill:#666666;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;}
159
- .st153{fill:url(#SVGID_21_);}
160
- .st154{fill:url(#SVGID_22_);}
161
- .st155{fill:url(#SVGID_23_);}
162
- .st156{fill:url(#SVGID_24_);}
163
- .st157{fill:url(#SVGID_25_);}
164
- .st158{fill:url(#SVGID_26_);}
165
- .st159{fill:url(#SVGID_27_);}
166
- .st160{fill:url(#SVGID_28_);}
167
- .st161{fill:url(#SVGID_29_);}
168
- .st162{opacity:0.3;fill:#666666;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;}
169
- .st163{fill:url(#);}
170
- .st164{clip-path:url(#SVGID_31_);fill:url(#);}
171
- .st165{clip-path:url(#SVGID_33_);fill:#231F20;}
172
- .st166{clip-path:url(#SVGID_35_);fill:url(#);}
173
- .st167{opacity:0.4;fill:#00BDAE;}
174
- .st168{fill:none;stroke:#008E83;stroke-miterlimit:10;}
175
- .st169{opacity:0.4;fill:#4472C4;}
176
- .st170{fill:none;stroke:#335693;stroke-miterlimit:10;}
177
- .st171{opacity:0.4;fill:#A16EE5;}
178
- .st172{fill:none;stroke:#7953AC;stroke-miterlimit:10;}
179
- .st173{fill:#C64A75;}
180
- .st174{fill:#4372C4;}
181
- .st175{fill:#A26EE5;}
182
- .st176{fill:none;stroke:#606060;stroke-width:2;stroke-miterlimit:10;}
183
- .st177{font-family:'Roboto-Medium';}
184
- .st178{font-size:12.5832px;}
185
- </style>
186
- <g>
187
- <path class="st2" d="M42.8,10.4c10.6,2.1,19,10.2,21.5,20.7h2.2C64,19.5,54.6,10.4,42.8,8.3V10.4z"/>
188
- <path class="st2" d="M10.8,31.1c2.5-10.4,10.9-18.6,21.5-20.7V8.3C20.5,10.4,11.2,19.5,8.6,31.1H10.8z"/>
189
- <path class="st2" d="M32.3,64.4c-10.6-2.1-19-10.2-21.5-20.7H8.6c2.5,11.6,11.9,20.7,23.6,22.8V64.4z"/>
190
- <path class="st2" d="M64.3,43.8c-2.5,10.4-10.9,18.6-21.5,20.7v2.1C54.6,64.5,64,55.4,66.5,43.8H64.3z"/>
191
- </g>
192
- <text transform="matrix(1 0 0 1 33.7949 12.5674)" class="st2 st177 st178">N</text>
193
- <text transform="matrix(1 0 0 1 4.749 41.1523)" class="st2 st177 st178">W</text>
194
- <text transform="matrix(1 0 0 1 62.1631 41.1523)" class="st2 st177 st178">E</text>
195
- <text transform="matrix(1 0 0 1 34.2832 70.6455)" class="st2 st177 st178">S</text>
196
- <path class="st2" d="M42.3,37.4l-4.2-20.6l-4.2,20.6l4.2,20.6L42.3,37.4z M35.2,38.5l5.9,0l-2.9,14.3L35.2,38.5z"/>
197
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 75 75" style="enable-background:new 0 0 75 75;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#FFFFFF;}
7
+ .st1{fill:#FFC003;}
8
+ .st2{fill:#606060;}
9
+ .st3{fill:none;stroke:#EEEEEE;stroke-miterlimit:10;}
10
+ .st4{display:none;}
11
+ .st5{display:inline;fill:none;stroke:#EEEEEE;stroke-miterlimit:10;}
12
+ .st6{fill:none;}
13
+ .st7{display:none;fill:none;stroke:#EEEEEE;stroke-miterlimit:10;}
14
+ .st8{fill:none;stroke:#51A5DE;stroke-width:2;stroke-miterlimit:10;}
15
+ .st9{fill:none;stroke:#76DDFB;stroke-width:2;stroke-miterlimit:10;}
16
+ .st10{fill:#0087E7;}
17
+ .st11{opacity:0.2;fill:#00BDAE;}
18
+ .st12{fill:none;stroke:#404041;stroke-width:2;stroke-miterlimit:10;}
19
+ .st13{fill:none;stroke:#00BDAE;stroke-width:2;stroke-miterlimit:10;}
20
+ .st14{opacity:0.2;fill:#357BD2;}
21
+ .st15{fill:none;stroke:#357BD2;stroke-width:2;stroke-miterlimit:10;}
22
+ .st16{opacity:0.2;fill:#404041;}
23
+ .st17{opacity:0.2;fill:#70AD47;}
24
+ .st18{fill:none;stroke:#70AD47;stroke-width:2;stroke-miterlimit:10;}
25
+ .st19{opacity:0.2;fill:#F8B883;}
26
+ .st20{fill:none;stroke:#F8B883;stroke-width:2;stroke-miterlimit:10;}
27
+ .st21{opacity:0.2;fill:#E56591;}
28
+ .st22{fill:none;stroke:#E56591;stroke-width:2;stroke-miterlimit:10;}
29
+ .st23{opacity:0.2;fill:#DD8ABC;}
30
+ .st24{fill:none;stroke:#DD8ABC;stroke-width:2;stroke-miterlimit:10;}
31
+ .st25{opacity:0.2;fill:#EA7A57;}
32
+ .st26{fill:none;stroke:#EA7A57;stroke-width:2;stroke-miterlimit:10;}
33
+ .st27{opacity:0.2;fill:#7BB4EB;}
34
+ .st28{fill:none;stroke:#7BB4EB;stroke-width:2;stroke-miterlimit:10;}
35
+ .st29{opacity:0.2;fill:#7F84E8;}
36
+ .st30{fill:none;stroke:#7F84E8;stroke-width:2;stroke-miterlimit:10;}
37
+ .st31{fill:#FFFFFF;stroke:#404041;stroke-width:2;stroke-miterlimit:10;}
38
+ .st32{fill:#00BDAE;}
39
+ .st33{fill:#404041;}
40
+ .st34{fill:#76DDFB;}
41
+ .st35{fill:#51A5DE;}
42
+ .st36{opacity:0.9;fill-rule:evenodd;clip-rule:evenodd;fill:#485465;}
43
+ .st37{fill-rule:evenodd;clip-rule:evenodd;fill:none;}
44
+ .st38{fill:#2498D2;}
45
+ .st39{fill:#B7E021;}
46
+ .st40{opacity:0.9;fill-rule:evenodd;clip-rule:evenodd;fill:#51A5DE;}
47
+ .st41{opacity:0.3;fill:#B7E021;}
48
+ .st42{fill:none;stroke:#B7E021;stroke-miterlimit:10;}
49
+ .st43{opacity:0.3;fill:#00BDAE;}
50
+ .st44{fill:none;stroke:#00BDAE;stroke-miterlimit:10;}
51
+ .st45{fill:none;stroke:#757575;stroke-miterlimit:10;}
52
+ .st46{fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;}
53
+ .st47{opacity:0.9;fill:none;stroke:#9198A3;stroke-width:0.5;stroke-miterlimit:10;}
54
+ .st48{fill:#666666;}
55
+ .st49{display:inline;}
56
+ .st50{fill:#D6D6D6;}
57
+ .st51{fill:#ECECEC;}
58
+ .st52{fill:#E0E0E0;}
59
+ .st53{fill:#FFFFFF;stroke:#00BDAE;stroke-width:2;stroke-miterlimit:10;}
60
+ .st54{fill:#686868;}
61
+ .st55{fill:#C7C7C7;}
62
+ .st56{fill:#B5B5B5;}
63
+ .st57{fill:#EEEEEE;}
64
+ .st58{fill:#7F84E8;}
65
+ .st59{fill:#DC8ABC;}
66
+ .st60{fill:#E5658F;}
67
+ .st61{fill:#70AD47;}
68
+ .st62{fill:#357BD2;}
69
+ .st63{fill:#F8B883;}
70
+ .st64{fill:none;stroke:#70AD47;stroke-miterlimit:10;}
71
+ .st65{fill:none;stroke:#DC8ABC;stroke-miterlimit:10;}
72
+ .st66{fill:none;stroke:#7F84E8;stroke-miterlimit:10;}
73
+ .st67{fill:none;stroke:#357BD2;stroke-miterlimit:10;}
74
+ .st68{fill:none;stroke:#E5658F;stroke-miterlimit:10;}
75
+ .st69{fill:#565656;}
76
+ .st70{fill:#333333;}
77
+ .st71{opacity:0.75;}
78
+ .st72{fill:#000816;}
79
+ .st73{fill:none;stroke:#CCCCCC;stroke-width:0.5;stroke-miterlimit:10;}
80
+ .st74{fill:#CCCCCC;}
81
+ .st75{opacity:0.8;fill:none;stroke:#FFFFFF;stroke-width:0.5;stroke-miterlimit:10;}
82
+ .st76{fill:#404041;stroke:#CCCCCC;stroke-width:0.75;stroke-miterlimit:10;}
83
+ .st77{fill:#00BDAE;stroke:#CCCCCC;stroke-width:0.75;stroke-miterlimit:10;}
84
+ .st78{fill:#357BD2;stroke:#CCCCCC;stroke-width:0.75;stroke-miterlimit:10;}
85
+ .st79{fill:#E5658F;stroke:#CCCCCC;stroke-width:0.75;stroke-miterlimit:10;}
86
+ .st80{opacity:0.85;fill:#FFFFFF;stroke:#666666;stroke-miterlimit:10;}
87
+ .st81{opacity:0.8;fill:none;stroke:#666666;stroke-miterlimit:10;}
88
+ .st82{opacity:0.85;fill:#000816;}
89
+ .st83{fill:#999999;}
90
+ .st84{opacity:0.8;fill:none;stroke:#FFFFFF;stroke-miterlimit:10;}
91
+ .st85{fill:#1C860B;}
92
+ .st86{fill:#FFA65C;}
93
+ .st87{fill:#E70006;}
94
+ .st88{opacity:0.5;fill-rule:evenodd;clip-rule:evenodd;fill:#4CFF2E;}
95
+ .st89{fill-rule:evenodd;clip-rule:evenodd;fill:#FFDBBE;}
96
+ .st90{fill:none;stroke:#E70006;stroke-miterlimit:10;}
97
+ .st91{fill:#BDBDBD;}
98
+ .st92{fill:#FFFFFF;stroke:#00BDAE;stroke-width:0.5;stroke-miterlimit:10;}
99
+ .st93{opacity:0.8;fill:none;stroke:#000000;stroke-miterlimit:10;}
100
+ .st94{fill:#DBDBDB;}
101
+ .st95{fill:#2ECD71;}
102
+ .st96{fill:#606EFF;}
103
+ .st97{fill:#E74C3D;}
104
+ .st98{opacity:0.8;fill:#000816;}
105
+ .st99{fill:#73ABC2;}
106
+ .st100{opacity:0.85;}
107
+ .st101{fill:none;stroke:#CCCCCC;stroke-miterlimit:10;}
108
+ .st102{fill:none;stroke:#D9D9D9;stroke-miterlimit:10;}
109
+ .st103{fill:#FDD635;stroke:#FFFFFF;stroke-width:0.5;stroke-miterlimit:10;}
110
+ .st104{fill:#FDD635;}
111
+ .st105{fill:#FFC80A;stroke:#FFFFFF;stroke-width:0.5;stroke-miterlimit:10;}
112
+ .st106{fill:#FDD633;}
113
+ .st107{fill:#9FDEF7;}
114
+ .st108{fill:#E4F2F9;}
115
+ .st109{fill:#83D4ED;}
116
+ .st110{fill:#D7EDF9;}
117
+ .st111{opacity:0.5;fill:#2EB3FF;}
118
+ .st112{fill:#B5C0D6;}
119
+ .st113{fill:#DFE6F4;}
120
+ .st114{fill:#83D4ED;stroke:#FFFFFF;stroke-miterlimit:10;}
121
+ .st115{fill:#D7EDF9;stroke:#FFFFFF;stroke-miterlimit:10;}
122
+ .st116{fill:#DFE6F4;stroke:#FFFFFF;stroke-miterlimit:10;}
123
+ .st117{fill:#FF4081;}
124
+ .st118{fill:#FF512F;}
125
+ .st119{fill:#FC902A;}
126
+ .st120{fill:#F9D423;}
127
+ .st121{fill:#D1EEF2;}
128
+ .st122{fill:#FE9F1C;}
129
+ .st123{fill:#73CB81;}
130
+ .st124{fill:#E2191E;}
131
+ .st125{fill:#FF8C3B;}
132
+ .st126{fill:#FFEE9F;}
133
+ .st127{fill:url(#SVGID_1_);}
134
+ .st128{fill:url(#SVGID_2_);}
135
+ .st129{fill:url(#SVGID_3_);}
136
+ .st130{fill:url(#SVGID_4_);}
137
+ .st131{opacity:0.7;fill:url(#SVGID_5_);}
138
+ .st132{fill:#BB6D09;}
139
+ .st133{fill:#A5BFE4;}
140
+ .st134{fill:#FFD309;}
141
+ .st135{fill:#BAEAB0;}
142
+ .st136{fill:#C68C3F;}
143
+ .st137{fill:url(#SVGID_6_);}
144
+ .st138{fill:url(#SVGID_7_);}
145
+ .st139{fill:url(#SVGID_8_);}
146
+ .st140{fill:url(#SVGID_9_);}
147
+ .st141{fill:url(#SVGID_10_);}
148
+ .st142{fill:url(#SVGID_11_);}
149
+ .st143{fill:url(#SVGID_12_);}
150
+ .st144{fill:url(#SVGID_13_);}
151
+ .st145{fill:url(#SVGID_14_);}
152
+ .st146{fill:url(#SVGID_15_);}
153
+ .st147{fill:url(#SVGID_16_);}
154
+ .st148{fill:url(#SVGID_17_);}
155
+ .st149{fill:url(#SVGID_18_);}
156
+ .st150{fill:url(#SVGID_19_);}
157
+ .st151{fill:url(#SVGID_20_);}
158
+ .st152{fill:#666666;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;}
159
+ .st153{fill:url(#SVGID_21_);}
160
+ .st154{fill:url(#SVGID_22_);}
161
+ .st155{fill:url(#SVGID_23_);}
162
+ .st156{fill:url(#SVGID_24_);}
163
+ .st157{fill:url(#SVGID_25_);}
164
+ .st158{fill:url(#SVGID_26_);}
165
+ .st159{fill:url(#SVGID_27_);}
166
+ .st160{fill:url(#SVGID_28_);}
167
+ .st161{fill:url(#SVGID_29_);}
168
+ .st162{opacity:0.3;fill:#666666;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;}
169
+ .st163{fill:url(#);}
170
+ .st164{clip-path:url(#SVGID_31_);fill:url(#);}
171
+ .st165{clip-path:url(#SVGID_33_);fill:#231F20;}
172
+ .st166{clip-path:url(#SVGID_35_);fill:url(#);}
173
+ .st167{opacity:0.4;fill:#00BDAE;}
174
+ .st168{fill:none;stroke:#008E83;stroke-miterlimit:10;}
175
+ .st169{opacity:0.4;fill:#4472C4;}
176
+ .st170{fill:none;stroke:#335693;stroke-miterlimit:10;}
177
+ .st171{opacity:0.4;fill:#A16EE5;}
178
+ .st172{fill:none;stroke:#7953AC;stroke-miterlimit:10;}
179
+ .st173{fill:#C64A75;}
180
+ .st174{fill:#4372C4;}
181
+ .st175{fill:#A26EE5;}
182
+ .st176{fill:none;stroke:#606060;stroke-width:2;stroke-miterlimit:10;}
183
+ .st177{font-family:'Roboto-Medium';}
184
+ .st178{font-size:12.5832px;}
185
+ </style>
186
+ <g>
187
+ <path class="st2" d="M42.8,10.4c10.6,2.1,19,10.2,21.5,20.7h2.2C64,19.5,54.6,10.4,42.8,8.3V10.4z"/>
188
+ <path class="st2" d="M10.8,31.1c2.5-10.4,10.9-18.6,21.5-20.7V8.3C20.5,10.4,11.2,19.5,8.6,31.1H10.8z"/>
189
+ <path class="st2" d="M32.3,64.4c-10.6-2.1-19-10.2-21.5-20.7H8.6c2.5,11.6,11.9,20.7,23.6,22.8V64.4z"/>
190
+ <path class="st2" d="M64.3,43.8c-2.5,10.4-10.9,18.6-21.5,20.7v2.1C54.6,64.5,64,55.4,66.5,43.8H64.3z"/>
191
+ </g>
192
+ <text transform="matrix(1 0 0 1 33.7949 12.5674)" class="st2 st177 st178">N</text>
193
+ <text transform="matrix(1 0 0 1 4.749 41.1523)" class="st2 st177 st178">W</text>
194
+ <text transform="matrix(1 0 0 1 62.1631 41.1523)" class="st2 st177 st178">E</text>
195
+ <text transform="matrix(1 0 0 1 34.2832 70.6455)" class="st2 st177 st178">S</text>
196
+ <path class="st2" d="M42.3,37.4l-4.2-20.6l-4.2,20.6l4.2,20.6L42.3,37.4z M35.2,38.5l5.9,0l-2.9,14.3L35.2,38.5z"/>
197
+ </svg>
@@ -1,21 +1,21 @@
1
- #annotation {
2
- text-align: left;
3
- color: #DDDDDD;
4
- font-size: 12px;
5
- font-family: Roboto;
6
- background: #3E464C;
7
- margin: 20px;
8
- padding: 10px;
9
- -webkit-border-radius: 2px;
10
- -moz-border-radius: 2px;
11
- border-radius: 2px;
12
- width: 300px;
13
- -moz-box-shadow: 0px 2px 5px #666;
14
- -webkit-box-shadow: 0px 2px 5px #666;
15
- box-shadow: 0px 2px 5px #666;
16
- }
17
-
18
- .country-label {
19
- color: white;
20
- font-size: 25px;
1
+ #annotation {
2
+ text-align: left;
3
+ color: #DDDDDD;
4
+ font-size: 12px;
5
+ font-family: Roboto;
6
+ background: #3E464C;
7
+ margin: 20px;
8
+ padding: 10px;
9
+ -webkit-border-radius: 2px;
10
+ -moz-border-radius: 2px;
11
+ border-radius: 2px;
12
+ width: 300px;
13
+ -moz-box-shadow: 0px 2px 5px #666;
14
+ -webkit-box-shadow: 0px 2px 5px #666;
15
+ box-shadow: 0px 2px 5px #666;
16
+ }
17
+
18
+ .country-label {
19
+ color: white;
20
+ font-size: 25px;
21
21
  }