Skip to content

Commit

Permalink
July 2023 county update
Browse files Browse the repository at this point in the history
- Troià and Biosca moved from la Segarra (map 32) to el Solsonès (map 35)
- Sant Feliu Sasserra moved from el lluçanès (map 43) to el Bages (map 07). This map became the same as it was in 2015.
- Catalonia's map updated following these changes.
- New maps declared to visual.setup.js
  • Loading branch information
alexmogu committed Jul 28, 2023
1 parent 2ad35ae commit 13bb929
Show file tree
Hide file tree
Showing 7 changed files with 102 additions and 114 deletions.
90 changes: 45 additions & 45 deletions maps/cat2023com.js

Large diffs are not rendered by default.

42 changes: 0 additions & 42 deletions maps/com072023mun.js

This file was deleted.

12 changes: 12 additions & 0 deletions maps/com322023mun.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions maps/com352023mun.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion maps/com432023mun.js

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

4 changes: 2 additions & 2 deletions test/cmap-coms.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

getby=function(id){
var
modif2015=[/*"07","24",*/"41","42"],
modif2023=["07","24","43"],
modif2015=["07",/*"24",*/"41","42"],
modif2023=["24","32", "35", "43"],
year=""
;

Expand Down
54 changes: 30 additions & 24 deletions visual.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,12 @@ VisualJS.setup = { //v.1.2.0
return typeof VisualJS.map.com07 !== "undefined";
}
},
com072015: {
js: "../maps/com072015mun.js",
exists: function () {
return typeof VisualJS.map.com072015 !== "undefined";
}
},
com08: {
js: "../maps/com082013mun.js",
exists: function () {
Expand Down Expand Up @@ -424,6 +430,18 @@ VisualJS.setup = { //v.1.2.0
return typeof VisualJS.map.com24 !== "undefined";
}
},
com242015: {
js: "../maps/com242015mun.js",
exists: function () {
return typeof VisualJS.map.com242015 !== "undefined";
}
},
com242023: {
js: "../maps/com242023mun.js",
exists: function () {
return typeof VisualJS.map.com242023 !== "undefined";
}
},
com25: {
js: "../maps/com252013mun.js",
exists: function () {
Expand Down Expand Up @@ -472,6 +490,12 @@ VisualJS.setup = { //v.1.2.0
return typeof VisualJS.map.com32 !== "undefined";
}
},
com322023: {
js: "../maps/com322023mun.js",
exists: function () {
return typeof VisualJS.map.com322023 !== "undefined";
}
},
com33: {
js: "../maps/com332013mun.js",
exists: function () {
Expand All @@ -490,6 +514,12 @@ VisualJS.setup = { //v.1.2.0
return typeof VisualJS.map.com35 !== "undefined";
}
},
com352023: {
js: "../maps/com352023mun.js",
exists: function () {
return typeof VisualJS.map.com352023 !== "undefined";
}
},
com36: {
js: "../maps/com362013mun.js",
exists: function () {
Expand Down Expand Up @@ -526,18 +556,6 @@ VisualJS.setup = { //v.1.2.0
return typeof VisualJS.map.com41 !== "undefined";
}
},
com072015: {
js: "../maps/com072015mun.js",
exists: function () {
return typeof VisualJS.map.com072015 !== "undefined";
}
},
com242015: {
js: "../maps/com242015mun.js",
exists: function () {
return typeof VisualJS.map.com242015 !== "undefined";
}
},
com412015: {
js: "../maps/com412015mun.js",
exists: function () {
Expand All @@ -550,18 +568,6 @@ VisualJS.setup = { //v.1.2.0
return typeof VisualJS.map.com422015 !== "undefined";
}
},
com072023: {
js: "../maps/com072023mun.js",
exists: function () {
return typeof VisualJS.map.com072023 !== "undefined";
}
},
com242023: {
js: "../maps/com242023mun.js",
exists: function () {
return typeof VisualJS.map.com242023 !== "undefined";
}
},
com432023: {
js: "../maps/com432023mun.js",
exists: function () {
Expand Down

0 comments on commit 13bb929

Please sign in to comment.