feat: add Lluçanès and Moianès SVG paths to the map

- Add comarca-paths.js entries for Lluçanès (OSM relation 15803523, 40 pts)
  and Moianès (TopoJSON dts_comarques_cat_2025, 121 pts)
- Remove noMap:true flag from both comarques so they appear in all levels
  including Level 5 (map), Level 6 (blind map) and Level 7 (Milionari)
This commit is contained in:
Jaume Garriga Maestre
2026-05-06 12:55:48 +02:00
parent 7b42f821a0
commit 0a9bdd72cc
2 changed files with 4 additions and 2 deletions

View File

@@ -801,9 +801,9 @@ const ALL_COMARQUES = [
// ── Barcelona ────────────────────────────────────────────────────────────
{ name:"Berguedà", capital:"Berga", emoji:"🏕️", province:"B", mountain:true },
{ name:"Osona", capital:"Vic", emoji:"🐄", province:"B", mountain:false, interior:true },
{ name:"Lluçanès", capital:"Prats de Lluçanès", emoji:"🌾", province:"B", mountain:false, interior:true, noMap:true },
{ name:"Lluçanès", capital:"Prats de Lluçanès", emoji:"🌾", province:"B", mountain:false, interior:true },
{ name:"Bages", capital:"Manresa", emoji:"⛏️", province:"B", mountain:false, interior:true },
{ name:"Moianès", capital:"Moià", emoji:"🪨", province:"B", mountain:false, interior:true, noMap:true },
{ name:"Moianès", capital:"Moià", emoji:"🪨", province:"B", mountain:false, interior:true },
{ name:"Anoia", capital:"Igualada", emoji:"🏭", province:"B", mountain:false, interior:true },
{ name:"Vallès Oriental", capital:"Granollers", emoji:"🌳", province:"B", mountain:false, interior:true },
{ name:"Vallès Occidental", capital:"Sabadell", emoji:"🏙️", province:"B", mountain:false, interior:true },