feat: burg group editor - text-shadow

This commit is contained in:
Azgaar 2024-10-10 00:20:55 +02:00
parent b700bf0630
commit 1125192b72
14 changed files with 60 additions and 90 deletions

View file

@ -467,12 +467,6 @@ export function resolveVersionConflicts(mapVersion) {
if (oceanPattern) oceanPattern.removeAttribute("opacity"); if (oceanPattern) oceanPattern.removeAttribute("opacity");
const oceanicPattern = document.getElementById("oceanicPattern"); const oceanicPattern = document.getElementById("oceanicPattern");
if (!oceanicPattern.getAttribute("opacity")) oceanicPattern.setAttribute("opacity", 0.2); if (!oceanicPattern.getAttribute("opacity")) oceanicPattern.setAttribute("opacity", 0.2);
// v 1.63 moved label text-shadow from css to editable inline style
burgLabels.select("#cities").style("text-shadow", "white 0 0 4px");
burgLabels.select("#towns").style("text-shadow", "white 0 0 4px");
labels.select("#states").style("text-shadow", "white 0 0 4px");
labels.select("#addedLabels").style("text-shadow", "white 0 0 4px");
} }
if (isOlderThan("1.64.0")) { if (isOlderThan("1.64.0")) {

View file

@ -93,11 +93,7 @@ function applyStyle(styleJSON) {
continue; continue;
} }
if (attribute === "text-shadow") { el.setAttribute(attribute, value);
el.style[attribute] = value;
} else {
el.setAttribute(attribute, value);
}
if (selector === "#texture") { if (selector === "#texture") {
const image = document.querySelector("#texture > image"); const image = document.querySelector("#texture > image");
@ -280,32 +276,12 @@ function addStylePreset() {
"data-columns" "data-columns"
], ],
"#legendBox": ["fill", "fill-opacity"], "#legendBox": ["fill", "fill-opacity"],
"#burgLabels > #cities": [
"opacity",
"fill",
"text-shadow",
"letter-spacing",
"data-size",
"font-size",
"font-family"
],
"#anchors > #cities": ["opacity", "fill", "size", "stroke", "stroke-width"],
"#burgLabels > #towns": [
"opacity",
"fill",
"text-shadow",
"letter-spacing",
"data-size",
"font-size",
"font-family"
],
"#anchors > #towns": ["opacity", "fill", "size", "stroke", "stroke-width"],
"#labels > #states": [ "#labels > #states": [
"opacity", "opacity",
"fill", "fill",
"stroke", "stroke",
"stroke-width", "stroke-width",
"text-shadow", "style",
"letter-spacing", "letter-spacing",
"data-size", "data-size",
"font-size", "font-size",
@ -317,7 +293,7 @@ function addStylePreset() {
"fill", "fill",
"stroke", "stroke",
"stroke-width", "stroke-width",
"text-shadow", "style",
"letter-spacing", "letter-spacing",
"data-size", "data-size",
"font-size", "font-size",
@ -354,14 +330,14 @@ function addStylePreset() {
const burgLabelsAttributes = [ const burgLabelsAttributes = [
"opacity", "opacity",
"fill", "fill",
"text-shadow", "style",
"letter-spacing", "letter-spacing",
"data-size", "data-size",
"font-size", "font-size",
"font-family" "font-family"
]; ];
options.burgs.groups.forEach(({name}) => { options.burgs.groups.forEach(({name}) => {
attributes[`#burgIcons > g.${name}`] = burgIconsAttributes; attributes[`#burgIcons > g#${name}`] = burgIconsAttributes;
attributes[`#burgLabels > g#${name}`] = burgLabelsAttributes; attributes[`#burgLabels > g#${name}`] = burgLabelsAttributes;
}); });

View file

@ -331,7 +331,7 @@
"#burgLabels > #cities": { "#burgLabels > #cities": {
"opacity": 1, "opacity": 1,
"fill": "#3e3e4b", "fill": "#3e3e4b",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 12, "data-size": 12,
"font-size": 12, "font-size": 12,
@ -357,7 +357,7 @@
"#burgLabels > #towns": { "#burgLabels > #towns": {
"opacity": 1, "opacity": 1,
"fill": "#3e3e4b", "fill": "#3e3e4b",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 5, "data-size": 5,
"font-size": 5, "font-size": 5,
@ -385,7 +385,7 @@
"fill": "#3e3e4b", "fill": "#3e3e4b",
"stroke": "#3a3a3a", "stroke": "#3a3a3a",
"stroke-width": 0, "stroke-width": 0,
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 22, "data-size": 22,
"font-size": 22, "font-size": 22,
@ -397,7 +397,7 @@
"fill": "#3e3e4b", "fill": "#3e3e4b",
"stroke": "#3a3a3a", "stroke": "#3a3a3a",
"stroke-width": 0, "stroke-width": 0,
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 18, "data-size": 18,
"font-size": 18, "font-size": 18,

View file

@ -331,7 +331,7 @@
"#burgLabels > #cities": { "#burgLabels > #cities": {
"opacity": 1, "opacity": 1,
"fill": "#000000", "fill": "#000000",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 5, "data-size": 5,
"font-size": 5, "font-size": 5,
@ -357,7 +357,7 @@
"#burgLabels > #towns": { "#burgLabels > #towns": {
"opacity": 1, "opacity": 1,
"fill": "#000000", "fill": "#000000",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 4, "data-size": 4,
"font-size": 4, "font-size": 4,
@ -385,7 +385,7 @@
"fill": "#000000", "fill": "#000000",
"stroke": "#000000", "stroke": "#000000",
"stroke-width": 0, "stroke-width": 0,
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 21, "data-size": 21,
"font-size": 21, "font-size": 21,
@ -397,7 +397,7 @@
"fill": "#000000", "fill": "#000000",
"stroke": "#000000", "stroke": "#000000",
"stroke-width": 0, "stroke-width": 0,
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 18, "data-size": 18,
"font-size": 18, "font-size": 18,

View file

@ -333,7 +333,7 @@
"#burgLabels > #cities": { "#burgLabels > #cities": {
"opacity": 1, "opacity": 1,
"fill": "#414141", "fill": "#414141",
"text-shadow": "white 0 0 4px", "style": "text-shadow: white 0 0 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 7, "data-size": 7,
"font-size": 7, "font-size": 7,
@ -359,7 +359,7 @@
"#burgLabels > #towns": { "#burgLabels > #towns": {
"opacity": 1, "opacity": 1,
"fill": "#414141", "fill": "#414141",
"text-shadow": "none", "style": "text-shadow: none",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 3, "data-size": 3,
"font-size": 3, "font-size": 3,
@ -387,7 +387,7 @@
"fill": "#292929", "fill": "#292929",
"stroke": "#303030", "stroke": "#303030",
"stroke-width": 0, "stroke-width": 0,
"text-shadow": "white 0 0 2px", "style": "text-shadow: white 0 0 2px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 10, "data-size": 10,
"font-size": 10, "font-size": 10,
@ -399,7 +399,7 @@
"fill": "#414141", "fill": "#414141",
"stroke": "#3a3a3a", "stroke": "#3a3a3a",
"stroke-width": 0, "stroke-width": 0,
"text-shadow": "white 0 0 4px", "style": "text-shadow: white 0 0 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 18, "data-size": 18,
"font-size": 18, "font-size": 18,

View file

@ -331,7 +331,7 @@
"#burgLabels > #cities": { "#burgLabels > #cities": {
"opacity": 1, "opacity": 1,
"fill": "#ffffff", "fill": "#ffffff",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 8, "data-size": 8,
"font-size": 8, "font-size": 8,
@ -357,7 +357,7 @@
"#burgLabels > #towns": { "#burgLabels > #towns": {
"opacity": 1, "opacity": 1,
"fill": "#ffffff", "fill": "#ffffff",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 3, "data-size": 3,
"font-size": 3, "font-size": 3,
@ -385,7 +385,7 @@
"fill": "#ffffff", "fill": "#ffffff",
"stroke": "#000000", "stroke": "#000000",
"stroke-width": 0, "stroke-width": 0,
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 18, "data-size": 18,
"font-size": 18, "font-size": 18,
@ -397,7 +397,7 @@
"fill": "#ffffff", "fill": "#ffffff",
"stroke": "#000000", "stroke": "#000000",
"stroke-width": 0, "stroke-width": 0,
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 18, "data-size": 18,
"font-size": 18, "font-size": 18,

View file

@ -320,7 +320,7 @@
"#burgLabels > #cities": { "#burgLabels > #cities": {
"opacity": 1, "opacity": 1,
"fill": "#000000", "fill": "#000000",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 7, "data-size": 7,
"font-size": 7, "font-size": 7,
@ -345,7 +345,7 @@
"#burgLabels > #towns": { "#burgLabels > #towns": {
"opacity": 1, "opacity": 1,
"fill": "#000000", "fill": "#000000",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 5, "data-size": 5,
"font-size": 5, "font-size": 5,
@ -372,7 +372,7 @@
"fill": "#000000", "fill": "#000000",
"stroke": "#000000", "stroke": "#000000",
"stroke-width": 0, "stroke-width": 0,
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 21, "data-size": 21,
"font-size": 21, "font-size": 21,
@ -384,7 +384,7 @@
"fill": "#000000", "fill": "#000000",
"stroke": "#000000", "stroke": "#000000",
"stroke-width": 0, "stroke-width": 0,
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 18, "data-size": 18,
"font-size": 18, "font-size": 18,

View file

@ -331,7 +331,7 @@
"#burgLabels > g#capitals": { "#burgLabels > g#capitals": {
"opacity": 1, "opacity": 1,
"fill": "#3e3e4b", "fill": "#3e3e4b",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 7, "data-size": 7,
"font-size": 7, "font-size": 7,
@ -352,7 +352,7 @@
"#burgLabels > g#cities": { "#burgLabels > g#cities": {
"opacity": 1, "opacity": 1,
"fill": "#3e3e4b", "fill": "#3e3e4b",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 5, "data-size": 5,
"font-size": 5, "font-size": 5,
@ -373,7 +373,7 @@
"#burgLabels > g#forts": { "#burgLabels > g#forts": {
"opacity": 1, "opacity": 1,
"fill": "#3e3e4b", "fill": "#3e3e4b",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 2, "data-size": 2,
"font-size": 2, "font-size": 2,
@ -394,7 +394,7 @@
"#burgLabels > g#monasteries": { "#burgLabels > g#monasteries": {
"opacity": 1, "opacity": 1,
"fill": "#3e3e4b", "fill": "#3e3e4b",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 2, "data-size": 2,
"font-size": 2, "font-size": 2,
@ -415,7 +415,7 @@
"#burgLabels > g#caravanserais": { "#burgLabels > g#caravanserais": {
"opacity": 1, "opacity": 1,
"fill": "#3e3e4b", "fill": "#3e3e4b",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 2, "data-size": 2,
"font-size": 2, "font-size": 2,
@ -436,7 +436,7 @@
"#burgLabels > g#trading_posts": { "#burgLabels > g#trading_posts": {
"opacity": 1, "opacity": 1,
"fill": "#3e3e4b", "fill": "#3e3e4b",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 2, "data-size": 2,
"font-size": 2, "font-size": 2,
@ -457,7 +457,7 @@
"#burgLabels > g#villages": { "#burgLabels > g#villages": {
"opacity": 1, "opacity": 1,
"fill": "#3e3e4b", "fill": "#3e3e4b",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 3, "data-size": 3,
"font-size": 3, "font-size": 3,
@ -478,7 +478,7 @@
"#burgLabels > g#hamlets": { "#burgLabels > g#hamlets": {
"opacity": 1, "opacity": 1,
"fill": "#3e3e4b", "fill": "#3e3e4b",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 2, "data-size": 2,
"font-size": 2, "font-size": 2,
@ -499,7 +499,7 @@
"#burgLabels > g#towns": { "#burgLabels > g#towns": {
"opacity": 1, "opacity": 1,
"fill": "#3e3e4b", "fill": "#3e3e4b",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 4, "data-size": 4,
"font-size": 4, "font-size": 4,
@ -522,7 +522,7 @@
"fill": "#3e3e4b", "fill": "#3e3e4b",
"stroke": "#3a3a3a", "stroke": "#3a3a3a",
"stroke-width": 0, "stroke-width": 0,
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 22, "data-size": 22,
"font-size": 22, "font-size": 22,
@ -534,7 +534,7 @@
"fill": "#3e3e4b", "fill": "#3e3e4b",
"stroke": "#3a3a3a", "stroke": "#3a3a3a",
"stroke-width": 0, "stroke-width": 0,
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 18, "data-size": 18,
"font-size": 18, "font-size": 18,

View file

@ -334,7 +334,7 @@
"#burgLabels > #cities": { "#burgLabels > #cities": {
"opacity": 1, "opacity": 1,
"fill": "#3e3e4b", "fill": "#3e3e4b",
"text-shadow": "white 0 0 2px", "style": "text-shadow: white 0 0 2px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 8, "data-size": 8,
"font-size": 8, "font-size": 8,
@ -360,7 +360,7 @@
"#burgLabels > #towns": { "#burgLabels > #towns": {
"opacity": 1, "opacity": 1,
"fill": "#3e3e4b", "fill": "#3e3e4b",
"text-shadow": "none", "style": "text-shadow: none",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 4, "data-size": 4,
"font-size": 4, "font-size": 4,
@ -388,7 +388,7 @@
"fill": "#4e4e4e", "fill": "#4e4e4e",
"stroke": "#b5b5b5", "stroke": "#b5b5b5",
"stroke-width": 0, "stroke-width": 0,
"text-shadow": "white 0 0 2px", "style": "text-shadow: white 0 0 2px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 20, "data-size": 20,
"font-size": 20, "font-size": 20,
@ -400,7 +400,7 @@
"fill": "#3e3e4b", "fill": "#3e3e4b",
"stroke": "#3a3a3a", "stroke": "#3a3a3a",
"stroke-width": 0, "stroke-width": 0,
"text-shadow": "white 0 0 4px", "style": "text-shadow: white 0 0 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 18, "data-size": 18,
"font-size": 18, "font-size": 18,

View file

@ -331,7 +331,7 @@
"#burgLabels > #cities": { "#burgLabels > #cities": {
"opacity": 1, "opacity": 1,
"fill": "#3a3a3a", "fill": "#3a3a3a",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 8, "data-size": 8,
"font-size": 8, "font-size": 8,
@ -357,7 +357,7 @@
"#burgLabels > #towns": { "#burgLabels > #towns": {
"opacity": 1, "opacity": 1,
"fill": "#3e3e4b", "fill": "#3e3e4b",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 4, "data-size": 4,
"font-size": 4, "font-size": 4,
@ -385,7 +385,7 @@
"fill": "#3e3e3e", "fill": "#3e3e3e",
"stroke": "#000000", "stroke": "#000000",
"stroke-width": 0.3, "stroke-width": 0.3,
"text-shadow": "white 0px 0px 6px", "style": "text-shadow: white 0px 0px 6px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 14, "data-size": 14,
"font-size": 14, "font-size": 14,
@ -397,7 +397,7 @@
"fill": "#f24706", "fill": "#f24706",
"stroke": "#701b05", "stroke": "#701b05",
"stroke-width": 0.1, "stroke-width": 0.1,
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 6, "data-size": 6,
"font-size": 6, "font-size": 6,

View file

@ -327,7 +327,7 @@
"#burgLabels > #cities": { "#burgLabels > #cities": {
"opacity": 1, "opacity": 1,
"fill": "#000000", "fill": "#000000",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 7, "data-size": 7,
"font-size": 7, "font-size": 7,
@ -353,7 +353,7 @@
"#burgLabels > #towns": { "#burgLabels > #towns": {
"opacity": 1, "opacity": 1,
"fill": "#000000", "fill": "#000000",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 4, "data-size": 4,
"font-size": 4, "font-size": 4,
@ -381,7 +381,7 @@
"fill": "#000000", "fill": "#000000",
"stroke": "#3a3a3a", "stroke": "#3a3a3a",
"stroke-width": 0, "stroke-width": 0,
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 18, "data-size": 18,
"font-size": 18, "font-size": 18,
@ -393,7 +393,7 @@
"fill": "#3e3e4b", "fill": "#3e3e4b",
"stroke": "#3a3a3a", "stroke": "#3a3a3a",
"stroke-width": 0, "stroke-width": 0,
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 18, "data-size": 18,
"font-size": 18, "font-size": 18,

View file

@ -331,7 +331,7 @@
"#burgLabels > #cities": { "#burgLabels > #cities": {
"opacity": 1, "opacity": 1,
"fill": "#dbdbe1", "fill": "#dbdbe1",
"text-shadow": "black 0px 0px 4px", "style": "text-shadow: black 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 8, "data-size": 8,
"font-size": 8, "font-size": 8,
@ -357,7 +357,7 @@
"#burgLabels > #towns": { "#burgLabels > #towns": {
"opacity": 1, "opacity": 1,
"fill": "#ffffff", "fill": "#ffffff",
"text-shadow": "black 0px 0px 4px", "style": "text-shadow: black 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 4.28, "data-size": 4.28,
"font-size": 4.28, "font-size": 4.28,
@ -385,7 +385,7 @@
"fill": "#5d77a2", "fill": "#5d77a2",
"stroke": "#7a83ae", "stroke": "#7a83ae",
"stroke-width": 0.3, "stroke-width": 0.3,
"text-shadow": "black 0px 0px 0.1px", "style": "text-shadow: black 0px 0px 0.1px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 14, "data-size": 14,
"font-size": 14, "font-size": 14,
@ -397,7 +397,7 @@
"fill": "#3e3e4b", "fill": "#3e3e4b",
"stroke": "#3a3a3a", "stroke": "#3a3a3a",
"stroke-width": 0, "stroke-width": 0,
"text-shadow": "black 0px 0px 4px", "style": "text-shadow: black 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 18, "data-size": 18,
"font-size": 18, "font-size": 18,

View file

@ -331,7 +331,7 @@
"#burgLabels > #cities": { "#burgLabels > #cities": {
"opacity": 0.8, "opacity": 0.8,
"fill": "#3a3a3a", "fill": "#3a3a3a",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 7, "data-size": 7,
"font-size": 7, "font-size": 7,
@ -357,7 +357,7 @@
"#burgLabels > #towns": { "#burgLabels > #towns": {
"opacity": 0.8, "opacity": 0.8,
"fill": "#3e3e4b", "fill": "#3e3e4b",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 4, "data-size": 4,
"font-size": 4, "font-size": 4,
@ -385,7 +385,7 @@
"fill": "#3e3e3e", "fill": "#3e3e3e",
"stroke": "#000000", "stroke": "#000000",
"stroke-width": 0, "stroke-width": 0,
"text-shadow": "white 0px 0px 6px", "style": "text-shadow: white 0px 0px 6px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 14, "data-size": 14,
"font-size": 14, "font-size": 14,
@ -397,7 +397,7 @@
"fill": "#f24706", "fill": "#f24706",
"stroke": "#701b05", "stroke": "#701b05",
"stroke-width": 0.1, "stroke-width": 0.1,
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 6, "data-size": 6,
"font-size": 6, "font-size": 6,

View file

@ -331,7 +331,7 @@
"#burgLabels > #cities": { "#burgLabels > #cities": {
"opacity": 1, "opacity": 1,
"fill": "#043449", "fill": "#043449",
"text-shadow": "white 0px 0px 2px", "style": "text-shadow: white 0px 0px 2px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 5, "data-size": 5,
"font-size": 5, "font-size": 5,
@ -357,7 +357,7 @@
"#burgLabels > #towns": { "#burgLabels > #towns": {
"opacity": 1, "opacity": 1,
"fill": "#3e3e4b", "fill": "#3e3e4b",
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 3, "data-size": 3,
"font-size": 3, "font-size": 3,
@ -385,7 +385,7 @@
"fill": "#ffffff", "fill": "#ffffff",
"stroke": "#000000", "stroke": "#000000",
"stroke-width": 0.15, "stroke-width": 0.15,
"text-shadow": "black 1px 1px 3px", "style": "text-shadow: black 1px 1px 3px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 18, "data-size": 18,
"font-size": 18, "font-size": 18,
@ -397,7 +397,7 @@
"fill": "#3e3e4b", "fill": "#3e3e4b",
"stroke": "#3a3a3a", "stroke": "#3a3a3a",
"stroke-width": 0, "stroke-width": 0,
"text-shadow": "white 0px 0px 4px", "style": "text-shadow: white 0px 0px 4px",
"letter-spacing": 0, "letter-spacing": 0,
"data-size": 16, "data-size": 16,
"font-size": 16, "font-size": 16,