From c9bdf80f5d24bc6033208128e38d78500599187f Mon Sep 17 00:00:00 2001 From: eballo Date: Tue, 5 Sep 2017 10:25:41 +0200 Subject: [PATCH 01/12] missing styles --- src/css/catalunya-map-v1.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/css/catalunya-map-v1.css b/src/css/catalunya-map-v1.css index 8759278..db20378 100644 --- a/src/css/catalunya-map-v1.css +++ b/src/css/catalunya-map-v1.css @@ -146,6 +146,24 @@ font-weight: bold; } +.list-group-item>.badge { + float: right; +} + +.badge { + display: inline-block; + min-width: 10px; + padding: 3px 7px; + font-size: 12px; + font-weight: 700; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: middle; + background-color: #777; + border-radius: 10px; +} /* Active state animation keyframes below */ From de1b1041598b989b8ec3159a1abd6beaac568d35 Mon Sep 17 00:00:00 2001 From: eballo Date: Tue, 5 Sep 2017 13:22:37 +0200 Subject: [PATCH 02/12] update --- src/css/catalunya-map-v1.css | 9 +++++++++ src/css/catalunya-map-v2.css | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/src/css/catalunya-map-v1.css b/src/css/catalunya-map-v1.css index db20378..80da485 100644 --- a/src/css/catalunya-map-v1.css +++ b/src/css/catalunya-map-v1.css @@ -42,6 +42,15 @@ padding: 0 0 10px 0; } +.llistaComarques{ + margin: 0; + padding: 0; +} +.llistaComarques ul{ + margin: 0; + padding: 0; +} + .llistat-edificis { margin: 0; width: 100%; diff --git a/src/css/catalunya-map-v2.css b/src/css/catalunya-map-v2.css index 613adba..50f0ef7 100755 --- a/src/css/catalunya-map-v2.css +++ b/src/css/catalunya-map-v2.css @@ -45,6 +45,15 @@ padding: 0 0 10px 0; } +.llistaComarques{ + margin: 0; + padding: 0; +} +.llistaComarques ul{ + margin: 0; + padding: 0; +} + .llistat-edificis { width: 100%; padding: 0; From ebf540b3d4c0e023c60609008f73017ef81acdbe Mon Sep 17 00:00:00 2001 From: eballo Date: Thu, 7 Sep 2017 11:34:10 +0200 Subject: [PATCH 03/12] add int + work environments --- Gruntfile.js | 17 +- .../css/catalunya-map/catalunya-map.min.css | 2 +- assets/js/catalunya-map/bootstrap.min.js | 2 +- .../catalunya-map/catalunya-map-init.min.js | 2 +- .../js/catalunya-map/catalunya-map-options.js | 13 +- .../js/catalunya-map/catalunya-map-path.json | 1305 +---------------- assets/js/catalunya-map/catalunya-map.min.js | 2 +- assets/js/catalunya-map/jquery-3.2.1.min.js | 2 +- assets/js/catalunya-map/scale.raphael.min.js | 2 +- src/js/catalunya-map-options-int.js | 76 + src/js/catalunya-map-options-prod.js | 76 + src/js/catalunya-map-options-work.js | 76 + src/js/catalunya-map-path.json | 1305 +---------------- 13 files changed, 255 insertions(+), 2625 deletions(-) create mode 100644 src/js/catalunya-map-options-int.js create mode 100644 src/js/catalunya-map-options-prod.js create mode 100644 src/js/catalunya-map-options-work.js diff --git a/Gruntfile.js b/Gruntfile.js index 4f02f4e..8120f13 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -7,8 +7,8 @@ module.exports = function(grunt) { options: { variables: { 'environment': 'work', - 'configuration': 'catalunya-map-options-v2.js', - 'style': 'src/css/catalunya-map-v2.css' + 'configuration': 'catalunya-map-options-work.js', + 'style': 'src/css/catalunya-map-v1.css' } } }, @@ -16,7 +16,7 @@ module.exports = function(grunt) { options: { variables: { 'environment': 'production', - 'configuration': 'catalunya-map-options-v1.js', + 'configuration': 'catalunya-map-options-prod.js', 'style': 'src/css/catalunya-map-v1.css' } } @@ -38,6 +38,15 @@ module.exports = function(grunt) { 'style': 'src/css/catalunya-map-v2.css' } } + }, + int: { + options: { + variables: { + 'environment': 'int', + 'configuration': 'catalunya-map-options-int.js', + 'style': 'src/css/catalunya-map-v1.css' + } + } } }, "jsbeautifier": { @@ -92,7 +101,7 @@ module.exports = function(grunt) { ], }, }, - clean: ['assets/js/', 'assets/css/'], + clean: ['assets/js/', 'assets/css/','dist'], cssmin: { target: { files: [{ diff --git a/assets/css/catalunya-map/catalunya-map.min.css b/assets/css/catalunya-map/catalunya-map.min.css index 269150c..1d2c2ad 100644 --- a/assets/css/catalunya-map/catalunya-map.min.css +++ b/assets/css/catalunya-map/catalunya-map.min.css @@ -1 +1 @@ -.map-wrapper{margin:0 auto;position:relative}#map{float:right;margin-left:300px}#debugInfo{position:fixed;top:10px;right:50px}#text{margin-top:0;float:left;clear:both;width:250px;padding:0;background:#fff;cursor:pointer;outline:0}#comarcaName h1{text-align:left;font-family:'Droid Sans',sans-serif;font-style:normal;font-size:15pt;letter-spacing:-1px;padding:0 0 10px 0}.llistat-edificis{width:100%;padding:0;background:#fff;font-family:'Droid Sans',sans-serif;font-size:9pt;font-weight:400;list-style:none;pointer-events:none}.llistat-edificis li{margin:0;height:30px}.llistat-edificis li:nth-child(odd){background:#fff6eb}.llistat-edificis li a{margin:0;padding:10px 0 0 0;float:right;width:80%;text-decoration:none;text-align:left;vertical-align:bottom;color:#a07a49}.llistat-edificis li img{float:left;padding:0 10px 5px 10px;height:30px;vertical-align:bottom;z-index:100}.llistat-edificis li i{float:right;padding:0 20px 0 20px}#infoEdifici{width:250px}#veure-contingut{position:inherit;display:none;float:right;clear:both;width:200px;margin-top:30px;padding:8px;text-align:center}.button{border-radius:100px;padding:20px 60px;color:#dcd9d9;text-decoration:none;font-size:1em;margin:0 15px}.button:hover{-webkit-animation:hover 1.2s linear 2 alternate;animation:hover 1.2s linear 2 alternate;background:#625f5f}.button:active{-webkit-animation:active 1.2s ease 1 alternate;animation:active 1.2s ease 1 alternate;background:#5f9be0}.background{background:#939090}.background:active{background:#000}.greyBackground{background-color:#e4c090;font-size:9pt;font-weight:700}@-webkit-keyframes active{0%{-webkit-transform:scale(1,1);transform:scale(1,1)}90%{-webkit-transform:scale(.9,.88);transform:scale(.9,.88)}100%{-webkit-transform:scale(.92,.9);transform:scale(.92,.9)}}@keyframes active{0%{-webkit-transform:scale(1,1);transform:scale(1,1)}90%{-webkit-transform:scale(.9,.88);transform:scale(.9,.88)}100%{-webkit-transform:scale(.92,.9);transform:scale(.92,.9)}}@-webkit-keyframes hover{0%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}1.8%{-webkit-transform:matrix3d(1.016,0,0,0,0,1.037,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.016,0,0,0,0,1.037,0,0,0,0,1,0,0,0,0,1)}3.5%{-webkit-transform:matrix3d(1.033,0,0,0,0,1.094,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.033,0,0,0,0,1.094,0,0,0,0,1,0,0,0,0,1)}4.7%{-webkit-transform:matrix3d(1.045,0,0,0,0,1.129,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.045,0,0,0,0,1.129,0,0,0,0,1,0,0,0,0,1)}5.31%{-webkit-transform:matrix3d(1.051,0,0,0,0,1.142,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.051,0,0,0,0,1.142,0,0,0,0,1,0,0,0,0,1)}7.01%{-webkit-transform:matrix3d(1.068,0,0,0,0,1.158,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.068,0,0,0,0,1.158,0,0,0,0,1,0,0,0,0,1)}8.91%{-webkit-transform:matrix3d(1.084,0,0,0,0,1.141,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.084,0,0,0,0,1.141,0,0,0,0,1,0,0,0,0,1)}9.41%{-webkit-transform:matrix3d(1.088,0,0,0,0,1.132,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.088,0,0,0,0,1.132,0,0,0,0,1,0,0,0,0,1)}10.71%{-webkit-transform:matrix3d(1.097,0,0,0,0,1.107,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.097,0,0,0,0,1.107,0,0,0,0,1,0,0,0,0,1)}12.61%{-webkit-transform:matrix3d(1.108,0,0,0,0,1.077,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.108,0,0,0,0,1.077,0,0,0,0,1,0,0,0,0,1)}14.11%{-webkit-transform:matrix3d(1.114,0,0,0,0,1.067,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.114,0,0,0,0,1.067,0,0,0,0,1,0,0,0,0,1)}14.41%{-webkit-transform:matrix3d(1.115,0,0,0,0,1.067,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.115,0,0,0,0,1.067,0,0,0,0,1,0,0,0,0,1)}16.32%{-webkit-transform:matrix3d(1.119,0,0,0,0,1.077,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.119,0,0,0,0,1.077,0,0,0,0,1,0,0,0,0,1)}18.12%{-webkit-transform:matrix3d(1.121,0,0,0,0,1.096,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.121,0,0,0,0,1.096,0,0,0,0,1,0,0,0,0,1)}18.72%{-webkit-transform:matrix3d(1.121,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.121,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1)}20.02%{-webkit-transform:matrix3d(1.121,0,0,0,0,1.113,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.121,0,0,0,0,1.113,0,0,0,0,1,0,0,0,0,1)}21.82%{-webkit-transform:matrix3d(1.119,0,0,0,0,1.119,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.119,0,0,0,0,1.119,0,0,0,0,1,0,0,0,0,1)}24.32%{-webkit-transform:matrix3d(1.115,0,0,0,0,1.11,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.115,0,0,0,0,1.11,0,0,0,0,1,0,0,0,0,1)}25.53%{-webkit-transform:matrix3d(1.113,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.113,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1)}29.23%{-webkit-transform:matrix3d(1.106,0,0,0,0,1.089,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.106,0,0,0,0,1.089,0,0,0,0,1,0,0,0,0,1)}29.93%{-webkit-transform:matrix3d(1.105,0,0,0,0,1.09,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.105,0,0,0,0,1.09,0,0,0,0,1,0,0,0,0,1)}35.54%{-webkit-transform:matrix3d(1.098,0,0,0,0,1.105,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.098,0,0,0,0,1.105,0,0,0,0,1,0,0,0,0,1)}36.64%{-webkit-transform:matrix3d(1.097,0,0,0,0,1.106,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.097,0,0,0,0,1.106,0,0,0,0,1,0,0,0,0,1)}41.04%{-webkit-transform:matrix3d(1.096,0,0,0,0,1.099,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.096,0,0,0,0,1.099,0,0,0,0,1,0,0,0,0,1)}44.04%{-webkit-transform:matrix3d(1.096,0,0,0,0,1.097,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.096,0,0,0,0,1.097,0,0,0,0,1,0,0,0,0,1)}51.45%{-webkit-transform:matrix3d(1.099,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.099,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1)}52.15%{-webkit-transform:matrix3d(1.099,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.099,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1)}58.86%{-webkit-transform:matrix3d(1.101,0,0,0,0,1.099,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.101,0,0,0,0,1.099,0,0,0,0,1,0,0,0,0,1)}63.26%{-webkit-transform:matrix3d(1.101,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.101,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}66.27%{-webkit-transform:matrix3d(1.101,0,0,0,0,1.101,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.101,0,0,0,0,1.101,0,0,0,0,1,0,0,0,0,1)}73.77%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}81.18%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}85.49%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}88.59%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}96%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}100%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}}@keyframes hover{0%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}1.8%{-webkit-transform:matrix3d(1.016,0,0,0,0,1.037,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.016,0,0,0,0,1.037,0,0,0,0,1,0,0,0,0,1)}3.5%{-webkit-transform:matrix3d(1.033,0,0,0,0,1.094,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.033,0,0,0,0,1.094,0,0,0,0,1,0,0,0,0,1)}4.7%{-webkit-transform:matrix3d(1.045,0,0,0,0,1.129,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.045,0,0,0,0,1.129,0,0,0,0,1,0,0,0,0,1)}5.31%{-webkit-transform:matrix3d(1.051,0,0,0,0,1.142,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.051,0,0,0,0,1.142,0,0,0,0,1,0,0,0,0,1)}7.01%{-webkit-transform:matrix3d(1.068,0,0,0,0,1.158,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.068,0,0,0,0,1.158,0,0,0,0,1,0,0,0,0,1)}8.91%{-webkit-transform:matrix3d(1.084,0,0,0,0,1.141,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.084,0,0,0,0,1.141,0,0,0,0,1,0,0,0,0,1)}9.41%{-webkit-transform:matrix3d(1.088,0,0,0,0,1.132,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.088,0,0,0,0,1.132,0,0,0,0,1,0,0,0,0,1)}10.71%{-webkit-transform:matrix3d(1.097,0,0,0,0,1.107,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.097,0,0,0,0,1.107,0,0,0,0,1,0,0,0,0,1)}12.61%{-webkit-transform:matrix3d(1.108,0,0,0,0,1.077,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.108,0,0,0,0,1.077,0,0,0,0,1,0,0,0,0,1)}14.11%{-webkit-transform:matrix3d(1.114,0,0,0,0,1.067,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.114,0,0,0,0,1.067,0,0,0,0,1,0,0,0,0,1)}14.41%{-webkit-transform:matrix3d(1.115,0,0,0,0,1.067,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.115,0,0,0,0,1.067,0,0,0,0,1,0,0,0,0,1)}16.32%{-webkit-transform:matrix3d(1.119,0,0,0,0,1.077,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.119,0,0,0,0,1.077,0,0,0,0,1,0,0,0,0,1)}18.12%{-webkit-transform:matrix3d(1.121,0,0,0,0,1.096,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.121,0,0,0,0,1.096,0,0,0,0,1,0,0,0,0,1)}18.72%{-webkit-transform:matrix3d(1.121,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.121,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1)}20.02%{-webkit-transform:matrix3d(1.121,0,0,0,0,1.113,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.121,0,0,0,0,1.113,0,0,0,0,1,0,0,0,0,1)}21.82%{-webkit-transform:matrix3d(1.119,0,0,0,0,1.119,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.119,0,0,0,0,1.119,0,0,0,0,1,0,0,0,0,1)}24.32%{-webkit-transform:matrix3d(1.115,0,0,0,0,1.11,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.115,0,0,0,0,1.11,0,0,0,0,1,0,0,0,0,1)}25.53%{-webkit-transform:matrix3d(1.113,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.113,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1)}29.23%{-webkit-transform:matrix3d(1.106,0,0,0,0,1.089,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.106,0,0,0,0,1.089,0,0,0,0,1,0,0,0,0,1)}29.93%{-webkit-transform:matrix3d(1.105,0,0,0,0,1.09,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.105,0,0,0,0,1.09,0,0,0,0,1,0,0,0,0,1)}35.54%{-webkit-transform:matrix3d(1.098,0,0,0,0,1.105,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.098,0,0,0,0,1.105,0,0,0,0,1,0,0,0,0,1)}36.64%{-webkit-transform:matrix3d(1.097,0,0,0,0,1.106,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.097,0,0,0,0,1.106,0,0,0,0,1,0,0,0,0,1)}41.04%{-webkit-transform:matrix3d(1.096,0,0,0,0,1.099,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.096,0,0,0,0,1.099,0,0,0,0,1,0,0,0,0,1)}44.04%{-webkit-transform:matrix3d(1.096,0,0,0,0,1.097,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.096,0,0,0,0,1.097,0,0,0,0,1,0,0,0,0,1)}51.45%{-webkit-transform:matrix3d(1.099,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.099,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1)}52.15%{-webkit-transform:matrix3d(1.099,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.099,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1)}58.86%{-webkit-transform:matrix3d(1.101,0,0,0,0,1.099,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.101,0,0,0,0,1.099,0,0,0,0,1,0,0,0,0,1)}63.26%{-webkit-transform:matrix3d(1.101,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.101,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}66.27%{-webkit-transform:matrix3d(1.101,0,0,0,0,1.101,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.101,0,0,0,0,1.101,0,0,0,0,1,0,0,0,0,1)}73.77%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}81.18%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}85.49%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}88.59%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}96%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}100%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}}@media only screen and (min-width:480px){.map-wrapper{visibility:hidden}.llistaComarques{visibility:visible}}@media only screen and (min-width:960px){.map-wrapper{visibility:visible}.llistaComarques{visibility:hidden}} \ No newline at end of file +.map-wrapper{margin:0 auto;position:relative}#map{float:right;margin-left:300px}#debugInfo{position:fixed;top:10px;right:50px}#text{margin-top:0;float:left;clear:both;width:250px;padding:0;background:#fff;cursor:pointer;outline:0}#comarcaName h1{text-align:left;font-family:Verdana,sans-serif;font-style:normal;font-size:15pt;letter-spacing:-1px;padding:0 0 10px 0}.llistaComarques{margin:0;padding:0}.llistaComarques ul{margin:0;padding:0}.llistat-edificis{margin:0;width:100%;padding:0;background:#fff;font-family:Verdana,sans-serif;font-size:9pt;font-weight:400;list-style:none;pointer-events:none}.llistat-edificis li{margin:0;height:30px}.llistat-edificis li:nth-child(odd){background:#eff0f1}.llistat-edificis li a{margin:0;padding:10px 0 0 0;float:right;width:80%;text-decoration:none;text-align:left;vertical-align:bottom;color:#686868}.llistat-edificis li img{padding:0 10px 10px 10px;height:30px;vertical-align:bottom;z-index:100;color:#686868}.llistat-edificis li i{float:right;padding:0 20px 0 20px}#infoEdifici{width:250px}#veure-contingut{position:inherit;display:none;float:right;clear:both;width:180px;margin-top:30px;padding:8px;text-align:center}.button{border-radius:100px;padding:20px 60px;color:#dcd9d9;text-decoration:none;font-size:1em;margin:0 15px}.button:hover{-webkit-animation:hover 1.2s linear 2 alternate;animation:hover 1.2s linear 2 alternate;background:#625f5f}.button:active{-webkit-animation:active 1.2s ease 1 alternate;animation:active 1.2s ease 1 alternate;background:#5f9be0}.background{background:#939090}.background:active{background:#000}.greyBackground{background-color:#cdcecf;font-size:9pt;font-weight:700}.list-group-item>.badge{float:right}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}@-webkit-keyframes active{0%{-webkit-transform:scale(1,1);transform:scale(1,1)}90%{-webkit-transform:scale(.9,.88);transform:scale(.9,.88)}100%{-webkit-transform:scale(.92,.9);transform:scale(.92,.9)}}@keyframes active{0%{-webkit-transform:scale(1,1);transform:scale(1,1)}90%{-webkit-transform:scale(.9,.88);transform:scale(.9,.88)}100%{-webkit-transform:scale(.92,.9);transform:scale(.92,.9)}}@-webkit-keyframes hover{0%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}1.8%{-webkit-transform:matrix3d(1.016,0,0,0,0,1.037,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.016,0,0,0,0,1.037,0,0,0,0,1,0,0,0,0,1)}3.5%{-webkit-transform:matrix3d(1.033,0,0,0,0,1.094,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.033,0,0,0,0,1.094,0,0,0,0,1,0,0,0,0,1)}4.7%{-webkit-transform:matrix3d(1.045,0,0,0,0,1.129,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.045,0,0,0,0,1.129,0,0,0,0,1,0,0,0,0,1)}5.31%{-webkit-transform:matrix3d(1.051,0,0,0,0,1.142,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.051,0,0,0,0,1.142,0,0,0,0,1,0,0,0,0,1)}7.01%{-webkit-transform:matrix3d(1.068,0,0,0,0,1.158,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.068,0,0,0,0,1.158,0,0,0,0,1,0,0,0,0,1)}8.91%{-webkit-transform:matrix3d(1.084,0,0,0,0,1.141,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.084,0,0,0,0,1.141,0,0,0,0,1,0,0,0,0,1)}9.41%{-webkit-transform:matrix3d(1.088,0,0,0,0,1.132,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.088,0,0,0,0,1.132,0,0,0,0,1,0,0,0,0,1)}10.71%{-webkit-transform:matrix3d(1.097,0,0,0,0,1.107,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.097,0,0,0,0,1.107,0,0,0,0,1,0,0,0,0,1)}12.61%{-webkit-transform:matrix3d(1.108,0,0,0,0,1.077,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.108,0,0,0,0,1.077,0,0,0,0,1,0,0,0,0,1)}14.11%{-webkit-transform:matrix3d(1.114,0,0,0,0,1.067,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.114,0,0,0,0,1.067,0,0,0,0,1,0,0,0,0,1)}14.41%{-webkit-transform:matrix3d(1.115,0,0,0,0,1.067,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.115,0,0,0,0,1.067,0,0,0,0,1,0,0,0,0,1)}16.32%{-webkit-transform:matrix3d(1.119,0,0,0,0,1.077,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.119,0,0,0,0,1.077,0,0,0,0,1,0,0,0,0,1)}18.12%{-webkit-transform:matrix3d(1.121,0,0,0,0,1.096,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.121,0,0,0,0,1.096,0,0,0,0,1,0,0,0,0,1)}18.72%{-webkit-transform:matrix3d(1.121,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.121,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1)}20.02%{-webkit-transform:matrix3d(1.121,0,0,0,0,1.113,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.121,0,0,0,0,1.113,0,0,0,0,1,0,0,0,0,1)}21.82%{-webkit-transform:matrix3d(1.119,0,0,0,0,1.119,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.119,0,0,0,0,1.119,0,0,0,0,1,0,0,0,0,1)}24.32%{-webkit-transform:matrix3d(1.115,0,0,0,0,1.11,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.115,0,0,0,0,1.11,0,0,0,0,1,0,0,0,0,1)}25.53%{-webkit-transform:matrix3d(1.113,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.113,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1)}29.23%{-webkit-transform:matrix3d(1.106,0,0,0,0,1.089,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.106,0,0,0,0,1.089,0,0,0,0,1,0,0,0,0,1)}29.93%{-webkit-transform:matrix3d(1.105,0,0,0,0,1.09,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.105,0,0,0,0,1.09,0,0,0,0,1,0,0,0,0,1)}35.54%{-webkit-transform:matrix3d(1.098,0,0,0,0,1.105,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.098,0,0,0,0,1.105,0,0,0,0,1,0,0,0,0,1)}36.64%{-webkit-transform:matrix3d(1.097,0,0,0,0,1.106,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.097,0,0,0,0,1.106,0,0,0,0,1,0,0,0,0,1)}41.04%{-webkit-transform:matrix3d(1.096,0,0,0,0,1.099,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.096,0,0,0,0,1.099,0,0,0,0,1,0,0,0,0,1)}44.04%{-webkit-transform:matrix3d(1.096,0,0,0,0,1.097,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.096,0,0,0,0,1.097,0,0,0,0,1,0,0,0,0,1)}51.45%{-webkit-transform:matrix3d(1.099,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.099,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1)}52.15%{-webkit-transform:matrix3d(1.099,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.099,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1)}58.86%{-webkit-transform:matrix3d(1.101,0,0,0,0,1.099,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.101,0,0,0,0,1.099,0,0,0,0,1,0,0,0,0,1)}63.26%{-webkit-transform:matrix3d(1.101,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.101,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}66.27%{-webkit-transform:matrix3d(1.101,0,0,0,0,1.101,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.101,0,0,0,0,1.101,0,0,0,0,1,0,0,0,0,1)}73.77%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}81.18%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}85.49%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}88.59%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}96%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}100%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}}@keyframes hover{0%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}1.8%{-webkit-transform:matrix3d(1.016,0,0,0,0,1.037,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.016,0,0,0,0,1.037,0,0,0,0,1,0,0,0,0,1)}3.5%{-webkit-transform:matrix3d(1.033,0,0,0,0,1.094,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.033,0,0,0,0,1.094,0,0,0,0,1,0,0,0,0,1)}4.7%{-webkit-transform:matrix3d(1.045,0,0,0,0,1.129,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.045,0,0,0,0,1.129,0,0,0,0,1,0,0,0,0,1)}5.31%{-webkit-transform:matrix3d(1.051,0,0,0,0,1.142,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.051,0,0,0,0,1.142,0,0,0,0,1,0,0,0,0,1)}7.01%{-webkit-transform:matrix3d(1.068,0,0,0,0,1.158,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.068,0,0,0,0,1.158,0,0,0,0,1,0,0,0,0,1)}8.91%{-webkit-transform:matrix3d(1.084,0,0,0,0,1.141,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.084,0,0,0,0,1.141,0,0,0,0,1,0,0,0,0,1)}9.41%{-webkit-transform:matrix3d(1.088,0,0,0,0,1.132,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.088,0,0,0,0,1.132,0,0,0,0,1,0,0,0,0,1)}10.71%{-webkit-transform:matrix3d(1.097,0,0,0,0,1.107,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.097,0,0,0,0,1.107,0,0,0,0,1,0,0,0,0,1)}12.61%{-webkit-transform:matrix3d(1.108,0,0,0,0,1.077,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.108,0,0,0,0,1.077,0,0,0,0,1,0,0,0,0,1)}14.11%{-webkit-transform:matrix3d(1.114,0,0,0,0,1.067,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.114,0,0,0,0,1.067,0,0,0,0,1,0,0,0,0,1)}14.41%{-webkit-transform:matrix3d(1.115,0,0,0,0,1.067,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.115,0,0,0,0,1.067,0,0,0,0,1,0,0,0,0,1)}16.32%{-webkit-transform:matrix3d(1.119,0,0,0,0,1.077,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.119,0,0,0,0,1.077,0,0,0,0,1,0,0,0,0,1)}18.12%{-webkit-transform:matrix3d(1.121,0,0,0,0,1.096,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.121,0,0,0,0,1.096,0,0,0,0,1,0,0,0,0,1)}18.72%{-webkit-transform:matrix3d(1.121,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.121,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1)}20.02%{-webkit-transform:matrix3d(1.121,0,0,0,0,1.113,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.121,0,0,0,0,1.113,0,0,0,0,1,0,0,0,0,1)}21.82%{-webkit-transform:matrix3d(1.119,0,0,0,0,1.119,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.119,0,0,0,0,1.119,0,0,0,0,1,0,0,0,0,1)}24.32%{-webkit-transform:matrix3d(1.115,0,0,0,0,1.11,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.115,0,0,0,0,1.11,0,0,0,0,1,0,0,0,0,1)}25.53%{-webkit-transform:matrix3d(1.113,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.113,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1)}29.23%{-webkit-transform:matrix3d(1.106,0,0,0,0,1.089,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.106,0,0,0,0,1.089,0,0,0,0,1,0,0,0,0,1)}29.93%{-webkit-transform:matrix3d(1.105,0,0,0,0,1.09,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.105,0,0,0,0,1.09,0,0,0,0,1,0,0,0,0,1)}35.54%{-webkit-transform:matrix3d(1.098,0,0,0,0,1.105,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.098,0,0,0,0,1.105,0,0,0,0,1,0,0,0,0,1)}36.64%{-webkit-transform:matrix3d(1.097,0,0,0,0,1.106,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.097,0,0,0,0,1.106,0,0,0,0,1,0,0,0,0,1)}41.04%{-webkit-transform:matrix3d(1.096,0,0,0,0,1.099,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.096,0,0,0,0,1.099,0,0,0,0,1,0,0,0,0,1)}44.04%{-webkit-transform:matrix3d(1.096,0,0,0,0,1.097,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.096,0,0,0,0,1.097,0,0,0,0,1,0,0,0,0,1)}51.45%{-webkit-transform:matrix3d(1.099,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.099,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1)}52.15%{-webkit-transform:matrix3d(1.099,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.099,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1)}58.86%{-webkit-transform:matrix3d(1.101,0,0,0,0,1.099,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.101,0,0,0,0,1.099,0,0,0,0,1,0,0,0,0,1)}63.26%{-webkit-transform:matrix3d(1.101,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.101,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}66.27%{-webkit-transform:matrix3d(1.101,0,0,0,0,1.101,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.101,0,0,0,0,1.101,0,0,0,0,1,0,0,0,0,1)}73.77%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}81.18%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}85.49%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}88.59%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}96%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}100%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}}@media only screen and (min-width:480px){.map-wrapper{visibility:hidden}.llistaComarques{visibility:visible}}@media only screen and (min-width:960px){.map-wrapper{visibility:visible}.llistaComarques{visibility:hidden}} \ No newline at end of file diff --git a/assets/js/catalunya-map/bootstrap.min.js b/assets/js/catalunya-map/bootstrap.min.js index 7c65abf..e0aecf2 100644 --- a/assets/js/catalunya-map/bootstrap.min.js +++ b/assets/js/catalunya-map/bootstrap.min.js @@ -1,3 +1,3 @@ -/*! Generated 01-09-2017 */ +/*! Generated 07-09-2017 */ if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(t){"use strict";var e=jQuery.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1==e[0]&&9==e[1]&&e[2]<1||e[0]>3)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4")}(),function(t){"use strict";function e(){var t=document.createElement("bootstrap"),e={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var i in e)if(void 0!==t.style[i])return{end:e[i]};return!1}t.fn.emulateTransitionEnd=function(e){var i=!1,o=this;t(this).one("bsTransitionEnd",function(){i=!0});return setTimeout(function(){i||t(o).trigger(t.support.transition.end)},e),this},t(function(){t.support.transition=e(),t.support.transition&&(t.event.special.bsTransitionEnd={bindType:t.support.transition.end,delegateType:t.support.transition.end,handle:function(e){if(t(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}})})}(jQuery),function(t){"use strict";var e='[data-dismiss="alert"]',i=function(i){t(i).on("click",e,this.close)};i.VERSION="3.3.7",i.TRANSITION_DURATION=150,i.prototype.close=function(e){function o(){a.detach().trigger("closed.bs.alert").remove()}var n=t(this),s=n.attr("data-target");s||(s=n.attr("href"),s=s&&s.replace(/.*(?=#[^\s]*$)/,""));var a=t("#"===s?[]:s);e&&e.preventDefault(),a.length||(a=n.closest(".alert")),a.trigger(e=t.Event("close.bs.alert")),e.isDefaultPrevented()||(a.removeClass("in"),t.support.transition&&a.hasClass("fade")?a.one("bsTransitionEnd",o).emulateTransitionEnd(i.TRANSITION_DURATION):o())};var o=t.fn.alert;t.fn.alert=function(e){return this.each(function(){var o=t(this),n=o.data("bs.alert");n||o.data("bs.alert",n=new i(this)),"string"==typeof e&&n[e].call(o)})},t.fn.alert.Constructor=i,t.fn.alert.noConflict=function(){return t.fn.alert=o,this},t(document).on("click.bs.alert.data-api",e,i.prototype.close)}(jQuery),function(t){"use strict";function e(e){return this.each(function(){var o=t(this),n=o.data("bs.button"),s="object"==typeof e&&e;n||o.data("bs.button",n=new i(this,s)),"toggle"==e?n.toggle():e&&n.setState(e)})}var i=function(e,o){this.$element=t(e),this.options=t.extend({},i.DEFAULTS,o),this.isLoading=!1};i.VERSION="3.3.7",i.DEFAULTS={loadingText:"loading..."},i.prototype.setState=function(e){var i="disabled",o=this.$element,n=o.is("input")?"val":"html",s=o.data();e+="Text",null==s.resetText&&o.data("resetText",o[n]()),setTimeout(t.proxy(function(){o[n](null==s[e]?this.options[e]:s[e]),"loadingText"==e?(this.isLoading=!0,o.addClass(i).attr(i,i).prop(i,!0)):this.isLoading&&(this.isLoading=!1,o.removeClass(i).removeAttr(i).prop(i,!1))},this),0)},i.prototype.toggle=function(){var t=!0,e=this.$element.closest('[data-toggle="buttons"]');if(e.length){var i=this.$element.find("input");"radio"==i.prop("type")?(i.prop("checked")&&(t=!1),e.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==i.prop("type")&&(i.prop("checked")!==this.$element.hasClass("active")&&(t=!1),this.$element.toggleClass("active")),i.prop("checked",this.$element.hasClass("active")),t&&i.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active")};var o=t.fn.button;t.fn.button=e,t.fn.button.Constructor=i,t.fn.button.noConflict=function(){return t.fn.button=o,this},t(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(i){var o=t(i.target).closest(".btn");e.call(o,"toggle"),t(i.target).is('input[type="radio"], input[type="checkbox"]')||(i.preventDefault(),o.is("input,button")?o.trigger("focus"):o.find("input:visible,button:visible").first().trigger("focus"))}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(e){t(e.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(e.type))})}(jQuery),function(t){"use strict";function e(e){return this.each(function(){var o=t(this),n=o.data("bs.carousel"),s=t.extend({},i.DEFAULTS,o.data(),"object"==typeof e&&e),a="string"==typeof e?e:s.slide;n||o.data("bs.carousel",n=new i(this,s)),"number"==typeof e?n.to(e):a?n[a]():s.interval&&n.pause().cycle()})}var i=function(e,i){this.$element=t(e),this.$indicators=this.$element.find(".carousel-indicators"),this.options=i,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",t.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",t.proxy(this.pause,this)).on("mouseleave.bs.carousel",t.proxy(this.cycle,this))};i.VERSION="3.3.7",i.TRANSITION_DURATION=600,i.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},i.prototype.keydown=function(t){if(!/input|textarea/i.test(t.target.tagName)){switch(t.which){case 37:this.prev();break;case 39:this.next();break;default:return}t.preventDefault()}},i.prototype.cycle=function(e){return e||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(t.proxy(this.next,this),this.options.interval)),this},i.prototype.getItemIndex=function(t){return this.$items=t.parent().children(".item"),this.$items.index(t||this.$active)},i.prototype.getItemForDirection=function(t,e){var i=this.getItemIndex(e);if(("prev"==t&&0===i||"next"==t&&i==this.$items.length-1)&&!this.options.wrap)return e;var o=(i+("prev"==t?-1:1))%this.$items.length;return this.$items.eq(o)},i.prototype.to=function(t){var e=this,i=this.getItemIndex(this.$active=this.$element.find(".item.active"));if(!(t>this.$items.length-1||t<0))return this.sliding?this.$element.one("slid.bs.carousel",function(){e.to(t)}):i==t?this.pause().cycle():this.slide(t>i?"next":"prev",this.$items.eq(t))},i.prototype.pause=function(e){return e||(this.paused=!0),this.$element.find(".next, .prev").length&&t.support.transition&&(this.$element.trigger(t.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},i.prototype.next=function(){if(!this.sliding)return this.slide("next")},i.prototype.prev=function(){if(!this.sliding)return this.slide("prev")},i.prototype.slide=function(e,o){var n=this.$element.find(".item.active"),s=o||this.getItemForDirection(e,n),a=this.interval,r="next"==e?"left":"right",l=this;if(s.hasClass("active"))return this.sliding=!1;var h=s[0],d=t.Event("slide.bs.carousel",{relatedTarget:h,direction:r});if(this.$element.trigger(d),!d.isDefaultPrevented()){if(this.sliding=!0,a&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var p=t(this.$indicators.children()[this.getItemIndex(s)]);p&&p.addClass("active")}var c=t.Event("slid.bs.carousel",{relatedTarget:h,direction:r});return t.support.transition&&this.$element.hasClass("slide")?(s.addClass(e),s[0].offsetWidth,n.addClass(r),s.addClass(r),n.one("bsTransitionEnd",function(){s.removeClass([e,r].join(" ")).addClass("active"),n.removeClass(["active",r].join(" ")),l.sliding=!1,setTimeout(function(){l.$element.trigger(c)},0)}).emulateTransitionEnd(i.TRANSITION_DURATION)):(n.removeClass("active"),s.addClass("active"),this.sliding=!1,this.$element.trigger(c)),a&&this.cycle(),this}};var o=t.fn.carousel;t.fn.carousel=e,t.fn.carousel.Constructor=i,t.fn.carousel.noConflict=function(){return t.fn.carousel=o,this};var n=function(i){var o,n=t(this),s=t(n.attr("data-target")||(o=n.attr("href"))&&o.replace(/.*(?=#[^\s]+$)/,""));if(s.hasClass("carousel")){var a=t.extend({},s.data(),n.data()),r=n.attr("data-slide-to");r&&(a.interval=!1),e.call(s,a),r&&s.data("bs.carousel").to(r),i.preventDefault()}};t(document).on("click.bs.carousel.data-api","[data-slide]",n).on("click.bs.carousel.data-api","[data-slide-to]",n),t(window).on("load",function(){t('[data-ride="carousel"]').each(function(){var i=t(this);e.call(i,i.data())})})}(jQuery),function(t){"use strict";function e(e){var i,o=e.attr("data-target")||(i=e.attr("href"))&&i.replace(/.*(?=#[^\s]+$)/,"");return t(o)}function i(e){return this.each(function(){var i=t(this),n=i.data("bs.collapse"),s=t.extend({},o.DEFAULTS,i.data(),"object"==typeof e&&e);!n&&s.toggle&&/show|hide/.test(e)&&(s.toggle=!1),n||i.data("bs.collapse",n=new o(this,s)),"string"==typeof e&&n[e]()})}var o=function(e,i){this.$element=t(e),this.options=t.extend({},o.DEFAULTS,i),this.$trigger=t('[data-toggle="collapse"][href="#'+e.id+'"],[data-toggle="collapse"][data-target="#'+e.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};o.VERSION="3.3.7",o.TRANSITION_DURATION=350,o.DEFAULTS={toggle:!0},o.prototype.dimension=function(){return this.$element.hasClass("width")?"width":"height"},o.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var e,n=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(n&&n.length&&(e=n.data("bs.collapse"))&&e.transitioning)){var s=t.Event("show.bs.collapse");if(this.$element.trigger(s),!s.isDefaultPrevented()){n&&n.length&&(i.call(n,"hide"),e||n.data("bs.collapse",null));var a=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[a](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var r=function(){this.$element.removeClass("collapsing").addClass("collapse in")[a](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!t.support.transition)return r.call(this);var l=t.camelCase(["scroll",a].join("-"));this.$element.one("bsTransitionEnd",t.proxy(r,this)).emulateTransitionEnd(o.TRANSITION_DURATION)[a](this.$element[0][l])}}}},o.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var e=t.Event("hide.bs.collapse");if(this.$element.trigger(e),!e.isDefaultPrevented()){var i=this.dimension();this.$element[i](this.$element[i]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var n=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return t.support.transition?void this.$element[i](0).one("bsTransitionEnd",t.proxy(n,this)).emulateTransitionEnd(o.TRANSITION_DURATION):n.call(this)}}},o.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},o.prototype.getParent=function(){return t(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(t.proxy(function(i,o){var n=t(o);this.addAriaAndCollapsedClass(e(n),n)},this)).end()},o.prototype.addAriaAndCollapsedClass=function(t,e){var i=t.hasClass("in");t.attr("aria-expanded",i),e.toggleClass("collapsed",!i).attr("aria-expanded",i)};var n=t.fn.collapse;t.fn.collapse=i,t.fn.collapse.Constructor=o,t.fn.collapse.noConflict=function(){return t.fn.collapse=n,this},t(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(o){var n=t(this);n.attr("data-target")||o.preventDefault();var s=e(n),a=s.data("bs.collapse")?"toggle":n.data();i.call(s,a)})}(jQuery),function(t){"use strict";function e(e){var i=e.attr("data-target");i||(i=e.attr("href"),i=i&&/#[A-Za-z]/.test(i)&&i.replace(/.*(?=#[^\s]*$)/,""));var o=i&&t(i);return o&&o.length?o:e.parent()}function i(i){i&&3===i.which||(t(o).remove(),t(n).each(function(){var o=t(this),n=e(o),s={relatedTarget:this};n.hasClass("open")&&(i&&"click"==i.type&&/input|textarea/i.test(i.target.tagName)&&t.contains(n[0],i.target)||(n.trigger(i=t.Event("hide.bs.dropdown",s)),i.isDefaultPrevented()||(o.attr("aria-expanded","false"),n.removeClass("open").trigger(t.Event("hidden.bs.dropdown",s)))))}))}var o=".dropdown-backdrop",n='[data-toggle="dropdown"]',s=function(e){t(e).on("click.bs.dropdown",this.toggle)};s.VERSION="3.3.7",s.prototype.toggle=function(o){var n=t(this);if(!n.is(".disabled, :disabled")){var s=e(n),a=s.hasClass("open");if(i(),!a){"ontouchstart"in document.documentElement&&!s.closest(".navbar-nav").length&&t(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(t(this)).on("click",i);var r={relatedTarget:this};if(s.trigger(o=t.Event("show.bs.dropdown",r)),o.isDefaultPrevented())return;n.trigger("focus").attr("aria-expanded","true"),s.toggleClass("open").trigger(t.Event("shown.bs.dropdown",r))}return!1}},s.prototype.keydown=function(i){if(/(38|40|27|32)/.test(i.which)&&!/input|textarea/i.test(i.target.tagName)){var o=t(this);if(i.preventDefault(),i.stopPropagation(),!o.is(".disabled, :disabled")){var s=e(o),a=s.hasClass("open");if(!a&&27!=i.which||a&&27==i.which)return 27==i.which&&s.find(n).trigger("focus"),o.trigger("click");var r=s.find(".dropdown-menu li:not(.disabled):visible a");if(r.length){var l=r.index(i.target);38==i.which&&l>0&&l--,40==i.which&&ldocument.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&t?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!t?this.scrollbarWidth:""})},i.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},i.prototype.checkScrollbar=function(){var t=window.innerWidth;if(!t){var e=document.documentElement.getBoundingClientRect();t=e.right-Math.abs(e.left)}this.bodyIsOverflowing=document.body.clientWidth
',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},e.prototype.init=function(e,i,o){if(this.enabled=!0,this.type=e,this.$element=t(i),this.options=this.getOptions(o),this.$viewport=this.options.viewport&&t(t.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var n=this.options.trigger.split(" "),s=n.length;s--;){var a=n[s];if("click"==a)this.$element.on("click."+this.type,this.options.selector,t.proxy(this.toggle,this));else if("manual"!=a){var r="hover"==a?"mouseenter":"focusin",l="hover"==a?"mouseleave":"focusout";this.$element.on(r+"."+this.type,this.options.selector,t.proxy(this.enter,this)),this.$element.on(l+"."+this.type,this.options.selector,t.proxy(this.leave,this))}}this.options.selector?this._options=t.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},e.prototype.getDefaults=function(){return e.DEFAULTS},e.prototype.getOptions=function(e){return(e=t.extend({},this.getDefaults(),this.$element.data(),e)).delay&&"number"==typeof e.delay&&(e.delay={show:e.delay,hide:e.delay}),e},e.prototype.getDelegateOptions=function(){var e={},i=this.getDefaults();return this._options&&t.each(this._options,function(t,o){i[t]!=o&&(e[t]=o)}),e},e.prototype.enter=function(e){var i=e instanceof this.constructor?e:t(e.currentTarget).data("bs."+this.type);return i||(i=new this.constructor(e.currentTarget,this.getDelegateOptions()),t(e.currentTarget).data("bs."+this.type,i)),e instanceof t.Event&&(i.inState["focusin"==e.type?"focus":"hover"]=!0),i.tip().hasClass("in")||"in"==i.hoverState?void(i.hoverState="in"):(clearTimeout(i.timeout),i.hoverState="in",i.options.delay&&i.options.delay.show?void(i.timeout=setTimeout(function(){"in"==i.hoverState&&i.show()},i.options.delay.show)):i.show())},e.prototype.isInStateTrue=function(){for(var t in this.inState)if(this.inState[t])return!0;return!1},e.prototype.leave=function(e){var i=e instanceof this.constructor?e:t(e.currentTarget).data("bs."+this.type);if(i||(i=new this.constructor(e.currentTarget,this.getDelegateOptions()),t(e.currentTarget).data("bs."+this.type,i)),e instanceof t.Event&&(i.inState["focusout"==e.type?"focus":"hover"]=!1),!i.isInStateTrue())return clearTimeout(i.timeout),i.hoverState="out",i.options.delay&&i.options.delay.hide?void(i.timeout=setTimeout(function(){"out"==i.hoverState&&i.hide()},i.options.delay.hide)):i.hide()},e.prototype.show=function(){var i=t.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(i);var o=t.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(i.isDefaultPrevented()||!o)return;var n=this,s=this.tip(),a=this.getUID(this.type);this.setContent(),s.attr("id",a),this.$element.attr("aria-describedby",a),this.options.animation&&s.addClass("fade");var r="function"==typeof this.options.placement?this.options.placement.call(this,s[0],this.$element[0]):this.options.placement,l=/\s?auto?\s?/i,h=l.test(r);h&&(r=r.replace(l,"")||"top"),s.detach().css({top:0,left:0,display:"block"}).addClass(r).data("bs."+this.type,this),this.options.container?s.appendTo(this.options.container):s.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var d=this.getPosition(),p=s[0].offsetWidth,c=s[0].offsetHeight;if(h){var f=r,u=this.getPosition(this.$viewport);r="bottom"==r&&d.bottom+c>u.bottom?"top":"top"==r&&d.top-cu.width?"left":"left"==r&&d.left-pa.top+a.height&&(n.top=a.top+a.height-l)}else{var h=e.left-s,d=e.left+s+i;ha.right&&(n.left=a.left+a.width-d)}return n},e.prototype.getTitle=function(){var t=this.$element,e=this.options;return t.attr("data-original-title")||("function"==typeof e.title?e.title.call(t[0]):e.title)},e.prototype.getUID=function(t){do{t+=~~(1e6*Math.random())}while(document.getElementById(t));return t},e.prototype.tip=function(){if(!this.$tip&&(this.$tip=t(this.options.template),1!=this.$tip.length))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},e.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},e.prototype.enable=function(){this.enabled=!0},e.prototype.disable=function(){this.enabled=!1},e.prototype.toggleEnabled=function(){this.enabled=!this.enabled},e.prototype.toggle=function(e){var i=this;e&&((i=t(e.currentTarget).data("bs."+this.type))||(i=new this.constructor(e.currentTarget,this.getDelegateOptions()),t(e.currentTarget).data("bs."+this.type,i))),e?(i.inState.click=!i.inState.click,i.isInStateTrue()?i.enter(i):i.leave(i)):i.tip().hasClass("in")?i.leave(i):i.enter(i)},e.prototype.destroy=function(){var t=this;clearTimeout(this.timeout),this.hide(function(){t.$element.off("."+t.type).removeData("bs."+t.type),t.$tip&&t.$tip.detach(),t.$tip=null,t.$arrow=null,t.$viewport=null,t.$element=null})};var i=t.fn.tooltip;t.fn.tooltip=function(i){return this.each(function(){var o=t(this),n=o.data("bs.tooltip"),s="object"==typeof i&&i;!n&&/destroy|hide/.test(i)||(n||o.data("bs.tooltip",n=new e(this,s)),"string"==typeof i&&n[i]())})},t.fn.tooltip.Constructor=e,t.fn.tooltip.noConflict=function(){return t.fn.tooltip=i,this}}(jQuery),function(t){"use strict";var e=function(t,e){this.init("popover",t,e)};if(!t.fn.tooltip)throw new Error("Popover requires tooltip.js");e.VERSION="3.3.7",e.DEFAULTS=t.extend({},t.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),e.prototype=t.extend({},t.fn.tooltip.Constructor.prototype),e.prototype.constructor=e,e.prototype.getDefaults=function(){return e.DEFAULTS},e.prototype.setContent=function(){var t=this.tip(),e=this.getTitle(),i=this.getContent();t.find(".popover-title")[this.options.html?"html":"text"](e),t.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof i?"html":"append":"text"](i),t.removeClass("fade top bottom left right in"),t.find(".popover-title").html()||t.find(".popover-title").hide()},e.prototype.hasContent=function(){return this.getTitle()||this.getContent()},e.prototype.getContent=function(){var t=this.$element,e=this.options;return t.attr("data-content")||("function"==typeof e.content?e.content.call(t[0]):e.content)},e.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var i=t.fn.popover;t.fn.popover=function(i){return this.each(function(){var o=t(this),n=o.data("bs.popover"),s="object"==typeof i&&i;!n&&/destroy|hide/.test(i)||(n||o.data("bs.popover",n=new e(this,s)),"string"==typeof i&&n[i]())})},t.fn.popover.Constructor=e,t.fn.popover.noConflict=function(){return t.fn.popover=i,this}}(jQuery),function(t){"use strict";function e(i,o){this.$body=t(document.body),this.$scrollElement=t(t(i).is(document.body)?window:i),this.options=t.extend({},e.DEFAULTS,o),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",t.proxy(this.process,this)),this.refresh(),this.process()}function i(i){return this.each(function(){var o=t(this),n=o.data("bs.scrollspy"),s="object"==typeof i&&i;n||o.data("bs.scrollspy",n=new e(this,s)),"string"==typeof i&&n[i]()})}e.VERSION="3.3.7",e.DEFAULTS={offset:10},e.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},e.prototype.refresh=function(){var e=this,i="offset",o=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),t.isWindow(this.$scrollElement[0])||(i="position",o=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var e=t(this),n=e.data("target")||e.attr("href"),s=/^#./.test(n)&&t(n);return s&&s.length&&s.is(":visible")&&[[s[i]().top+o,n]]||null}).sort(function(t,e){return t[0]-e[0]}).each(function(){e.offsets.push(this[0]),e.targets.push(this[1])})},e.prototype.process=function(){var t,e=this.$scrollElement.scrollTop()+this.options.offset,i=this.getScrollHeight(),o=this.options.offset+i-this.$scrollElement.height(),n=this.offsets,s=this.targets,a=this.activeTarget;if(this.scrollHeight!=i&&this.refresh(),e>=o)return a!=(t=s[s.length-1])&&this.activate(t);if(a&&e=n[t]&&(void 0===n[t+1]||e .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),e.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),r?(e[0].offsetWidth,e.addClass("in")):e.removeClass("fade"),e.parent(".dropdown-menu").length&&e.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),n&&n()}var a=o.find("> .active"),r=n&&t.support.transition&&(a.length&&a.hasClass("fade")||!!o.find("> .fade").length);a.length&&r?a.one("bsTransitionEnd",s).emulateTransitionEnd(i.TRANSITION_DURATION):s(),a.removeClass("in")};var o=t.fn.tab;t.fn.tab=e,t.fn.tab.Constructor=i,t.fn.tab.noConflict=function(){return t.fn.tab=o,this};var n=function(i){i.preventDefault(),e.call(t(this),"show")};t(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',n).on("click.bs.tab.data-api",'[data-toggle="pill"]',n)}(jQuery),function(t){"use strict";function e(e){return this.each(function(){var o=t(this),n=o.data("bs.affix"),s="object"==typeof e&&e;n||o.data("bs.affix",n=new i(this,s)),"string"==typeof e&&n[e]()})}var i=function(e,o){this.options=t.extend({},i.DEFAULTS,o),this.$target=t(this.options.target).on("scroll.bs.affix.data-api",t.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",t.proxy(this.checkPositionWithEventLoop,this)),this.$element=t(e),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};i.VERSION="3.3.7",i.RESET="affix affix-top affix-bottom",i.DEFAULTS={offset:0,target:window},i.prototype.getState=function(t,e,i,o){var n=this.$target.scrollTop(),s=this.$element.offset(),a=this.$target.height();if(null!=i&&"top"==this.affixed)return n=t-o&&"bottom"},i.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(i.RESET).addClass("affix");var t=this.$target.scrollTop(),e=this.$element.offset();return this.pinnedOffset=e.top-t},i.prototype.checkPositionWithEventLoop=function(){setTimeout(t.proxy(this.checkPosition,this),1)},i.prototype.checkPosition=function(){if(this.$element.is(":visible")){var e=this.$element.height(),o=this.options.offset,n=o.top,s=o.bottom,a=Math.max(t(document).height(),t(document.body).height());"object"!=typeof o&&(s=n=o),"function"==typeof n&&(n=o.top(this.$element)),"function"==typeof s&&(s=o.bottom(this.$element));var r=this.getState(a,e,n,s);if(this.affixed!=r){null!=this.unpin&&this.$element.css("top","");var l="affix"+(r?"-"+r:""),h=t.Event(l+".bs.affix");if(this.$element.trigger(h),h.isDefaultPrevented())return;this.affixed=r,this.unpin="bottom"==r?this.getPinnedOffset():null,this.$element.removeClass(i.RESET).addClass(l).trigger(l.replace("affix","affixed")+".bs.affix")}"bottom"==r&&this.$element.offset({top:a-e-s})}};var o=t.fn.affix;t.fn.affix=e,t.fn.affix.Constructor=i,t.fn.affix.noConflict=function(){return t.fn.affix=o,this},t(window).on("load",function(){t('[data-spy="affix"]').each(function(){var i=t(this),o=i.data();o.offset=o.offset||{},null!=o.offsetBottom&&(o.offset.bottom=o.offsetBottom),null!=o.offsetTop&&(o.offset.top=o.offsetTop),e.call(i,o)})})}(jQuery); \ No newline at end of file diff --git a/assets/js/catalunya-map/catalunya-map-init.min.js b/assets/js/catalunya-map/catalunya-map-init.min.js index 5ca1bd1..58db9f2 100644 --- a/assets/js/catalunya-map/catalunya-map-init.min.js +++ b/assets/js/catalunya-map/catalunya-map-init.min.js @@ -1,3 +1,3 @@ -/*! Generated 01-09-2017 */ +/*! Generated 07-09-2017 */ !function(a,n){$.ajax({url:n.URL_JSON,dataType:"json",async:!0,success:function(a){n.create(n.MAP_OPTIONS,a).loadMapAndText()}})}(window,window.Catmap); \ No newline at end of file diff --git a/assets/js/catalunya-map/catalunya-map-options.js b/assets/js/catalunya-map/catalunya-map-options.js index 9234ae4..af6515f 100644 --- a/assets/js/catalunya-map/catalunya-map-options.js +++ b/assets/js/catalunya-map/catalunya-map-options.js @@ -4,12 +4,11 @@ (function(window, catmap) { - //catmap.URL_JSON = //catmap.URL_JSON = "https://work.catalunyamedieval.dev/wp-content/themes/catalunyamedieval/js/catalunya-map/catalunya-map-path.json"; - catmap.URL_JSON = "assets/js/catalunya-map/catalunya-map-path.json"; + catmap.URL_JSON = "https://work.catalunyamedieval.dev/wp-content/themes/catalunyamedieval/assets/js/catalunya-map/catalunya-map-path.json"; catmap.MAP_OPTIONS = { - colorIn: '#fee8cb', //color when the mouse is over + colorIn: '#d1eafe', //color when the mouse is over colorOut: '#fff', //color when the mouse is not over scale: 0.8, //scale value @@ -33,8 +32,8 @@ newWindow: false, //enable/disable open a page in a new window for onClick functionality comarcaAttr: { //comarca style configuration - fill: '#fff', - stroke: '#c7ab89', //color for the limit line of comarca (clear brown) + fill: '#fff', //white + stroke: '#abacae', //soft grey 'stroke-width': 0.8, 'stroke-linejoin': 'round', 'font-family': 'Verdana', @@ -45,7 +44,7 @@ }, nomComcarcaAttr_in: { //nom comarca style configuration for hover in - fill: '#a07a49', //color for the text of comarca (dark brown) + fill: '#3300FF', //color for the text of comarca (dark blue) stroke: '#000000', //black 'stroke-width': 0.4, 'font-family': 'Verdana', @@ -56,7 +55,7 @@ }, nomComcarcaAttr_out: { //nom comarca style configuration for hover out - fill: '#a07a49', + fill: '#686868', // grey 'stroke-width': 0, 'font-family': 'Verdana', 'font-size': '12px', diff --git a/assets/js/catalunya-map/catalunya-map-path.json b/assets/js/catalunya-map/catalunya-map-path.json index da46e40..47f2c4b 100644 --- a/assets/js/catalunya-map/catalunya-map-path.json +++ b/assets/js/catalunya-map/catalunya-map-path.json @@ -1,1304 +1 @@ -{ - "cat1": { - "cat_id": 52, - "cat_slug": "vall-daran", - "name": "Vall d'Aran", - "nx": 170, - "ny": 70, - "capital": "Viella", - "cx": 170, - "cy": 85, - "url": "https://work.catalunyamedieval.dev/mapa/vall-daran", - "statistics": { - "castell": 10, - "epoca-carlina": 0, - "muralles": 0, - "torre": 1, - "casa-forta": 1, - "palau": 0, - "pont": 0, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 0, - "esglesia": 12, - "esglesia-fortificada": 0, - "monestir": 0, - "altres-llocs-dinteres": 0 - }, - "total": 24, - "info": "", - "path": "m 210.77614,318.37463 c 0,-0.47244 0.23622,-0.70866 0.70866,-0.70866 0.59056,0 0.70866,-0.23623 0.70866,-1.41733 0,-1.41732 0,-1.41732 1.41733,-1.41732 l 1.41732,0 0,-4.96063 c 0,-4.48819 0.0675,-5.02812 0.70866,-5.66929 0.3937,-0.3937 0.70866,-1.1811 0.70866,-1.77165 0,-0.58465 0.14201,-1.063 0.31557,-1.063 0.39475,0 0.75048,-1.89638 0.98038,-5.22637 0.15437,-2.23591 0.26559,-2.5689 0.85803,-2.5689 0.61743,0 0.68067,-0.27711 0.68067,-2.98283 0,-3.78179 0.12808,-4.10379 1.6324,-4.10379 1.01489,0 1.20224,-0.12577 1.20224,-0.80708 0,-0.44389 0.3189,-1.08012 0.70867,-1.41385 0.38976,-0.33373 0.70866,-0.89534 0.70866,-1.24804 0,-1.54162 2.58483,-2.11281 3.5433,-0.78299 0.56434,0.78297 2.12599,0.97095 2.12599,0.25591 0,-0.24902 0.3189,-0.7258 0.70866,-1.05953 0.38976,-0.33372 0.70866,-0.8475 0.70866,-1.14173 0,-0.29875 -0.31292,-0.53497 -0.70866,-0.53497 -0.63598,0 -0.70866,-0.23622 -0.70866,-2.30315 0,-1.29921 0.15445,-2.30315 0.35433,-2.30315 0.19488,0 0.35433,-0.23917 0.35433,-0.53149 0,-0.29233 0.15945,-0.5315 0.35433,-0.5315 0.19488,0 0.35433,-0.62838 0.35433,-1.39641 0,-0.76803 -0.15945,-1.49496 -0.35433,-1.6154 -0.19488,-0.12045 -0.35433,-1.55585 -0.35433,-3.1898 0,-2.47417 0.10842,-3.0482 0.64856,-3.43381 0.3567,-0.25465 0.73723,-0.7819 0.84562,-1.17167 0.10839,-0.38976 0.3173,-1.00166 0.46426,-1.35977 0.24953,-0.60811 0.0942,-0.63666 -2.35154,-0.43239 -1.44029,0.12029 -4.14982,0.30378 -6.02116,0.40776 l -3.40246,0.18907 -0.44959,-1.08541 c -0.24727,-0.59697 -0.59783,-1.0854 -0.77901,-1.0854 -0.18118,0 -0.55092,-0.51821 -0.82164,-1.15157 -0.27072,-0.63337 -0.96996,-1.59401 -1.55388,-2.13476 -1.01337,-0.93846 -1.12716,-0.96274 -2.50151,-0.53381 -1.12543,0.35125 -1.43985,0.62398 -1.43985,1.24893 0,0.43976 -0.15945,0.79956 -0.35434,0.79956 -0.19488,0 -0.35433,0.46129 -0.35433,1.02508 0,1.2665 -0.45206,1.45523 -3.48569,1.45523 -2.25947,0 -2.40977,-0.054 -3.37651,-1.21347 -0.55648,-0.66741 -1.47242,-1.40427 -2.03542,-1.63748 -0.563,-0.2332 -1.02364,-0.62623 -1.02364,-0.8734 0,-0.24717 -0.71752,-0.66125 -1.59448,-0.92019 -0.87697,-0.25894 -1.59449,-0.68278 -1.59449,-0.94186 0,-0.48942 -0.90017,-1.40265 -2.87581,-2.91753 -1.40968,-1.08093 -3.10626,-2.81287 -3.9616,-4.04418 -0.58085,-0.83617 -0.85153,-0.91645 -3.08979,-0.91645 -2.31487,0 -2.49747,-0.0599 -3.23907,-1.063 -0.43224,-0.58464 -0.99509,-1.06299 -1.25076,-1.06299 -0.25568,0 -0.46486,-0.1762 -0.46486,-0.39155 0,-0.26217 -0.49757,-0.31203 -1.50591,-0.15089 -2.98075,0.47636 -7.70669,0.60713 -7.70669,0.21326 0,-0.20871 -0.43999,-0.37948 -0.97776,-0.37948 -0.57255,0 -1.14984,-0.27554 -1.39298,-0.66487 -0.39072,-0.62565 -1.04858,-0.84822 -3.98076,-1.34678 -1.31501,-0.2236 -2.8611,-1.52126 -2.8611,-2.40138 0,-0.30118 -0.15945,-0.5476 -0.35433,-0.5476 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.47244 -0.23622,-0.70866 -0.70866,-0.70866 -0.47244,0 -0.70866,-0.23622 -0.70866,-0.70866 0,-0.47244 -0.23622,-0.70867 -0.70866,-0.70867 -0.38977,0 -0.70867,0.15945 -0.70867,0.35434 0,0.20961 -1.28488,0.35433 -3.14598,0.35433 l -3.14599,0 -0.44111,1.06493 c -0.24694,0.59616 -1.03656,1.39959 -1.79384,1.82521 -0.744,0.41815 -1.53316,1.19587 -1.75368,1.72826 -0.22053,0.53239 -0.78796,1.30448 -1.26096,1.71576 -0.47301,0.41127 -0.85471,0.86841 -0.84822,1.01586 0.0273,0.62034 1.46051,1.93845 2.37104,2.1806 0.9078,0.24142 0.99139,0.41327 1.08847,2.2379 0.0858,1.6125 0.23259,2.00971 0.79725,2.15737 0.72919,0.19069 0.93924,1.11575 0.33775,1.48749 -0.19488,0.12045 -0.3541,0.56834 -0.35381,0.99532 7.1e-4,1.13285 -1.8656,4.84103 -2.43927,4.84648 -0.26947,0.002 -0.78608,0.34611 -1.14802,0.76343 -0.64241,0.74071 -0.64129,0.77333 0.047,1.3703 0.51104,0.44322 0.7051,1.05534 0.7051,2.22406 0,2.10381 -0.2682,2.73348 -1.16432,2.73348 -0.96079,0 -3.19332,0.78422 -3.52513,1.23827 -0.51093,0.69915 -0.28728,2.32197 0.3489,2.53166 0.34104,0.11241 1.296,0.50603 2.12212,0.87471 0.82613,0.36868 1.98213,0.67032 2.5689,0.67032 l 1.06685,0 0,3.18898 c 0,2.09184 0.13471,3.18898 0.39155,3.18898 0.25982,0 0.31564,0.50663 0.16591,1.5059 -0.12411,0.82825 -0.31636,2.18356 -0.42723,3.01181 -0.11087,0.82825 -0.34498,1.50591 -0.52023,1.50591 -0.17526,0 -0.31866,0.47834 -0.31866,1.06299 0,0.58465 0.15945,1.06299 0.35433,1.06299 0.19489,0 0.35433,0.71752 0.35433,1.59449 0,1.18491 0.13727,1.59449 0.53437,1.59449 0.2939,0 0.78956,0.63779 1.10147,1.41732 0.3119,0.77953 0.70923,1.41732 0.88295,1.41732 0.17372,0 0.31586,1.04781 0.31586,2.32846 0,2.715 0.42671,3.34084 2.27784,3.34084 l 1.26547,0 0,4.77436 0,4.77437 1.04539,0.54059 c 0.57497,0.29733 1.26242,0.5406 1.52768,0.5406 0.26525,0 0.82457,0.31889 1.24294,0.70866 0.41836,0.38976 1.0065,0.70866 1.30697,0.70866 0.31009,0 0.54631,0.30642 0.54631,0.70866 0,0.68167 0.23622,0.70866 6.20079,0.70866 5.96456,0 6.20078,-0.027 6.20078,-0.70866 0,-0.66439 0.23623,-0.70866 3.78116,-0.70866 4.12602,0 5.07711,0.37536 5.07711,2.00374 0,0.77094 0.14065,0.83091 1.94882,0.83091 l 1.94882,0 0,-1.77166 0,-1.77165 1.27516,0 c 0.96368,0 1.52094,-0.26311 2.28133,-1.07711 0.99167,-1.06158 1.05117,-1.07562 4.12838,-0.97441 l 3.12222,0.1027 0.10237,3.10039 c 0.099,2.99754 0.13027,3.1004 0.94292,3.1004 0.49894,0 1.20404,0.432 1.73498,1.06299 0.49195,0.58464 1.22364,1.06299 1.62598,1.06299 0.40235,0 0.73154,0.15945 0.73154,0.35433 0,0.19488 0.25056,0.35433 0.55681,0.35433 0.64881,0 1.56918,0.8313 1.56918,1.41732 0,0.58603 0.92036,1.41733 1.56917,1.41733 0.30625,0 0.55681,0.15945 0.55681,0.35433 0,0.19488 0.23917,0.35433 0.5315,0.35433 0.29527,0 0.53149,-0.31496 0.53149,-0.70866 z " - }, - "cat2": { - "cat_id": 40, - "cat_slug": "pallars-sobira", - "name": "Pallars Sobirà", - "nx": 280, - "ny": 110, - "capital": "Sort", - "cx": 270, - "cy": 125, - "url": "https://work.catalunyamedieval.dev/mapa/pallars-sobira", - "statistics": { - "castell": 17, - "epoca-carlina": 0, - "muralles": 0, - "torre": 10, - "casa-forta": 0, - "palau": 0, - "pont": 1, - "torre-colomer": 1, - "basilica": 0, - "catedral": 0, - "ermita": 0, - "esglesia": 0, - "esglesia-fortificada": 0, - "monestir": 0, - "altres-llocs-dinteres": 0 - }, - "total": 29, - "info": "", - "path": "m 253.29583,415.10691 c 0,-0.58465 0.15945,-1.06299 0.35433,-1.06299 0.19488,0 0.35433,-0.45141 0.35433,-1.00312 0,-0.70735 -0.26119,-1.1429 -0.88583,-1.4772 -0.4872,-0.26074 -0.88583,-0.59391 -0.88583,-0.74038 0,-0.14647 -0.5182,-0.37648 -1.15157,-0.51114 -2.99782,-0.63736 -5.58071,-2.953 -5.58071,-5.00329 0,-1.87801 1.61108,-2.60345 5.78184,-2.60345 3.05011,0 3.3646,-0.0631 3.53343,-0.70867 0.13607,-0.52036 0.48331,-0.70866 1.30679,-0.70866 1.39665,0 1.85224,-0.46109 2.4507,-2.48031 0.71951,-2.42764 1.16024,-3.18898 1.84607,-3.18898 0.39348,0 0.79216,-0.45992 1.07377,-1.2387 0.24636,-0.68129 0.73503,-1.32983 1.08593,-1.4412 0.3509,-0.11138 0.63801,-0.51065 0.63801,-0.88728 0,-0.44857 0.24445,-0.68479 0.70866,-0.68479 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19488 0.44828,-0.35433 0.99618,-0.35433 0.5479,0 1.33847,-0.3189 1.75684,-0.70866 0.41836,-0.38976 0.85843,-0.70866 0.97795,-0.70866 0.67039,0 1.22966,-1.19715 1.22966,-2.63217 0,-0.89089 0.15945,-1.6198 0.35433,-1.6198 0.19488,0 0.35433,-0.23917 0.35433,-0.5315 0,-0.29232 0.3189,-0.85039 0.70866,-1.24015 0.38977,-0.38977 0.70866,-1.10729 0.70866,-1.59449 0,-0.48721 0.15945,-0.88583 0.35433,-0.88583 0.19489,0 0.35433,-0.38176 0.35433,-0.84835 0,-0.4666 0.47835,-1.36043 1.063,-1.98629 0.79852,-0.85482 1.06299,-1.47604 1.06299,-2.49688 0,-0.74741 0.15945,-1.45748 0.35433,-1.57793 0.19488,-0.12044 0.35433,-0.68792 0.35433,-1.26107 0,-0.57314 0.15945,-1.04208 0.35433,-1.04208 0.22233,0 0.35433,-2.24409 0.35433,-6.02362 l 0,-6.02362 1.40352,0 c 0.91501,0 1.62415,0.23261 2.0374,0.66832 0.34864,0.36758 1.3514,0.78505 2.22837,0.92773 0.87697,0.14267 2.02506,0.47972 2.5513,0.749 1.10888,0.56741 3.683,0.65437 4.00382,0.13526 0.12045,-0.19488 0.90775,-0.35433 1.74958,-0.35433 1.39566,0 1.57139,-0.10151 1.9934,-1.15157 0.25456,-0.63337 0.89769,-1.57807 1.4292,-2.09933 0.53151,-0.52127 1.02024,-1.21823 1.08608,-1.5488 0.0658,-0.33057 0.67582,-0.78105 1.35554,-1.00106 0.72908,-0.236 1.28821,-0.67315 1.36357,-1.0661 0.0703,-0.36634 0.59041,-1.11835 1.1559,-1.67113 0.92642,-0.90561 1.02815,-1.23327 1.02815,-3.31158 0,-1.68143 0.19169,-2.62094 0.70733,-3.46667 0.46594,-0.7642 0.70779,-1.78685 0.70867,-2.99649 0.001,-1.52451 0.12167,-1.87456 0.70998,-2.06128 0.38977,-0.12371 0.70866,-0.37363 0.70866,-0.55538 0,-0.18174 0.55807,-0.33045 1.24016,-0.33045 0.68209,0 1.24016,0.15945 1.24016,0.35433 0,0.19488 0.3189,0.35433 0.70866,0.35433 0.47244,0 0.70866,0.23622 0.70866,0.70866 0,0.57368 0.23622,0.70867 1.24016,0.70867 1.00394,0 1.24016,-0.13499 1.24016,-0.70867 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.23013 0.35433,-0.5114 0,-0.28127 0.33379,-0.7452 0.74175,-1.03095 0.67411,-0.47217 0.73843,-0.8456 0.7053,-4.0949 -0.0342,-3.35686 0.007,-3.57535 0.67556,-3.57535 0.55513,0 0.71203,-0.23454 0.71203,-1.06435 0,-0.96205 0.15326,-1.10534 1.59449,-1.49081 0.87697,-0.23455 1.59449,-0.55284 1.59449,-0.7073 0,-0.15446 0.17084,-0.28084 0.37964,-0.28084 0.2088,0 0.62326,-0.24362 0.92102,-0.54138 0.42245,-0.42246 0.44952,-0.65204 0.12322,-1.04519 -0.28581,-0.3444 -0.35088,-1.37837 -0.20561,-3.26768 0.66822,-8.6908 0.66425,-8.96465 -0.13013,-8.96465 -0.57912,0 -0.73381,-0.22408 -0.73381,-1.06299 0,-0.58465 -0.15945,-1.06299 -0.35433,-1.06299 -0.19488,0 -0.35433,-0.39724 -0.35433,-0.88275 0,-0.51886 -0.43818,-1.30149 -1.06299,-1.8986 -0.58465,-0.55871 -1.06299,-1.27762 -1.06299,-1.59757 0,-0.31994 -0.1427,-0.58171 -0.31712,-0.58171 -0.29752,0 -0.42731,-0.58722 -0.95934,-4.34056 -0.1174,-0.82824 -0.35657,-1.65738 -0.53149,-1.84251 -0.17492,-0.18514 -0.31804,-0.78308 -0.31804,-1.32875 0,-0.54566 -0.15945,-0.99212 -0.35433,-0.99212 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.47244 -0.23622,-0.70866 -0.70866,-0.70866 -0.56179,0 -0.70866,-0.23623 -0.70866,-1.13973 0,-1.86751 -1.01795,-4.08711 -1.98584,-4.33003 -0.48953,-0.12286 -0.84881,-0.47454 -0.84881,-0.83085 0,-0.67805 -1.44541,-1.92042 -2.57088,-2.20972 -0.47488,-0.12207 -0.89334,-0.74521 -1.2492,-1.86024 -0.29432,-0.92217 -0.67134,-1.67668 -0.83784,-1.67668 -0.16649,0 -0.30271,-0.3189 -0.30271,-0.70866 0,-0.38976 -0.15945,-0.70866 -0.35433,-0.70866 -0.19488,0 -0.35433,-0.33565 -0.35433,-0.74588 0,-0.68128 -0.13043,-0.7238 -1.50591,-0.49093 -0.82824,0.14023 -5.13336,0.32214 -9.56692,0.40426 l -8.06103,0.1493 0,-0.90739 c 0,-0.72274 -0.21418,-0.95023 -1.05251,-1.11789 -0.59305,-0.11862 -1.14484,-0.50144 -1.26403,-0.87697 -0.1694,-0.53374 -0.55961,-0.66647 -1.95931,-0.66647 -1.25769,0 -1.74777,0.1384 -1.74777,0.49359 0,0.69415 -0.79979,0.92373 -3.21796,0.92373 -1.16178,0 -2.097,0.15803 -2.097,0.35433 0,0.19489 -0.40018,0.35434 -0.8893,0.35434 -0.48911,0 -1.16234,0.31889 -1.49607,0.70866 -0.55035,0.64277 -1.04525,0.70866 -5.32261,0.70866 -4.17223,0 -4.7409,-0.0715 -4.93325,-0.62008 -0.11958,-0.34104 -0.49069,-0.85925 -0.82469,-1.15158 -0.50783,-0.44445 -1.52099,-2.24317 -3.24053,-5.75306 -0.16578,-0.3384 -0.30383,-1.13565 -0.30676,-1.77165 -0.008,-1.6453 -0.88831,-3.97055 -1.55504,-4.1056 -0.31109,-0.063 -0.56561,-0.42177 -0.56561,-0.79724 0,-0.37548 -0.15945,-0.68268 -0.35433,-0.68268 -0.19488,0 -0.35433,-0.47835 -0.35433,-1.06299 0,-0.58465 -0.16333,-1.063 -0.36296,-1.063 -0.19963,0 -1.33764,-0.95669 -2.52891,-2.12598 -1.19127,-1.16929 -2.29279,-2.12598 -2.44781,-2.12598 -0.15502,0 -0.38307,-0.3189 -0.50678,-0.70867 -0.18487,-0.58248 -0.53611,-0.70866 -1.97269,-0.70866 -1.2577,0 -1.74778,0.1384 -1.74778,0.49359 0,0.27147 -0.25221,0.59037 -0.56048,0.70866 -0.92178,0.35373 -5.40402,0.24306 -5.64031,-0.13925 -0.41668,-0.67421 -0.77447,-0.34798 -1.26297,1.15157 -0.26982,0.82825 -0.77369,1.81501 -1.11971,2.1928 -0.46229,0.50474 -0.62913,1.27438 -0.62913,2.90231 0,1.21849 0.15945,2.31397 0.35433,2.43442 0.41818,0.25844 0.48484,4.0748 0.0712,4.0748 -0.39387,0 -1.13417,2.15576 -1.13417,3.30272 0,0.71303 0.17635,0.94925 0.70866,0.94925 0.56751,0 0.70866,0.23622 0.70866,1.18594 0,0.67736 -0.3039,1.53635 -0.70866,2.00304 -0.38976,0.4494 -0.70866,1.01481 -0.70866,1.25646 0,1.11247 -3.33979,1.2126 -4.28018,0.12832 -0.65159,-0.75128 -1.38911,-0.65763 -1.38911,0.1764 0,0.251 -0.3189,0.82406 -0.70866,1.27346 -0.38977,0.4494 -0.70866,1.17426 -0.70866,1.6108 0,0.85017 -0.60388,1.22385 -1.9778,1.22385 -0.83839,0 -0.85685,0.0643 -0.85685,2.98283 0,3.2525 -0.18535,4.10378 -0.8935,4.10378 -0.31213,0 -0.52464,0.72277 -0.65114,2.21457 -0.29055,3.42645 -0.6256,5.22638 -0.97289,5.22638 -0.17442,0 -0.31711,0.40529 -0.31711,0.90064 0,0.49535 -0.3189,1.24294 -0.70867,1.6613 -0.63462,0.68118 -0.70866,1.25043 -0.70866,5.44833 0,2.57822 -0.0968,4.93989 -0.21507,5.24815 -0.13765,0.3587 -0.6479,0.56047 -1.41733,0.56047 -1.03533,0 -1.20224,0.11896 -1.20224,0.85685 0,1.22318 -0.35245,1.9778 -0.92374,1.9778 -0.27147,0 -0.49359,0.3189 -0.49359,0.70866 0,0.38976 -0.15945,0.70866 -0.35433,0.70866 -0.19488,0 -0.35433,0.23917 -0.35433,0.5315 0,0.35433 0.35433,0.53149 1.06299,0.53149 0.58465,0 1.063,0.15945 1.063,0.35433 0,0.19686 0.94488,0.35433 2.12598,0.35433 l 2.12599,0 0,2.01225 c 0,1.10673 0.19148,2.54177 0.42551,3.18898 0.36378,1.00601 0.59356,1.17673 1.58388,1.17673 0.87621,0 1.3498,0.25892 1.94427,1.06299 0.43225,0.58465 1.06407,1.06299 1.40405,1.06299 0.33999,0 0.71936,0.3189 0.84307,0.70866 0.12371,0.38977 0.37363,0.70866 0.55538,0.70866 0.18174,0 0.33045,0.3189 0.33045,0.70867 0,0.38976 0.21909,0.70866 0.48687,0.70866 0.26777,0 1.22447,0.41225 2.12598,0.91612 1.62239,0.90677 1.63912,0.93496 1.63912,2.76268 0,1.61372 -0.13215,1.95617 -1.04799,2.71577 -1.33436,1.10672 -1.3375,1.4007 -0.015,1.4007 l 1.06299,0 0,4.22299 c 0,4.66834 -0.13439,5.34394 -1.06299,5.34394 -0.34807,0 -0.72963,0.25221 -0.84792,0.56048 -0.11829,0.30826 -0.21508,3.57696 -0.21508,7.26378 0,6.39032 0.032,6.7033 0.68513,6.7033 0.48401,0 0.71804,0.28603 0.79724,0.97441 0.0988,0.85867 0.28046,0.98804 1.52944,1.08916 1.41398,0.11447 2.65748,0.87888 2.65748,1.6336 0,0.2191 -0.31889,0.6282 -0.70866,0.90913 -0.38976,0.28093 -0.70866,0.75904 -0.70866,1.06247 0,0.64956 -1.21306,1.77218 -1.91496,1.77218 -0.53117,0 -0.91968,0.74465 -0.91968,1.76272 0,0.79206 -0.6812,1.07192 -2.60911,1.07192 -1.47114,0 -1.49369,0.0192 -1.97247,1.68307 -0.26638,0.92569 -0.77953,2.27465 -1.14035,2.9977 -0.36081,0.72304 -0.65603,1.78858 -0.65603,2.36785 0,0.72033 -0.21094,1.12019 -0.66738,1.26505 -0.36707,0.1165 -1.16431,0.68671 -1.77166,1.26712 -0.86104,0.82286 -1.10426,1.35485 -1.10426,2.41532 0,0.85144 -0.26501,1.66558 -0.70866,2.17712 -0.38977,0.4494 -0.70867,0.9679 -0.70867,1.15221 0,0.62125 -2.19433,2.3911 -2.96459,2.3911 -0.42001,0 -1.15878,0.47834 -1.64171,1.06299 -0.48292,0.58464 -1.07911,1.06299 -1.32485,1.06299 -0.24574,0 -0.4468,0.23917 -0.4468,0.5315 0,0.29232 0.14886,0.53149 0.3308,0.53149 0.18194,0 0.38125,0.43712 0.44291,0.97138 0.074,0.64141 0.35285,1.01493 0.82078,1.09958 1.04955,0.18985 1.94882,1.12078 1.94882,2.01744 0,0.49159 0.26745,0.85952 0.70866,0.9749 0.54118,0.14152 0.70866,0.48331 0.70866,1.44618 0,1.42902 0.69658,1.99446 2.45702,1.99446 0.85007,0 1.08629,0.1541 1.08629,0.70866 0,0.65617 0.23622,0.70866 3.18897,0.70866 2.95276,0 3.18898,0.0525 3.18898,0.70866 0,0.64961 0.23622,0.70867 2.83465,0.70867 2.4645,0 2.83464,0.081 2.83464,0.62068 0,1.06735 2.69969,2.21607 5.20547,2.21495 1.20651,-7.1e-4 2.2922,0.15846 2.41264,0.35334 0.12045,0.19488 0.78258,0.35433 1.47141,0.35433 0.95443,0 1.29651,0.16862 1.43774,0.70866 0.10192,0.38977 0.40589,0.70867 0.67548,0.70867 0.2696,0 0.49018,-0.3189 0.49018,-0.70867 0,-0.64041 0.23622,-0.70866 2.4527,-0.70866 2.44067,0 2.45892,0.007 3.72047,1.4811 0.80429,0.93963 1.26777,1.84641 1.26777,2.48032 0,0.94803 0.0817,0.99921 1.59449,0.99921 1.53543,0 1.59449,-0.0394 1.59449,-1.06299 z " - }, - "cat3": { - "cat_id": 20, - "cat_slug": "alta-ribagorca", - "name": "Alta Ribagorça", - "nx": 140, - "ny": 130, - "capital": "Pont de Suert", - "cx": 140, - "cy": 145, - "url": "https://work.catalunyamedieval.dev/mapa/alta-ribagorca", - "statistics": { - "castell": 4, - "epoca-carlina": 0, - "muralles": 2, - "torre": 1, - "casa-forta": 0, - "palau": 1, - "pont": 0, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 5, - "esglesia": 23, - "esglesia-fortificada": 0, - "monestir": 0, - "altres-llocs-dinteres": 0 - }, - "total": 36, - "info": "", - "path": "m 194.31587,401.83561 c 0.80729,-0.80728 0.86972,-1.12373 0.86972,-4.40822 0,-1.97678 -0.15638,-3.63515 -0.35433,-3.75749 -0.19488,-0.12044 -0.35433,-0.67851 -0.35433,-1.24015 0,-0.56165 -0.15945,-1.11972 -0.35433,-1.24016 -0.19488,-0.12045 -0.35433,-1.0938 -0.35433,-2.163 0,-2.42865 -1.02052,-3.68346 -2.99571,-3.68346 l -1.25626,0 0,-1.77165 c 0,-1.17909 -0.14814,-1.77292 -0.44291,-1.77544 -0.24361,-0.002 -1.2003,-0.70231 -2.12599,-1.55606 -1.18097,-1.08921 -1.68307,-1.82802 -1.68307,-2.47654 0,-0.604 -0.19293,-0.92425 -0.55681,-0.92425 -1.0675,0 -1.56917,-0.9548 -1.56917,-2.9865 0,-1.08577 0.1522,-1.97413 0.33822,-1.97413 0.18603,0 0.73685,-0.39862 1.22405,-0.88582 0.48721,-0.48721 1.06392,-0.88583 1.28157,-0.88583 0.46238,0 1.40812,-0.87849 1.40812,-1.30799 0,-0.31945 -0.66316,-0.70577 -3.27755,-1.90932 -1.52117,-0.70028 -1.68307,-0.88956 -1.68307,-1.96773 0,-1.08924 0.0924,-1.19291 1.06299,-1.19291 0.58464,0 1.06299,-0.15945 1.06299,-0.35433 0,-0.20248 1.06299,-0.35433 2.48031,-0.35433 1.41733,0 2.48032,-0.15186 2.48032,-0.35433 0,-0.19489 0.3189,-0.35433 0.70866,-0.35433 0.66142,0 0.70866,-0.23623 0.70866,-3.54331 l 0,-3.54331 2.66634,0 2.66634,0 0.2126,-1.06299 c 0.11693,-0.58465 0.35211,-1.06299 0.52264,-1.06299 0.17052,0 0.31003,-0.28054 0.31003,-0.62343 0,-0.34289 0.3189,-0.82259 0.70867,-1.066 0.38976,-0.24341 0.70866,-0.76011 0.70866,-1.14822 0,-0.57025 0.23798,-0.70566 1.24016,-0.70566 0.68208,0 1.24015,-0.15945 1.24015,-0.35433 0,-0.19488 0.33029,-0.35433 0.73397,-0.35433 1.253,0 1.67833,-0.82197 1.85075,-3.57666 0.22378,-3.57518 0.52001,-4.50365 1.84854,-5.79383 0.62694,-0.60884 1.252,-1.46019 1.38901,-1.89187 0.13701,-0.43169 0.39781,-0.78489 0.57956,-0.78489 0.18175,0 0.33046,-0.22843 0.33046,-0.50761 0,-0.27919 0.31889,-0.60884 0.70866,-0.73254 0.38976,-0.12371 0.70866,-0.47564 0.70866,-0.78206 0,-0.77658 1.05584,-1.49642 2.21457,-1.50982 0.53592,-0.006 0.97441,-0.17072 0.97441,-0.3656 0,-0.19489 0.55807,-0.35433 1.24015,-0.35433 1.00394,0 1.24016,-0.13499 1.24016,-0.70867 0,-0.58878 0.23622,-0.70866 1.39641,-0.70866 0.76803,0 1.49496,-0.15945 1.6154,-0.35433 0.12045,-0.19488 0.78718,-0.35433 1.48162,-0.35433 1.06047,0 1.19464,-0.0819 0.83795,-0.51171 -0.23358,-0.28145 -0.98646,-0.56048 -1.67307,-0.62008 -1.10348,-0.0958 -1.30538,-0.27289 -1.73935,-1.52569 -0.27003,-0.77953 -0.49337,-2.1747 -0.4963,-3.10039 l -0.005,-1.68307 -2.12598,0 c -1.1811,0 -2.12599,-0.15748 -2.12599,-0.35433 0,-0.19489 -0.47834,-0.35433 -1.06299,-0.35433 -0.94488,0 -1.06299,-0.11811 -1.06299,-1.063 0,-0.78281 -0.16617,-1.06299 -0.63044,-1.06299 -0.34674,0 -0.86029,-0.3189 -1.14121,-0.70866 -0.28093,-0.38976 -0.79448,-0.70866 -1.14122,-0.70866 -0.34674,0 -0.63044,-0.25056 -0.63044,-0.55681 0,-0.71611 -0.85306,-1.56918 -1.56918,-1.56918 -0.30624,0 -0.5568,-0.15944 -0.5568,-0.35433 0,-0.19488 -0.24947,-0.35433 -0.55437,-0.35433 -0.30491,0 -0.94843,-0.46831 -1.43005,-1.04068 -0.48342,-0.57451 -1.30647,-1.09036 -1.83736,-1.15158 -0.95526,-0.11015 -0.96237,-0.1316 -1.06406,-3.21128 l -0.10238,-3.10039 -2.32436,0 c -2.12574,0 -2.40921,0.0908 -3.31734,1.06299 -0.69013,0.73878 -1.32787,1.06299 -2.09098,1.06299 -1.03161,0 -1.09833,0.0803 -1.10342,1.32874 -0.009,2.09349 -0.26002,2.26109 -3.21478,2.14267 -2.49881,-0.10016 -2.6322,-0.14826 -2.74879,-0.99109 -0.2162,-1.56298 -0.66317,-1.77166 -3.79461,-1.77166 -2.63336,0 -2.96832,0.0749 -3.16947,0.70866 -0.19792,0.62359 -0.53611,0.70866 -2.81722,0.70866 -2.9065,0 -2.62397,-0.29513 -3.39202,3.54331 -0.17548,0.87697 -0.42214,2.10745 -0.54813,2.73441 -0.13507,0.67206 -0.50414,1.22721 -0.89924,1.35262 -0.58565,0.18587 -0.67016,0.57962 -0.67016,3.12241 0,2.50323 -0.099,2.98106 -0.70866,3.42048 -0.61492,0.44321 -0.70866,0.91725 -0.70866,3.58362 0,3.50979 0.006,3.503 -3.0408,3.503 l -1.91983,0 0,4.61876 c 0,3.71739 -0.11669,4.8065 -0.59793,5.58071 -1.02922,1.6558 -2.26767,2.55643 -3.51532,2.55643 -1.75415,0 -2.97337,0.67714 -2.97337,1.65137 0,0.45592 -0.14775,0.82895 -0.32835,0.82895 -0.56119,0 -0.63208,1.19413 -0.13148,2.21456 0.26292,0.53593 0.69605,0.97441 0.96252,0.97441 0.60177,0 0.91463,0.77488 0.91463,2.26532 0,0.65459 0.3033,1.46992 0.70867,1.90502 0.51254,0.55016 0.70866,1.25043 0.70866,2.53046 0,0.97339 0.18696,2.21578 0.41548,2.76088 0.79747,1.90227 2.59999,4.339 3.21641,4.34808 0.54736,0.008 0.62035,0.41426 0.62241,3.46387 0.002,2.85161 0.12524,3.64029 0.70633,4.51771 0.38719,0.58465 0.70504,1.39704 0.70632,1.80532 0.001,0.40828 0.32124,1.03093 0.711,1.38366 1.45115,1.31327 0.6726,5.02099 -1.13001,5.38151 -0.90962,0.18193 -0.99597,0.3336 -0.99597,1.74939 l 0,1.5502 2.30315,0 c 2.06692,0 2.30315,-0.0727 2.30315,-0.70866 0,-0.38976 0.15944,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.56532 0.35433,-1.25626 0,-0.86138 0.27338,-1.52966 0.86972,-2.12599 0.75881,-0.75882 1.18806,-0.86972 3.36614,-0.86972 1.87321,0 2.49642,0.12075 2.49642,0.48371 0,0.26604 0.3189,0.88913 0.70866,1.38463 0.38977,0.4955 0.70866,1.21593 0.70866,1.60095 0,0.40203 0.30167,0.77891 0.70866,0.88534 0.60004,0.15692 0.70867,0.48332 0.70867,2.1294 0,2.34251 -0.0551,2.37424 -4.12518,2.37424 l -3.00422,0 0.10997,1.32059 c 0.079,0.9488 0.33374,1.4315 0.90478,1.71453 1.73101,0.85795 3.28,2.96433 3.28,4.46026 0,0.52704 0.27553,0.65422 1.41732,0.65422 0.77953,0 1.41733,0.15945 1.41733,0.35433 0,0.20321 1.08127,0.35433 2.53516,0.35433 2.65651,0 5.92371,1.11401 5.95425,2.03021 0.008,0.23964 0.65232,0.76108 1.43185,1.15877 0.90108,0.4597 1.41732,0.96781 1.41732,1.395 0,0.83966 0.4461,1.02213 2.585,1.05734 1.35423,0.0223 1.87574,-0.14859 2.5689,-0.84175 z " - }, - "cat4": { - "cat_id": 28, - "cat_slug": "cerdanya", - "name": "Cerdanya", - "nx": 394, - "ny": 170, - "capital": "Puigcerdà", - "cx": 394, - "cy": 185, - "url": "https://work.catalunyamedieval.dev/mapa/cerdanya", - "statistics": { - "castell": 6, - "epoca-carlina": 0, - "muralles": 0, - "torre": 5, - "casa-forta": 0, - "palau": 0, - "pont": 1, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 1, - "esglesia": 20, - "esglesia-fortificada": 0, - "monestir": 1, - "altres-llocs-dinteres": 0 - }, - "total": 34, - "info": "", - "path": "m 369.5163,411.91793 c 0,-0.47244 0.23623,-0.70866 0.70866,-0.70866 0.47243,0 0.70866,-0.23622 0.70866,-0.70866 0,-0.55118 0.23623,-0.70866 1.06299,-0.70866 0.58465,0 1.063,-0.15945 1.063,-0.35433 0,-0.19488 0.87696,-0.35433 1.94881,-0.35433 1.71259,0 1.94882,0.0859 1.94882,0.70866 0,0.47244 0.23624,0.70866 0.70866,0.70866 0.38977,0 0.70867,0.22058 0.70867,0.49017 0,0.57025 1.53726,1.07632 1.71258,0.56378 0.065,-0.18991 0.33325,-0.34529 0.5962,-0.34529 0.26295,0 0.57933,-0.3189 0.70303,-0.70866 0.12369,-0.38976 0.49787,-0.70866 0.83147,-0.70866 0.3336,0 0.83643,-0.3189 1.11735,-0.70866 0.41747,-0.57919 0.91725,-0.70866 2.73571,-0.70866 1.24707,0 2.22492,0.15573 2.22492,0.35433 0,0.19488 0.55807,0.35433 1.24015,0.35433 1.00393,0 1.24016,-0.13498 1.24016,-0.70866 0,-0.64961 0.23623,-0.70866 2.83465,-0.70866 1.65355,0 2.83464,-0.14764 2.83464,-0.35434 0,-0.19488 0.3189,-0.35433 0.70866,-0.35433 0.38977,0 0.70866,-0.15944 0.70866,-0.35433 0,-0.2125 1.41272,-0.35433 3.52949,-0.35433 3.01575,0 3.62179,-0.0985 4.16339,-0.67637 0.45461,-0.48506 1.28537,-0.72437 2.93705,-0.84605 3.2968,-0.24287 6.37795,-1.08976 6.37795,-1.75305 0,-0.14731 0.87697,-0.26783 1.94882,-0.26783 1.07185,0 1.94882,-0.15945 1.94882,-0.35434 0,-0.19488 0.89273,-0.35433 1.98382,-0.35433 1.74735,0 2.10218,0.12671 2.97681,1.063 0.95531,1.02264 1.10526,1.06193 3.95121,1.03501 1.62701,-0.0154 2.75892,-0.10839 2.51532,-0.20669 -0.2565,-0.1035 -0.44291,-0.81044 -0.44291,-1.67962 0,-1.50055 0,-1.50103 1.77165,-1.98335 1.59297,-0.43377 1.77166,-0.58319 1.77166,-1.48137 0,-0.96251 0.0646,-0.99894 1.77165,-0.99894 l 1.77165,0 0,-2.12599 0,-2.12598 1.61979,0 c 1.75486,0 2.76059,-0.65979 2.56645,-1.68364 -0.0708,-0.3734 -0.50339,-0.66405 -1.08889,-0.73163 -0.53423,-0.0617 -0.97136,-0.26097 -0.97136,-0.44291 0,-0.18194 -0.24708,-0.3308 -0.54907,-0.3308 -0.73985,0 -2.99424,-2.22786 -2.99424,-2.95902 0,-0.32136 -0.15945,-0.58429 -0.35433,-0.58429 -0.19488,0 -0.35433,-0.79724 -0.35433,-1.77165 0,-0.97441 -0.12742,-1.77165 -0.28315,-1.77165 -0.44762,0 -1.13417,-2.22428 -1.13417,-3.6745 0,-1.15219 -0.27171,-1.58119 -2.12599,-3.35663 -1.71677,-1.64379 -2.12598,-2.25022 -2.12598,-3.15062 0,-0.61326 -0.15945,-1.21356 -0.35433,-1.334 -0.19489,-0.12045 -0.35433,-0.84738 -0.35433,-1.6154 0,-0.76803 0.15944,-1.39641 0.35433,-1.39641 0.19488,0 0.35433,-0.66511 0.35433,-1.47801 0,-2.06109 0.74257,-2.77396 2.88956,-2.77396 0.94419,0 1.71674,0.15945 1.71674,0.35433 0,0.19488 0.87696,0.35433 1.94882,0.35433 1.07185,0 1.94881,-0.14935 1.94881,-0.33188 0,-0.18253 0.50213,-0.38184 1.11586,-0.44291 1.19353,-0.11877 2.2697,-1.30633 1.45304,-1.60344 -0.27241,-0.0991 -0.44291,-0.83173 -0.44291,-1.90326 0,-1.50591 -0.0961,-1.74213 -0.70866,-1.74213 -0.63085,0 -0.70866,-0.23622 -0.70866,-2.1513 0,-1.43886 0.17581,-2.32713 0.53096,-2.68225 0.73304,-0.73305 1.0625,-2.24812 0.6367,-2.92799 -0.2075,-0.33128 -0.95751,-0.61009 -1.81212,-0.67362 -1.27956,-0.0951 -1.47848,-0.008 -1.62475,0.70867 -0.0917,0.44937 -0.26079,1.26095 -0.3758,1.8035 -0.12253,0.57778 -0.57214,1.15182 -1.08525,1.38561 -0.48182,0.21954 -0.87604,0.54877 -0.87604,0.73162 0,0.41182 -2.08368,2.38844 -2.51781,2.38844 -0.17426,0 -0.31684,1.19586 -0.31684,2.65748 0,1.53543 -0.1496,2.65748 -0.35433,2.65748 -0.19488,0 -0.35433,0.22357 -0.35433,0.49683 0,0.91717 -2.16989,1.27482 -7.7344,1.27482 -4.94253,0 -7.51242,-0.33438 -8.21048,-1.06831 -0.0974,-0.10245 -0.61565,-0.37892 -1.15158,-0.61438 -0.60045,-0.2638 -0.97441,-0.70299 -0.97441,-1.14436 0,-0.41492 -0.23424,-0.71626 -0.55679,-0.71626 -0.6243,0 -1.56919,-0.82384 -1.56919,-1.36813 0,-0.19567 -0.3189,-0.45698 -0.70866,-0.58069 -0.59928,-0.19019 -0.70866,-0.53611 -0.70866,-2.24075 l 0,-2.01583 -1.41176,-0.44061 c -0.77645,-0.24233 -2.04261,-0.4406 -2.81371,-0.4406 -0.77109,0 -1.50055,-0.15945 -1.62099,-0.35433 -0.12044,-0.19488 -1.03535,-0.35433 -2.03315,-0.35433 -1.72035,0 -3.59975,-0.41926 -4.96006,-1.10649 -0.33842,-0.17096 -1.64445,-0.31084 -2.90233,-0.31084 -1.25787,0 -2.37518,-0.1426 -2.4829,-0.3169 -0.10771,-0.17429 -0.7948,-0.40063 -1.52681,-0.50296 -2.40768,-0.33657 -3.44845,-0.69789 -4.07703,-1.4154 -0.34105,-0.38929 -0.62008,-0.84287 -0.62008,-1.00793 0,-0.16506 -0.41248,-0.30011 -0.91662,-0.30011 -0.69307,0 -1.01445,-0.25924 -1.31783,-1.06299 -0.46764,-1.23896 -2.01752,-1.55281 -2.01752,-0.40855 0,0.35994 -0.29775,0.99774 -0.66164,1.41732 -0.57473,0.66267 -1.03536,0.76288 -3.5066,0.76288 -2.79829,0 -2.86253,-0.02 -3.91514,-1.21886 -0.58858,-0.67037 -1.23052,-1.5054 -1.4265,-1.85562 -0.3386,-0.60499 -0.43778,-0.59721 -1.98783,0.15586 -0.89731,0.43595 -1.86641,0.79263 -2.15352,0.79263 -0.40457,0 -0.52101,0.49813 -0.5175,2.21457 0.004,1.7507 0.22621,2.65179 1.06299,4.3019 1.17301,2.31313 1.3842,4.26698 0.49801,4.60704 -0.30826,0.1183 -4.20172,0.21508 -8.65211,0.21508 -4.4504,0 -8.34385,0.0968 -8.65212,0.21507 -0.30827,0.11829 -0.56048,0.45947 -0.56048,0.75819 0,0.2987 -0.24619,0.72313 -0.54712,0.94316 -0.47495,0.3473 -0.392,0.57441 0.62907,1.72213 0.64691,0.72714 1.41577,1.32208 1.70855,1.32208 0.6496,0 1.75281,1.22914 1.75281,1.95287 0,0.29009 0.1424,0.52744 0.31641,0.52744 0.48728,0 0.81287,1.03786 1.05605,3.36614 0.22011,2.10764 0.23241,2.12698 1.42522,2.24087 1.43317,0.13684 2.16096,0.77363 2.16837,1.89721 0.008,1.17271 0.33098,1.49813 2.03198,2.0457 0.82824,0.26662 1.5059,0.6187 1.5059,0.78239 0,0.16369 0.3189,0.29761 0.70866,0.29761 0.47243,0 0.70866,0.23623 0.70866,0.70866 0,0.43766 0.23712,0.70971 0.62008,0.71139 0.79753,0.004 2.21457,2.47064 2.21457,3.85562 0,0.58326 0.15945,1.15901 0.35433,1.27945 0.19488,0.12045 0.35433,0.9271 0.35433,1.79257 0,0.86546 -0.15945,1.57357 -0.35433,1.57357 -0.19488,0 -0.35433,0.30816 -0.35433,0.68479 0,0.37663 -0.3189,0.78599 -0.70866,0.9097 -0.7312,0.23208 -1.04333,1.94882 -0.35433,1.94882 0.20668,0 0.35433,1.1811 0.35433,2.83465 0,1.65354 0.14765,2.83464 0.35433,2.83464 0.38881,0 0.4809,1.73821 0.13925,2.6285 -0.11827,0.30827 -0.49985,0.56048 -0.84791,0.56048 -0.34806,0 -0.72964,0.25221 -0.84791,0.56047 -0.3548,0.92456 -0.24251,5.75871 0.13925,5.99465 0.19488,0.12044 0.35433,0.68966 0.35433,1.26493 0,0.91741 0.522,2.37186 1.86682,5.2016 0.30689,0.64573 0.67058,0.79725 1.91353,0.79725 1.29838,0 1.53461,-0.10909 1.53461,-0.70867 z " - }, - "cat5": { - "cat_id": 12, - "cat_slug": "alt-urgell", - "name": "Alt Urgell", - "nx": 304, - "ny": 190, - "capital": "La Seu d'Urgell", - "cx": 304, - "cy": 205, - "url": "https://work.catalunyamedieval.dev/mapa/alt-urgell", - "statistics": { - "castell": 21, - "epoca-carlina": 0, - "muralles": 0, - "torre": 3, - "casa-forta": 0, - "palau": 0, - "pont": 0, - "torre-colomer": 4, - "basilica": 0, - "catedral": 1, - "ermita": 4, - "esglesia": 24, - "esglesia-fortificada": 0, - "monestir": 0, - "altres-llocs-dinteres": 0 - }, - "total": 57, - "info": "", - "path": "m 276.79089,507.58722 c 0.30668,0 0.65615,-0.15944 0.77659,-0.35433 0.12044,-0.19488 1.40545,-0.35433 2.85556,-0.35433 2.40034,0 2.63657,-0.0635 2.63657,-0.70866 0,-0.38976 0.15944,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.44315 0.35433,-0.98477 0,-0.57829 0.29251,-1.1956 0.70866,-1.49555 0.38976,-0.28092 0.70866,-0.87419 0.70866,-1.31837 0,-0.44419 0.15945,-0.80761 0.35433,-0.80761 0.19488,0 0.35433,-0.23917 0.35433,-0.5315 0,-0.29232 0.15945,-0.53149 0.35433,-0.53149 0.19488,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.47244 0.23622,-0.70866 0.70866,-0.70866 0.38977,0 0.70867,-0.15945 0.70867,-0.35433 0,-0.19489 0.31889,-0.35434 0.70866,-0.35434 0.40802,0 0.70866,-0.23622 0.70866,-0.5568 0,-0.30624 0.22778,-0.78459 0.50618,-1.06299 0.27841,-0.2784 0.75676,-0.50619 1.063,-0.50619 0.30624,0 0.5568,-0.15945 0.5568,-0.35433 0,-0.19488 0.3189,-0.35433 0.70866,-0.35433 0.38977,0 0.70867,-0.15945 0.70867,-0.35433 0,-0.19488 0.56945,-0.35433 1.26546,-0.35433 2.17093,0 2.27784,-0.32312 2.27784,-6.88414 0,-5.63555 0.0285,-5.87177 0.70866,-5.87177 0.61418,0 0.70867,-0.23622 0.70867,-1.77165 0,-0.97441 0.15944,-1.77166 0.35433,-1.77166 0.19488,0 0.35433,-0.54865 0.35433,-1.21924 0,-0.67058 0.15945,-1.31779 0.35433,-1.43824 0.19488,-0.12044 0.35433,-0.5826 0.35433,-1.02702 0,-0.90714 -1.22038,-1.63046 -2.75089,-1.63046 -1.53146,0 -3.85973,-1.05941 -4.35273,-1.98058 -0.28233,-0.52755 -0.77284,-0.85406 -1.28303,-0.85406 -0.49582,0 -0.82595,-0.21121 -0.82595,-0.52841 0,-0.29063 -0.47835,-0.98555 -1.06299,-1.54427 -0.98818,-0.94436 -1.06299,-1.195 -1.06299,-3.56121 0,-2.6818 0.3249,-3.36075 2.03373,-4.24983 0.43647,-0.22708 1.03849,-0.8865 1.33784,-1.46537 0.32471,-0.62792 0.82646,-1.05249 1.24382,-1.05249 0.38476,0 0.69957,-0.15944 0.69957,-0.35433 0,-0.19488 0.39862,-0.35433 0.88582,-0.35433 0.6981,0 0.88583,-0.17969 0.88583,-0.84791 0,-1.00429 0.57548,-1.27807 2.68646,-1.27807 l 1.56551,0 0,-2.09727 c 0,-3.71064 1.3913,-4.98935 5.4287,-4.98935 1.77602,0 2.01224,0.0832 2.01224,0.70867 0,0.57367 0.23622,0.70866 1.24016,0.70866 0.68209,0 1.24016,-0.15945 1.24016,-0.35433 0,-0.21136 1.35826,-0.35433 3.36614,-0.35433 2.38189,0 3.36614,0.12432 3.36614,0.42519 0,0.33071 0.0945,0.33071 0.4252,0 0.23386,-0.23386 0.79193,-0.42519 1.24016,-0.42519 0.57872,0 0.81496,-0.20541 0.81496,-0.70867 0,-0.59055 0.23623,-0.70866 1.41732,-0.70866 0.77953,0 1.41732,-0.15945 1.41732,-0.35433 0,-0.19488 0.23918,-0.35433 0.5315,-0.35433 0.29232,0 0.53149,-0.15945 0.53149,-0.35433 0,-0.19488 0.39863,-0.35433 0.88583,-0.35433 0.5512,0 0.88583,-0.20079 0.88583,-0.5315 0,-0.29232 0.28842,-0.53149 0.64095,-0.53149 0.35248,0 0.95042,-0.2341 1.32874,-0.52023 0.37828,-0.28612 0.95329,-0.5253 1.27775,-0.5315 0.59868,-0.0114 1.30472,-0.54786 3.86238,-2.93449 0.78318,-0.73081 1.5767,-1.32874 1.76336,-1.32874 0.18666,0 0.33942,-0.38921 0.33942,-0.86492 0,-0.4757 0.15945,-0.96346 0.35433,-1.0839 0.19488,-0.12045 0.35433,-0.67718 0.35433,-1.23719 0,-0.70701 0.2166,-1.08695 0.70866,-1.24313 0.38976,-0.1237 0.70866,-0.45334 0.70866,-0.73254 0,-0.27918 0.3189,-0.50761 0.70866,-0.50761 0.47243,0 0.70866,-0.23623 0.70866,-0.70867 0,-0.65814 0.23361,-0.7081 3.27756,-0.70088 2.49619,0.006 3.64578,0.17487 4.82216,0.70867 0.84954,0.38548 1.76453,0.70088 2.03336,0.70088 0.2688,0 0.79597,0.26307 1.17149,0.58459 0.37552,0.32153 1.29419,0.79747 2.04148,1.05766 1.57592,0.5487 4.51509,0.65001 4.20289,0.14487 -0.11519,-0.18637 -0.48334,-0.24123 -0.81815,-0.12191 -0.43586,0.15532 -0.38232,0.0134 0.1885,-0.49995 0.67458,-0.60659 0.79725,-1.07848 0.79725,-3.06706 0,-1.33056 0.15371,-2.35017 0.35433,-2.35017 0.19488,0 0.35433,-0.47835 0.35433,-1.06299 0,-0.58465 0.15945,-1.063 0.35433,-1.063 0.19488,0 0.35433,-0.25492 0.35433,-0.5665 0,-0.31157 0.47835,-1.01334 1.06299,-1.55948 0.58465,-0.54614 1.063,-1.22231 1.063,-1.50261 0,-0.52448 1.40641,-1.33204 2.31983,-1.33204 0.28315,0 0.51481,-0.15945 0.51481,-0.35433 0,-0.19488 0.47835,-0.35433 1.06299,-0.35433 0.58465,0 1.063,-0.15945 1.063,-0.35433 0,-0.19488 0.40078,-0.35433 0.89064,-0.35433 0.48983,0 1.16749,-0.13987 1.50591,-0.31083 0.33838,-0.17096 1.25305,-0.5004 2.03258,-0.73209 1.95839,-0.58206 3.08838,-1.14611 3.76203,-1.87789 0.31518,-0.34237 0.83339,-0.6225 1.15158,-0.6225 0.44943,0 0.57852,-0.35578 0.57852,-1.59448 0,-0.87697 -0.14085,-1.59449 -0.31302,-1.59449 -0.17213,0 -0.39639,-0.3189 -0.4983,-0.70866 -0.10194,-0.38977 -0.3353,-0.70867 -0.51863,-0.70867 -0.18329,0 -0.70097,0.3189 -1.15037,0.70867 -0.5772,0.5006 -1.32569,0.70866 -2.54934,0.70866 -2.35779,0 -2.72427,-0.38536 -4.54925,-4.78347 -0.49107,-1.18346 -0.76443,-3.03319 -0.93855,-6.35128 -0.17933,-3.41726 0.21586,-4.81013 1.36474,-4.81013 0.35681,0 0.64878,-0.23918 0.64878,-0.5315 0,-0.29232 -0.15945,-0.5315 -0.35433,-0.5315 -0.20998,0 -0.35433,-1.29921 -0.35433,-3.18897 0,-1.88977 -0.14436,-3.18898 -0.35433,-3.18898 -0.19489,0 -0.35433,-0.71752 -0.35433,-1.59449 0,-1.35826 0.10498,-1.59449 0.70866,-1.59449 0.47243,0 0.70866,-0.23622 0.70866,-0.70866 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.38921 0.35433,-0.86491 0,-0.47571 -0.15945,-0.96346 -0.35433,-1.08391 -0.19488,-0.12044 -0.35433,-0.75473 -0.35433,-1.40952 0,-1.65081 -1.03819,-3.36889 -2.0374,-3.3717 -0.4876,-10e-4 -0.79725,-0.2185 -0.79725,-0.55905 0,-0.85694 -0.79852,-1.46828 -2.75279,-2.10749 -1.81545,-0.59381 -2.19193,-1.09218 -2.20298,-2.91641 -0.004,-0.67081 -0.19751,-0.79724 -1.21972,-0.79724 -1.6252,0 -2.32735,-0.78065 -2.3333,-2.59421 -0.006,-1.99445 -0.33062,-3.07509 -0.92229,-3.07509 -0.30554,0 -0.49018,-0.39007 -0.49018,-1.03551 0,-0.86453 -0.19998,-1.10151 -1.21113,-1.43522 -0.66611,-0.21984 -1.44709,-0.75984 -1.73548,-1.19998 -0.28843,-0.44015 -1.09715,-1.39007 -1.7972,-2.11092 -1.25586,-1.29322 -1.29168,-1.30475 -2.69362,-0.86721 l -1.42083,0.44344 0,2.54733 c 0,2.21395 -0.0904,2.57601 -0.69063,2.76652 -0.37984,0.12056 -1.19395,0.68937 -1.80911,1.26404 l -1.11851,1.04484 -9.27588,0 -9.27592,0 -0.66877,-1.15158 c -0.36783,-0.63336 -0.88054,-1.27908 -1.13938,-1.43493 -0.2621,-0.15781 -0.47062,-0.89426 -0.47062,-1.66216 0,-0.75834 -0.15945,-1.47735 -0.35433,-1.59779 -0.19489,-0.12044 -0.35433,-1.06702 -0.35433,-2.10351 0,-1.21489 -0.18277,-2.03619 -0.51432,-2.31137 -1.10802,-0.91957 -2.32033,-4.01798 -2.32033,-5.93028 0,-1.03359 0.15945,-1.87925 0.35433,-1.87925 0.19488,0 0.35433,-0.40587 0.35433,-0.90193 0,-0.98319 1.42264,-2.64138 2.26612,-2.64138 0.2897,0 0.62525,-0.15944 0.74569,-0.35433 0.12044,-0.19488 0.85876,-0.35433 1.64069,-0.35433 0.78198,0 1.64952,-0.22778 1.92792,-0.50618 0.57929,-0.57929 0.70969,-4.10012 0.15186,-4.10012 -0.19488,0 -0.35433,-0.86558 -0.35433,-1.92351 0,-2.14839 -0.57766,-3.03712 -1.97411,-3.03712 -0.47328,0 -0.86053,-0.15945 -0.86053,-0.35433 0,-0.19488 -0.3892,-0.35433 -0.86492,-0.35433 -0.47569,0 -0.96346,0.15945 -1.0839,0.35433 -0.12044,0.19488 -1.00682,0.35433 -1.96973,0.35433 -0.96291,0 -1.75074,0.15945 -1.75074,0.35433 0,0.19489 -0.39863,0.35434 -0.88583,0.35434 -0.75074,0 -0.88583,0.16436 -0.88583,1.0778 0,0.5928 -0.31889,1.42011 -0.70866,1.83847 -0.38976,0.41836 -0.70866,0.96977 -0.70866,1.22534 0,0.25558 -0.15945,0.46468 -0.35433,0.46468 -0.19488,0 -0.35433,0.30184 -0.35433,0.67076 0,0.84522 -0.66505,1.1009 -2.86363,1.1009 -1.50645,0 -1.74267,-0.0961 -1.74267,-0.70866 0,-0.47244 -0.23622,-0.70867 -0.70866,-0.70867 -0.38977,0 -0.70866,-0.15602 -0.70866,-0.34673 0,-0.21092 -0.34696,-0.18865 -0.88583,0.0569 -0.76636,0.34918 -0.88583,0.63372 -0.88583,2.10983 0,1.08149 -0.25898,2.13099 -0.70733,2.86635 -0.4916,0.8063 -0.70774,1.78691 -0.70866,3.21514 -10e-4,1.95937 -0.73157,4.14579 -1.38476,4.14579 -0.16624,0 -0.49876,0.47443 -0.73895,1.0543 -0.28268,0.68244 -0.86023,1.20744 -1.63748,1.4885 -0.66042,0.23882 -1.20077,0.58422 -1.20077,0.76758 0,0.18335 -0.47835,0.7905 -1.06299,1.34922 -0.58465,0.55872 -1.06299,1.16099 -1.06299,1.33839 0,0.17739 -0.27449,0.80079 -0.60997,1.38533 -0.64241,1.11934 -0.55441,1.09452 -5.99253,1.69067 -1.27154,0.1394 -2.13471,0.0362 -2.86782,-0.34293 -0.57683,-0.29829 -1.87676,-0.65218 -2.88872,-0.78642 -1.2616,-0.16736 -1.95119,-0.45195 -2.19387,-0.90538 -0.19465,-0.36372 -0.6672,-0.66131 -1.05011,-0.66131 -0.66163,0 -0.6962,0.26851 -0.6962,5.40855 0,4.52605 -0.11562,5.72489 -0.70866,7.34736 -0.38976,1.06634 -0.70866,2.447 -0.70866,3.06813 0,0.78236 -0.32658,1.4559 -1.06299,2.19231 -0.6311,0.6311 -1.06299,1.43398 -1.06299,1.97608 0,0.50219 -0.13952,0.91308 -0.31004,0.91308 -0.17052,0 -0.40187,0.45913 -0.5141,1.02028 -0.11223,0.56116 -0.45106,1.26729 -0.75295,1.56919 -0.30189,0.30189 -0.5489,0.79945 -0.5489,1.1057 0,0.30624 -0.15945,0.5568 -0.35433,0.5568 -0.19488,0 -0.35433,0.73868 -0.35433,1.64151 0,1.67165 -0.87365,2.96479 -2.00303,2.96479 -0.26251,0 -0.47728,0.16287 -0.47728,0.36193 0,0.351 -0.31144,0.51209 -2.74607,1.4204 -0.63336,0.2363 -1.15157,0.63871 -1.15157,0.89426 0,0.25555 -0.29629,0.55867 -0.65843,0.67361 -0.36213,0.11494 -0.94442,0.8432 -1.29397,1.61836 -0.40477,0.89762 -0.87088,1.40939 -1.28364,1.40939 -0.42102,0 -0.72004,0.34141 -0.85342,0.97441 -0.11292,0.53593 -0.35513,1.25128 -0.53824,1.58968 -0.18311,0.3384 -0.33293,0.83221 -0.33293,1.09736 0,0.9381 -1.29642,2.00784 -2.4333,2.00784 -0.71256,0 -1.11001,0.17673 -1.11001,0.49359 0,0.75068 -0.82268,0.92374 -4.3913,0.92374 -2.8014,0 -3.38154,0.10359 -4.04582,0.72246 -0.90677,0.84478 -0.89107,0.76215 -0.36448,1.91789 0.46491,1.02036 2.73702,2.46529 4.46105,2.83698 0.63337,0.13655 1.15158,0.35878 1.15158,0.49387 0,0.13508 0.55807,0.54614 1.24015,0.91347 1.05611,0.56875 1.24016,0.85305 1.24016,1.91565 0,0.68628 -0.18504,1.75951 -0.4112,2.38494 -0.36522,1.01 -0.30422,1.31968 0.54556,2.76972 0.86202,1.47093 0.91892,1.77306 0.57471,3.0514 -0.21013,0.78035 -0.59143,1.41881 -0.84734,1.41881 -0.52941,0 -2.69638,1.96765 -2.69638,2.44837 0,0.17392 0.72899,1.03491 1.61998,1.9133 1.46335,1.44268 2.17306,1.87206 4.1379,2.50345 0.4583,0.14727 0.62008,0.58107 0.62008,1.66271 0,1.16916 -0.21376,1.66312 -1.063,2.45643 -0.78014,0.72876 -1.06299,1.31528 -1.06299,2.20424 0,1.22935 0.58273,1.96104 2.6303,3.30265 0.85875,0.56268 0.91301,0.77158 0.91301,3.51548 l 0,2.91724 -1.41732,0.63913 c -0.87747,0.39568 -1.41733,0.87754 -1.41733,1.26505 0,0.34427 -0.63779,1.28976 -1.41732,2.10109 -0.77953,0.81133 -1.41732,1.59719 -1.41732,1.74635 0,0.14916 -0.32567,0.6467 -0.72371,1.10565 -0.58934,0.67951 -0.70447,1.23233 -0.62008,2.97744 l 0.10363,2.143 1.22132,0.11623 c 1.74278,0.16587 2.12054,0.87873 2.13356,4.02624 0.006,1.49883 0.17071,2.8237 0.36559,2.94414 0.19489,0.12045 0.35433,0.51081 0.35433,0.86749 0,0.72373 1.38694,2.57745 1.40554,1.87858 0.0175,-0.65709 5.68108,-0.62548 5.68108,0.0317 0,0.26104 0.39422,0.65424 0.87605,0.87378 0.48183,0.21953 0.97746,0.8032 1.1014,1.29703 0.15902,0.63357 0.46393,0.89788 1.03583,0.89788 0.59139,0 1.13003,0.50286 1.99259,1.86023 0.65016,1.02313 1.30854,1.91471 1.46307,1.98129 0.52746,0.22724 1.32633,2.62035 1.32633,3.97315 0,1.03898 -0.16333,1.40201 -0.70866,1.57509 -0.86752,0.27534 -1.0496,2.65748 -0.20311,2.65748 0.62522,0 1.62044,1.92213 1.62044,3.12968 0,1.10297 0.74905,3.24827 1.13417,3.24827 0.15573,0 0.28315,0.79725 0.28315,1.77166 0,1.73228 0.0236,1.77165 1.06299,1.77165 0.82677,0 1.06299,0.15748 1.06299,0.70866 0,0.38977 0.15945,0.70866 0.35433,0.70866 0.21386,0 0.35433,1.48372 0.35433,3.74248 0,3.99384 -0.73341,7.24177 -1.63527,7.24177 -0.36889,0 -0.49071,0.58524 -0.49071,2.35737 0,2.33767 0.006,2.35099 0.66164,1.59449 0.3639,-0.41959 0.91256,-0.76289 1.21925,-0.76289 z " - }, - "cat6": { - "cat_id": 18, - "cat_slug": "alt-emporda", - "name": "Alt Empordà", - "nx": 650, - "ny": 190, - "capital": "Figueres", - "cx": 650, - "cy": 205, - "url": "https://work.catalunyamedieval.dev/mapa/alt-emporda", - "statistics": { - "castell": 58, - "epoca-carlina": 2, - "muralles": 3, - "torre": 23, - "casa-forta": 4, - "palau": 3, - "pont": 0, - "torre-colomer": 0, - "basilica": 1, - "catedral": 0, - "ermita": 0, - "esglesia": 6, - "esglesia-fortificada": 4, - "monestir": 2, - "altres-llocs-dinteres": 0 - }, - "total": 106, - "info": "", - "path": "m 692.31153,467.19352 c 0.281,-0.38976 0.7945,-0.70866 1.1413,-0.70866 0.3942,0 0.6304,-0.26553 0.6304,-0.70866 0,-0.38976 0.1993,-0.72125 0.4429,-0.73663 0.3543,-0.0224 0.3543,-0.0637 0,-0.2067 -0.2436,-0.0983 -0.4429,-0.61906 -0.4429,-1.15727 0,-1.26419 -0.8307,-1.98818 -3.135,-2.7324 -1.0237,-0.3306 -2.5309,-1.17733 -3.3493,-1.88161 -0.8185,-0.70428 -1.9266,-1.4713 -2.4626,-1.70449 -0.7544,-0.32826 -0.9744,-0.66565 -0.9744,-1.49456 0,-0.58883 -0.1594,-1.07059 -0.3543,-1.07059 -0.1949,0 -0.3543,-0.23532 -0.3543,-0.52293 0,-0.28762 -0.3183,-1.045 -0.7074,-1.68307 -0.6642,-1.08945 -0.707,-1.78628 -0.7033,-11.43573 0,-10.67171 0.2289,-12.61901 1.5411,-13.35332 0.318,-0.178 0.5782,-0.55488 0.5782,-0.83752 0,-0.28264 0.1595,-0.51389 0.3544,-0.51389 0.1948,0 0.3543,-0.32631 0.3543,-0.72514 0,-0.43093 0.4234,-0.96815 1.0436,-1.32409 0.574,-0.32943 1.1171,-0.88008 1.207,-1.22368 0.09,-0.3436 0.4943,-0.62473 0.8988,-0.62473 0.871,0 3.2285,-2.17762 3.2285,-2.98227 0,-0.84992 4.6734,-0.80128 5.6732,0.0591 0.3963,0.34104 1.0758,0.70634 1.5099,0.81176 0.4982,0.12097 0.8346,0.51316 0.9119,1.063 0.1638,1.16446 0.6954,1.75713 1.576,1.75713 0.9241,0 2.022,0.98223 2.022,1.80896 0,0.34987 0.2509,0.77654 0.5575,0.94814 0.3066,0.17161 0.7488,0.69774 0.9826,1.16919 0.3157,0.63675 0.7646,0.88545 1.7456,0.96714 1.2549,0.1045 1.3206,0.0572 1.3206,-0.95053 0,-0.74931 0.2079,-1.1265 0.7086,-1.28542 0.5274,-0.16737 0.7087,-0.53612 0.7087,-1.4412 l 0,-1.21628 2.645,0 c 2.2824,0 2.697,0.0972 3.0243,0.70866 0.2695,0.50356 0.7419,0.70866 1.6322,0.70866 1.1138,0 1.194,-0.0591 0.7216,-0.5315 -0.2924,-0.29232 -0.8732,-0.53149 -1.2908,-0.53149 -0.9775,0 -1.7717,-0.80137 -1.7717,-1.78767 0,-0.6495 0.1294,-0.73055 0.7973,-0.49953 0.4384,0.15167 2.1127,0.34144 3.7204,0.42169 1.6078,0.0803 2.9233,0.29365 2.9233,0.47422 0,0.51242 1.4109,0.38527 1.9741,-0.17789 0.7111,-0.7111 0.6676,-4.23298 -0.066,-5.35274 -0.3148,-0.48035 -0.8842,-0.87336 -1.2655,-0.87336 -0.8343,0 -1.7056,-0.80158 -1.7056,-1.56918 0,-0.30624 -0.1594,-0.5568 -0.3543,-0.5568 -0.1949,0 -0.3543,-0.39862 -0.3543,-0.88583 0,-0.79503 0.1431,-0.88583 1.3964,-0.88583 0.768,0 1.4949,0.15945 1.6154,0.35433 0.1204,0.19489 0.6082,0.35434 1.0839,0.35434 0.7522,0 0.8649,-0.16154 0.8649,-1.24016 0,-1.00394 -0.135,-1.24016 -0.7087,-1.24016 -0.6418,0 -0.7086,-0.23622 -0.7086,-2.50562 0,-2.76783 0.4101,-3.518 1.9235,-3.518 0.5011,0 0.9111,-0.15945 0.9111,-0.35433 0,-0.19488 0.4784,-0.35433 1.063,-0.35433 0.5846,0 1.063,-0.15945 1.063,-0.35433 0,-0.19489 0.6776,-0.35999 1.5059,-0.36689 1.4842,-0.0124 1.4931,-0.0199 0.6201,-0.51894 -0.4959,-0.28345 -1.8496,-0.51191 -3.0751,-0.51894 -1.4261,-0.008 -2.3684,-0.19173 -2.7033,-0.52656 -0.2827,-0.2827 -0.9664,-0.62755 -1.5193,-0.76633 -0.5529,-0.13878 -1.3198,-0.54527 -1.7041,-0.90332 -0.3843,-0.35805 -1.0566,-0.65099 -1.4939,-0.65099 -0.484,0 -0.8832,-0.27735 -1.0201,-0.70866 -0.31,-0.97674 -2.5943,-0.97674 -3.7204,0 -1.3397,1.1619 -3.8977,0.70993 -3.8977,-0.68869 0,-0.68026 -3.2132,-3.743 -3.4778,-3.31492 -0.1347,0.218 -0.7214,0.4506 -1.3038,0.51691 -0.7345,0.0836 -1.0919,0.3376 -1.1671,0.82922 -0.06,0.38976 -0.3642,1.30659 -0.6769,2.0374 l -0.5686,1.32874 -2.2605,0 c -1.8435,0 -2.2958,-0.11438 -2.4524,-0.62008 -0.1055,-0.34104 -0.3397,-0.89695 -0.5203,-1.23535 -0.1807,-0.3384 -0.3285,-0.85661 -0.3285,-1.15157 0,-0.29497 -0.1481,-0.53631 -0.329,-0.53631 -0.181,0 -0.5564,-0.22732 -0.8342,-0.50516 -0.2779,-0.27784 -1.0865,-0.74805 -1.797,-1.04492 l -1.2918,-0.53974 0,-3.56139 c 0,-2.13804 -0.1416,-3.56139 -0.3543,-3.56139 -0.221,0 -0.3543,-2.06693 -0.3543,-5.49212 0,-3.4252 0.1333,-5.49213 0.3543,-5.49213 0.1949,0 0.3543,-0.3189 0.3543,-0.70866 0,-0.38976 0.1595,-0.70866 0.3544,-0.70866 0.1949,0 0.3543,-0.34021 0.3543,-0.75602 0,-0.94316 -1.6807,-2.43195 -2.7461,-2.43253 -0.5608,-3e-4 -0.7972,-0.21053 -0.7972,-0.70909 0,-0.65308 -0.2362,-0.70866 -3.0118,-0.70866 -2.9405,0 -3.0118,0.0201 -3.0118,0.84792 0,0.46635 -0.2522,0.9447 -0.5605,1.06299 -0.3083,0.11829 -2.7114,0.21507 -5.3403,0.21507 -4.9454,0 -5.7921,-0.2294 -5.7921,-1.56918 0,-0.30624 -0.2604,-0.5568 -0.5786,-0.5568 -0.5821,0 -1.9018,-1.26702 -1.9018,-1.82587 0,-0.16506 -0.2391,-0.30012 -0.5315,-0.30012 -0.4015,0 -0.5314,-0.43307 -0.5314,-1.77165 0,-0.97441 -0.1507,-1.77165 -0.335,-1.77165 -0.1842,0 -0.3835,-0.75738 -0.4429,-1.68307 l -0.108,-1.68307 -1.9411,-0.10991 c -1.0676,-0.0605 -2.0762,-0.29962 -2.2415,-0.53149 -0.2302,-0.32299 -0.3425,-0.318 -0.4802,0.0213 -0.2559,0.63076 -3.1184,0.56875 -3.6562,-0.0792 -0.7974,-0.96089 -2.7792,-1.05154 -5.156,-0.23583 -2.2919,0.78654 -5.4817,1.02141 -5.4817,0.40361 0,-0.19488 -0.2541,-0.35433 -0.5646,-0.35433 -0.3106,0 -0.6442,-0.30416 -0.7415,-0.6759 -0.097,-0.37175 -0.4809,-0.75544 -0.8526,-0.85266 -0.4791,-0.12529 -0.6759,-0.49225 -0.6759,-1.26045 0,-0.70878 -0.2371,-1.21059 -0.6854,-1.45049 -1.2933,-0.69216 -1.7949,-0.45419 -1.7949,0.85149 0,0.8588 -0.3137,1.5617 -1.063,2.38211 -0.7881,0.86283 -1.063,1.50997 -1.063,2.50219 0,0.86591 -0.2502,1.58851 -0.7087,2.04702 -0.6364,0.6364 -1.1811,0.70866 -5.3422,0.70866 l -4.6335,0 -1.063,-1.06299 c -1.3911,-1.39105 -1.716,-1.34092 -1.7226,0.26574 0,0.73081 -0.1441,1.54764 -0.3135,1.81518 -0.3053,0.48183 -0.4237,0.47701 -4.0594,-0.16493 -1.108,-0.19565 -1.2042,-0.13512 -1.4084,0.88582 -0.1921,0.96026 -0.3644,1.09582 -1.3931,1.09582 -0.9208,0 -1.5807,0.3819 -3.0609,1.77166 -1.0379,0.97441 -2.0047,1.77165 -2.1486,1.77165 -0.2346,0 -0.7485,0.41621 -3.4435,2.78914 -0.4256,0.37471 -0.9499,1.33549 -1.1652,2.13506 l -0.3915,1.45375 -2.792,0 c -3.4898,0 -3.8404,-0.1386 -4.1199,-1.6287 -0.1245,-0.66327 -0.368,-1.20594 -0.5412,-1.20594 -0.1732,0 -0.3149,-0.6378 -0.3149,-1.41733 0,-0.99782 -0.1511,-1.41732 -0.5105,-1.41732 -0.2809,0 -0.6092,0.15945 -0.7296,0.35433 -0.1205,0.19488 -0.6879,0.35433 -1.2611,0.35433 -0.5731,0 -1.0421,0.14678 -1.0421,0.32618 0,0.1794 -0.4783,0.43124 -1.063,0.55965 -0.5846,0.12841 -1.0629,0.37204 -1.0629,0.54139 0,0.49154 -1.6315,2.11609 -2.1251,2.11609 -0.5422,0 -1.6705,1.24607 -1.9631,2.16807 -0.1819,0.57306 -0.5777,0.66658 -2.8213,0.66658 -2.3243,0 -2.6351,0.0799 -2.8415,0.73026 -0.1275,0.40164 -0.6166,0.90558 -1.0869,1.11986 -0.5122,0.2334 -0.8551,0.69061 -0.8551,1.14034 0,0.4129 -0.3189,0.98058 -0.7086,1.2615 -0.3898,0.28093 -0.7087,0.77742 -0.7087,1.10331 0,0.66271 -0.6961,1.02268 -1.9778,1.02268 -0.7402,0 -0.8568,0.16593 -0.8568,1.21924 0,0.67059 0.1594,1.31779 0.3543,1.43824 0.1949,0.12044 0.3543,0.52977 0.3543,0.9096 0,0.47499 0.4426,0.86769 1.4174,1.25773 l 1.4173,0.5671 0,2.07548 c 0,1.21468 -0.2477,2.59483 -0.5971,3.32767 -0.5593,1.17281 -0.7035,1.25218 -2.2738,1.25218 -0.9222,0 -2.4206,-0.3189 -3.3299,-0.70866 -1.2547,-0.53783 -2.4405,-0.70866 -4.9191,-0.70866 -1.7963,0 -3.4174,-0.13777 -3.6026,-0.30616 -0.7846,-0.71361 -4.0037,-1.11116 -8.9974,-1.11116 l -5.3352,0 0,2.30315 c 0,1.29921 0.1544,2.30315 0.3543,2.30315 0.1949,0 0.3543,0.33116 0.3543,0.73591 0,0.94157 1.8519,2.80739 2.7865,2.80739 0.3932,0 0.8136,0.15945 0.934,0.35433 0.1204,0.19489 1.6446,0.35433 3.387,0.35433 2.5419,0 3.2922,0.12257 3.7958,0.62008 1.0023,0.99018 2.9499,1.50591 5.6868,1.50591 2.3075,0 2.5438,0.0658 2.5438,0.70866 0,0.47244 0.2362,0.70866 0.7086,0.70866 0.6142,0 0.7087,0.23622 0.7087,1.77165 0,0.97441 0.1594,1.77166 0.3543,1.77166 0.1949,0 0.3544,0.63779 0.3544,1.41732 l 0,1.41732 2.1259,0 c 1.1811,0 2.126,0.15748 2.126,0.35433 0,0.19489 0.3189,0.35434 0.7087,0.35434 0.5512,0 0.7087,0.23622 0.7087,1.06299 0,0.58464 0.1594,1.06299 0.3543,1.06299 0.1949,0 0.3543,0.79724 0.3543,1.77165 0,1.53543 0.095,1.77166 0.7087,1.77166 0.4401,0 0.7086,0.23622 0.7086,0.62342 0,0.34289 0.3251,0.82645 0.7224,1.07458 1.0001,0.62453 1.758,-0.17872 1.758,-1.86316 l 0,-1.27876 3.2775,0.10188 3.2776,0.10188 0.108,1.68307 c 0.065,1.01237 -0.041,1.68307 -0.2658,1.68307 -0.2055,0 -0.3737,0.6378 -0.3737,1.41732 l 0,1.41733 2.5056,0 c 2.4683,0 3.518,-0.42289 3.518,-1.41733 0,-1.39125 3.4403,-2.0649 3.7864,-0.74142 0.1715,0.65578 0.7508,0.97279 2.5915,1.41816 0.8506,0.2058 0.89,0.33773 0.9882,3.31211 0.099,3.00067 0.1289,3.09777 0.9485,3.09777 1.3474,0 1.961,1.68003 1.961,5.3694 0,3.0346 0.026,3.13453 0.8149,3.13453 0.4483,0 0.9696,0.15457 1.1585,0.34348 0.1889,0.18891 2.4929,0.38822 5.1201,0.44292 l 4.7766,0.0994 0.1023,3.1004 0.1024,3.10039 2.1283,0 c 1.7872,0 2.2677,-0.13938 2.998,-0.86972 0.4784,-0.47835 0.8698,-1.11615 0.8698,-1.41733 0,-0.31138 0.3056,-0.5476 0.7086,-0.5476 0.408,0 0.7087,-0.23622 0.7087,-0.5568 0,-0.79155 0.9529,-1.64212 1.6836,-1.50285 0.3483,0.0664 0.6714,0.50428 0.7381,1.00028 0.065,0.48522 0.2645,1.03368 0.4429,1.21882 0.1784,0.18514 0.3244,1.02225 0.3244,1.86024 0,1.10184 0.1436,1.52362 0.519,1.52362 0.2855,0 0.6897,0.3189 0.8983,0.70866 0.2086,0.38977 0.6128,0.70866 0.8983,0.70866 0.4292,0 0.519,0.79721 0.519,4.6063 0,4.37008 0.036,4.6063 0.7087,4.6063 0.4724,0 0.7086,0.23622 0.7086,0.70866 0,0.38977 0.1414,0.70866 0.3141,0.70866 0.3133,0 0.6154,1.11548 0.9834,3.63189 0.1068,0.73081 0.337,1.32874 0.5114,1.32874 0.1744,0 0.3171,0.47835 0.3171,1.063 l 0,1.06299 4.0488,0 c 3.5087,0 4.0641,-0.0793 4.1634,-0.59478 0.1073,-0.55681 0.1525,-0.55681 0.7094,0 0.4361,0.43614 1.2158,0.59478 2.9232,0.59478 1.3161,0 2.3284,-0.15406 2.3284,-0.35433 0,-0.19488 0.2392,-0.35433 0.5315,-0.35433 0.2924,0 0.5315,-0.22843 0.5315,-0.50762 0,-0.27919 0.3191,-0.6089 0.7092,-0.7327 0.4041,-0.12824 1.024,-0.9571 1.4412,-1.92668 0.4419,-1.02737 1.0801,-1.86024 1.6106,-2.10195 1.0867,-0.49511 4.3886,-0.52973 4.3886,-0.046 0,0.19488 0.5839,0.35433 1.2974,0.35433 1.0528,0 1.5205,0.25054 2.4801,1.32874 0.6504,0.7308 1.1827,1.52805 1.1829,1.77165 10e-5,0.2436 0.1597,0.44291 0.3546,0.44291 0.1949,0 0.3543,0.72891 0.3543,1.6198 0,1.76323 0.5765,2.63217 1.7464,2.63217 0.4977,0 0.7339,-0.22807 0.7339,-0.70866 0,-0.54802 0.2363,-0.70866 1.0421,-0.70866 0.5732,0 1.1406,-0.15945 1.2611,-0.35433 0.1204,-0.19488 0.6082,-0.35433 1.0839,-0.35433 0.4757,0 0.8649,-0.15945 0.8649,-0.35433 0,-0.19488 0.2392,-0.35433 0.5315,-0.35433 0.2923,0 0.5315,-0.15945 0.5315,-0.35433 0,-0.19489 0.2392,-0.35433 0.5315,-0.35433 0.2923,0 0.5315,-0.15945 0.5315,-0.35434 0,-0.19488 0.877,-0.35433 1.9488,-0.35433 l 1.9488,0 0,1.41733 c 0,1.28609 0.084,1.41732 0.9112,1.41732 1.0252,0 1.9235,0.73276 1.9235,1.56918 0,0.44432 0.4295,0.5568 2.126,0.5568 1.181,0 2.1259,0.15748 2.1259,0.35433 0,0.67523 2.2998,0.38776 2.8347,-0.35433 z " - }, - "cat7": { - "cat_id": 33, - "cat_slug": "garrotxa", - "name": "Garrotxa", - "nx": 564, - "ny": 230, - "capital": "Olot", - "cx": 560, - "cy": 245, - "url": "https://work.catalunyamedieval.dev/mapa/garrotxa", - "statistics": { - "castell": 19, - "epoca-carlina": 0, - "muralles": 0, - "torre": 8, - "casa-forta": 2, - "palau": 0, - "pont": 4, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 2, - "esglesia": 12, - "esglesia-fortificada": 0, - "monestir": 2, - "altres-llocs-dinteres": 0 - }, - "total": 49, - "info": "", - "path": "m 581.40603,491.64234 c 0,-0.19488 0.8084,-0.35433 1.7963,-0.35433 1.6602,0 1.7877,-0.0604 1.6831,-0.79724 -0.076,-0.5337 -0.3986,-0.83754 -0.9766,-0.91914 -0.4748,-0.067 -1.2962,-0.58525 -1.8252,-1.15157 -0.529,-0.56633 -1.3115,-1.02969 -1.7387,-1.02969 -0.4663,0 -0.8475,-0.27019 -0.9536,-0.6759 -0.097,-0.37175 -0.4809,-0.75544 -0.8527,-0.85265 -0.5261,-0.13759 -0.6759,-0.49818 -0.6759,-1.62725 0,-0.79777 0.1595,-1.4505 0.3543,-1.4505 0.1949,0 0.3544,-0.38921 0.3544,-0.86491 0,-0.4757 0.1594,-0.96346 0.3543,-1.0839 0.429,-0.26516 0.4785,-4.67552 0.054,-4.84252 -0.165,-0.065 -0.3975,-0.96276 -0.5167,-1.99511 -0.163,-1.4105 -0.097,-1.92297 0.2651,-2.06195 0.2651,-0.10172 0.5846,-0.73197 0.71,-1.40056 0.1356,-0.72298 0.4369,-1.21561 0.7435,-1.21561 0.2835,0 0.5154,-0.23918 0.5154,-0.5315 0,-0.29232 -0.1594,-0.53149 -0.3543,-0.53149 -0.2047,0 -0.3543,-1.12205 -0.3543,-2.65748 0,-2.29848 0.084,-2.65748 0.6224,-2.65748 0.7929,0 1.5036,-2.17466 1.5036,-4.60072 0,-0.97748 0.1594,-1.77724 0.3543,-1.77724 0.1949,0 0.3543,-0.22843 0.3543,-0.50762 0,-0.27919 0.2791,-0.59784 0.6201,-0.70812 0.6221,-0.20115 1.5059,-1.7127 1.5059,-2.57537 0,-0.25347 0.1595,-0.46086 0.3543,-0.46086 0.1969,0 0.3544,-0.94488 0.3544,-2.12598 0,-1.1811 0.1574,-2.12598 0.3543,-2.12598 0.1949,0 0.3543,-0.3189 0.3543,-0.70867 0,-0.3937 0.2363,-0.70866 0.5315,-0.70866 0.2924,0 0.5315,-0.15945 0.5315,-0.35433 0,-0.21276 1.4258,-0.35433 3.5686,-0.35433 3.5316,0 4.581,-0.31889 4.581,-1.39201 0,-0.20881 0.1595,-0.37964 0.3544,-0.37964 0.1948,0 0.3543,-0.17084 0.3543,-0.37964 0,-0.92016 1.0724,-1.39202 3.1637,-1.39202 1.1979,0 2.1513,0.15702 2.1513,0.35434 0,0.19987 1.0039,0.35433 2.3031,0.35433 1.2992,0 2.3032,-0.15446 2.3032,-0.35433 0,-0.19489 0.2505,-0.35434 0.5568,-0.35434 0.7161,0 1.5691,-0.85306 1.5691,-1.56917 0,-0.30625 0.1595,-0.55681 0.3544,-0.55681 0.1949,0 0.3543,-0.79724 0.3543,-1.77165 0,-1.53544 0.094,-1.77166 0.7087,-1.77166 0.6391,0 0.7086,-0.23622 0.7086,-2.40967 0,-2.89629 -0.5463,-4.25185 -1.7716,-4.39575 -0.8605,-0.10104 -0.8888,-0.19295 -0.9882,-3.20442 -0.09,-2.7163 -0.1818,-3.10039 -0.7428,-3.10039 -0.997,0 -2.8753,-1.05861 -2.8753,-1.62044 0,-0.74934 -1.3354,-0.61334 -1.5812,0.16103 -0.1163,0.36661 -0.5099,1.0106 -0.8746,1.43108 -0.6047,0.69726 -0.9544,0.75551 -3.9757,0.66217 l -3.3126,-0.10235 -0.1055,-2.21456 c -0.065,-1.37453 0.035,-2.21457 0.2657,-2.21457 0.2042,0 0.3713,-0.39862 0.3713,-0.88583 0,-0.85403 -0.083,-0.88582 -2.3032,-0.88582 -2.2953,0 -2.3031,0.004 -2.3031,1.00877 0,1.0813 -1.0252,2.53453 -1.7881,2.53453 -1.1421,0 -2.8182,-0.88527 -2.8182,-1.4885 0,-0.40126 -0.2626,-0.63748 -0.7087,-0.63748 -0.6141,0 -0.7086,-0.23622 -0.7086,-1.77165 0,-0.97441 -0.1595,-1.77166 -0.3544,-1.77166 -0.1949,0 -0.3543,-0.47834 -0.3543,-1.06299 0,-0.82677 -0.1575,-1.06299 -0.7087,-1.06299 -0.3897,0 -0.7086,-0.15945 -0.7086,-0.35433 0,-0.19686 -0.9449,-0.35433 -2.126,-0.35433 l -2.126,0 0,-1.41733 c 0,-0.77952 -0.1594,-1.41732 -0.3543,-1.41732 -0.1949,0 -0.3544,-0.79724 -0.3544,-1.77165 0,-1.53544 -0.094,-1.77166 -0.7086,-1.77166 -0.4627,0 -0.7087,-0.23622 -0.7087,-0.68067 0,-0.59243 -0.333,-0.70365 -2.5689,-0.85802 -3.9157,-0.27035 -5.1392,-0.56999 -5.3316,-1.30571 -0.145,-0.55445 -0.6503,-0.67209 -3.4869,-0.81183 -4.4591,-0.21967 -5.3549,-0.46516 -6.6777,-1.82992 -1.2554,-1.29525 -2.366,-1.31637 -2.6836,-0.051 -0.1044,0.41585 -0.1425,2.02174 -0.085,3.56865 l 0.1051,2.81255 2.6086,1.32807 c 2.7428,1.39636 3.5922,2.39886 3.5922,4.23962 0,0.82429 -0.1837,1.05272 -0.9744,1.21194 -0.536,0.10792 -1.4641,0.35013 -2.0626,0.53825 -1.7135,0.5386 -6.1375,0.43073 -6.7324,-0.16415 -0.2784,-0.2784 -0.5062,-1.12358 -0.5062,-1.87818 0,-0.75459 -0.1993,-1.80115 -0.4429,-2.32569 -0.3787,-0.81548 -0.6612,-0.9541 -1.9488,-0.95647 l -1.506,-0.003 0,1.51627 c 0,1.10978 -0.1899,1.65319 -0.7086,2.02704 -0.3898,0.28092 -0.7087,0.77741 -0.7087,1.1033 0,0.32589 -0.2522,0.68932 -0.5605,0.8076 -0.9702,0.37234 -10.4237,0.24604 -10.4237,-0.13925 0,-0.19988 -1.004,-0.35433 -2.3032,-0.35433 -1.2667,0 -2.3031,0.13505 -2.3031,0.30011 0,0.45838 -1.2738,1.82587 -1.7008,1.82587 -0.2076,0 -0.4787,0.3189 -0.6024,0.70866 -0.1839,0.57969 -0.5361,0.70867 -1.9348,0.70867 -1.193,0 -1.7715,0.16065 -1.9138,0.53149 -0.1122,0.29232 -0.05,0.5315 0.1393,0.5315 0.4003,0 0.4528,1.42714 0.072,1.95603 -0.3592,0.49886 -2.099,1.23294 -2.9221,1.23294 -0.3737,0 -0.8501,0.3189 -1.0587,0.70867 -0.2086,0.38976 -0.6286,0.70866 -0.9333,0.70866 -0.3048,0 -1.0009,0.47834 -1.547,1.06299 -0.5462,0.58464 -1.3277,1.06299 -1.7367,1.06299 -0.4248,0 -0.7437,0.22788 -0.7437,0.5315 0,0.42815 0.5512,0.53149 2.8347,0.53149 l 2.8346,0 0,1.41733 c 0,0.77952 0.1595,1.41732 0.3544,1.41732 0.643,0 0.401,3.02664 -0.3073,3.84342 -0.5679,0.65476 -1.0396,0.76288 -3.3283,0.76288 -2.0434,0 -2.7142,0.1242 -2.8705,0.53149 -0.1122,0.29233 -0.05,0.5315 0.1392,0.5315 0.1888,0 0.3432,0.2837 0.3432,0.63044 0,0.34674 0.3189,0.86029 0.7087,1.14121 0.3898,0.28093 0.7087,0.8527 0.7087,1.2706 0,1.15061 1.3275,2.62704 2.362,2.62704 0.5809,0 0.9551,0.2364 1.07,0.67591 0.097,0.37174 0.4809,0.75544 0.8527,0.85265 0.484,0.12657 0.6759,0.49273 0.6759,1.28983 0,1.15457 1.4012,2.8509 2.3549,2.8509 0.2638,0 0.4797,0.3189 0.4797,0.70866 0,0.38977 0.1595,0.70867 0.3544,0.70867 0.3855,0 0.487,2.43099 0.1392,3.33716 -0.1582,0.41241 -0.7056,0.56047 -2.0717,0.56047 -2.8395,0 -3.3825,0.64783 -3.3825,4.03538 0,2.62913 0.03,2.72387 0.9744,3.09696 0.5359,0.21167 1.2513,0.52715 1.5897,0.70106 0.3384,0.17392 1.0161,0.31621 1.5059,0.31621 0.7478,0 0.8906,0.1658 0.8906,1.03401 0,1.39154 -0.3272,2.15497 -0.9237,2.15497 -0.5853,0 -0.6615,1.5045 -0.1268,2.5036 0.2159,0.40344 0.7397,0.68537 1.2733,0.68537 0.5939,0 0.9675,0.2331 1.0833,0.67591 0.097,0.37174 0.4809,0.75544 0.8527,0.85265 0.689,0.18018 0.9662,1.30609 0.3216,1.30609 -0.2025,0 -0.3544,1.06299 -0.3544,2.48031 0,2.15829 0.083,2.48032 0.642,2.48032 0.7784,0 2.1927,1.81917 2.1927,2.8203 0,0.97013 1.5589,0.97951 2.3853,0.0144 0.3338,-0.38977 0.8903,-0.70866 1.2367,-0.70866 0.3465,0 0.6299,-0.15945 0.6299,-0.35434 0,-0.19488 0.2392,-0.35433 0.5315,-0.35433 0.2924,0 0.5315,-0.15944 0.5315,-0.35433 0,-0.19488 0.3189,-0.35433 0.7087,-0.35433 0.3898,0 0.7087,-0.15945 0.7087,-0.35433 0,-0.21018 1.3076,-0.35433 3.2142,-0.35433 3.5189,0 4.2267,0.32211 4.2267,1.92351 0,0.87739 0.079,0.91114 2.126,0.91114 1.6965,0 2.126,0.11248 2.126,0.5568 0,0.79003 0.8797,1.56918 1.7716,1.56918 0.945,0 1.7717,0.79263 1.7717,1.69856 0,1.05291 1.3211,2.49496 2.3995,2.61921 0.724,0.0834 0.9969,0.33368 1.0875,0.99719 0.1489,1.0914 0.9036,1.96649 2.294,2.66011 1.3964,0.6966 1.6599,0.66806 1.6599,-0.17979 0,-0.38977 0.1595,-0.70866 0.3544,-0.70866 0.1948,0 0.3543,-0.3189 0.3543,-0.70867 0,-0.47244 0.2362,-0.70866 0.7086,-0.70866 0.4725,0 0.7087,-0.23622 0.7087,-0.70866 0,-0.59082 0.2362,-0.70866 1.4206,-0.70866 1.0949,0 1.6754,0.24362 2.5328,1.06299 0.6118,0.58465 1.4987,1.06299 1.9709,1.06299 0.9037,0 1.871,-0.73276 1.871,-1.41732 0,-0.85861 1.0633,-1.4599 2.388,-1.35035 l 1.3325,0.11019 0.1771,2.12327 c 0.1574,1.88681 0.2857,2.17506 1.1516,2.58824 0.5359,0.25572 0.9744,0.6271 0.9744,0.82526 0,0.61613 0.9764,1.37268 1.7717,1.37268 0.8919,0 1.7716,0.77915 1.7716,1.56918 0,0.4237 0.3812,0.55681 1.5945,0.55681 0.877,0 1.5945,-0.15945 1.5945,-0.35433 z " - }, - "cat8": { - "cat_id": 39, - "cat_slug": "pallars-jussa", - "name": "Pallars Jussà", - "nx": 195, - "ny": 230, - "capital": "Tremp", - "cx": 195, - "cy": 245, - "url": "https://work.catalunyamedieval.dev/mapa/pallars-jussa", - "statistics": { - "castell": 34, - "epoca-carlina": 0, - "muralles": 1, - "torre": 5, - "casa-forta": 1, - "palau": 0, - "pont": 0, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 3, - "esglesia": 3, - "esglesia-fortificada": 0, - "monestir": 0, - "altres-llocs-dinteres": 0 - }, - "total": 47, - "info": "", - "path": "m 237.05207,488.05747 c 0.35926,-0.31518 0.65321,-0.99284 0.65321,-1.5059 0,-0.51307 0.15944,-0.93285 0.35433,-0.93285 0.19488,0 0.35433,-0.87697 0.35433,-1.94882 0,-1.48097 -0.12541,-1.94882 -0.5224,-1.94882 -1.30769,0 -2.1911,-4.04876 -0.98444,-4.5118 0.79143,-0.30369 2.2155,-1.72062 2.2155,-2.20438 0,-0.20374 0.15945,-0.37043 0.35433,-0.37043 0.19488,0 0.35433,-0.23917 0.35433,-0.5315 0,-0.29232 0.15945,-0.53149 0.35433,-0.53149 0.19488,0 0.35433,-0.20374 0.35433,-0.45275 0,-0.24902 0.27904,-0.71614 0.62008,-1.03806 1.07183,-1.01173 1.50591,-1.65012 1.50591,-2.21471 0,-0.30055 0.15944,-0.54645 0.35433,-0.54645 0.19488,0 0.35433,-0.23918 0.35433,-0.5315 0,-0.29232 0.15945,-0.53149 0.35433,-0.53149 0.19488,0 0.35433,-0.39863 0.35433,-0.88583 0,-0.48721 0.15945,-0.88583 0.35433,-0.88583 0.19488,0 0.35433,-0.44314 0.35433,-0.98477 0,-0.57829 0.29251,-1.1956 0.70866,-1.49554 0.38976,-0.28093 0.70866,-0.72614 0.70866,-0.98936 0,-0.61676 0.8742,-1.49096 1.49096,-1.49096 0.26322,0 0.70843,-0.3189 0.98936,-0.70866 0.40126,-0.55672 0.91725,-0.70866 2.40668,-0.70866 2.73827,0 3.88082,-1.24919 1.84529,-2.01752 l -1.063,-0.40124 0,-2.96437 c 0,-2.55789 0.0972,-3.0344 0.70867,-3.47514 0.38976,-0.28093 0.70866,-0.72725 0.70866,-0.99183 0,-0.26458 0.61088,-1.06798 1.35751,-1.78535 0.74664,-0.71737 1.46719,-1.74128 1.60124,-2.27537 0.13405,-0.53409 0.47986,-0.97107 0.76847,-0.97107 0.28861,0 0.52474,-0.15945 0.52474,-0.35433 0,-0.19488 0.3189,-0.35433 0.70867,-0.35433 0.63165,0 0.70866,-0.23622 0.70866,-2.17394 0,-1.87542 -0.12414,-2.28898 -0.90408,-3.01181 -0.49725,-0.46083 -1.00291,-0.83787 -1.12368,-0.83787 -0.12078,0 -0.51118,-0.26389 -0.86757,-0.58642 -0.47658,-0.4313 -0.64798,-1.09662 -0.64798,-2.51532 0,-1.68634 0.13367,-2.05377 1.06299,-2.92189 1.4646,-1.36814 1.38381,-2.22328 -0.26575,-2.81288 -0.77886,-0.27838 -2.2452,-1.42397 -3.5433,-2.76821 -2.22758,-2.30676 -2.79846,-3.6315 -1.56496,-3.6315 0.35728,0 1.11466,-0.47392 1.68307,-1.05315 0.5684,-0.57923 1.23277,-1.05758 1.47638,-1.06299 0.60999,-0.0136 0.55591,-1.59818 -0.0977,-2.86209 -0.49027,-0.94809 -0.707,-1.0454 -2.32846,-1.0454 -1.93007,0 -2.80023,-0.53883 -2.80023,-1.73401 0,-0.3969 -0.49487,-1.28526 -1.0997,-1.97413 -0.94081,-1.07153 -1.32132,-1.25249 -2.6336,-1.25249 -1.22271,0 -1.57954,0.14377 -1.75883,0.70867 -0.1689,0.53215 -0.53611,0.70866 -1.47437,0.70866 -0.95146,0 -1.29365,-0.16902 -1.43477,-0.70866 -0.13844,-0.52938 -0.48332,-0.70867 -1.36324,-0.70867 -0.64786,0 -1.27647,-0.15944 -1.39691,-0.35433 -0.12044,-0.19488 -1.20613,-0.35538 -2.41264,-0.35666 -1.59298,-0.002 -2.48473,-0.19511 -3.25665,-0.70633 -0.58465,-0.38719 -1.34203,-0.70504 -1.68307,-0.70632 -0.38308,-10e-4 -0.62008,-0.27319 -0.62008,-0.711 0,-0.64961 -0.23622,-0.70866 -2.83465,-0.70866 -2.59842,0 -2.83464,-0.0591 -2.83464,-0.70866 0,-0.65617 -0.23622,-0.70867 -3.18898,-0.70867 -2.95275,0 -3.18897,-0.0525 -3.18897,-0.70866 0,-0.52231 -0.23623,-0.70866 -0.8983,-0.70866 -1.51112,0 -2.64501,-0.98709 -2.64501,-2.30257 0,-0.84455 -0.18444,-1.20632 -0.68123,-1.33623 -0.4306,-0.1126 -0.72392,-0.55125 -0.79725,-1.19223 -0.0884,-0.77306 -0.43184,-1.16229 -1.44475,-1.63763 -0.8821,-0.41394 -1.32874,-0.8608 -1.32874,-1.3294 0,-0.38823 -0.15945,-0.70588 -0.35433,-0.70588 -0.19488,0 -0.35433,-0.71751 -0.35433,-1.59448 0,-1.42444 0.0863,-1.59449 0.80943,-1.59449 0.52361,0 1.03116,-0.37536 1.43736,-1.06299 0.43014,-0.72819 0.90569,-1.063 1.50982,-1.063 0.9631,0 2.15962,-1.04301 2.94696,-2.56889 0.27654,-0.53593 0.6353,-0.97441 0.79725,-0.97441 0.16195,0 0.29445,-0.72891 0.29445,-1.6198 0,-1.54404 0.56559,-2.63217 1.36814,-2.63217 0.19567,0 0.45698,-0.3189 0.58068,-0.70866 0.12371,-0.38977 0.53308,-0.70866 0.90971,-0.70866 0.52341,0 0.68478,-0.24848 0.68478,-1.05443 0,-0.57994 0.3183,-1.57649 0.70734,-2.21457 0.38904,-0.63807 0.70793,-1.59862 0.70866,-2.13455 7.1e-4,-0.53592 0.16077,-0.97441 0.35565,-0.97441 0.19489,0 0.35434,-0.38156 0.35434,-0.84791 0,-1.00429 0.57548,-1.27807 2.68646,-1.27807 1.38393,0 1.56681,-0.0925 1.57677,-0.79724 0.0156,-1.10343 0.80395,-2.03741 1.71972,-2.03741 0.56881,0 0.82199,-0.27472 0.97964,-1.06299 0.11693,-0.58464 0.35212,-1.06299 0.52264,-1.06299 0.17052,0 0.31004,-0.23917 0.31004,-0.5315 0,-0.35686 -0.35692,-0.53149 -1.08628,-0.53149 -1.45788,0 -2.45703,-0.58143 -2.45703,-1.42979 0,-0.45998 -0.24044,-0.6962 -0.70866,-0.6962 -0.68725,0 -0.70866,-0.23622 -0.70866,-7.82058 0,-8.15689 0.12011,-8.83296 1.56918,-8.83296 0.47083,0 0.55681,-0.57444 0.55681,-3.72047 0,-3.01732 -0.0973,-3.72048 -0.51483,-3.72048 -1.78523,0 -3.12193,-1.82365 -1.67362,-2.28332 1.27095,-0.40338 2.18845,-1.60287 2.18845,-2.86107 0,-1.06357 -0.17908,-1.31051 -1.40321,-1.93502 -0.77176,-0.39372 -1.72846,-0.71586 -2.12598,-0.71586 -0.48656,0 -0.72278,-0.23161 -0.72278,-0.70866 0,-0.38977 -0.15945,-0.70866 -0.35433,-0.70866 -0.19489,0 -0.35433,-0.33306 -0.35433,-0.74014 0,-0.68633 -0.1481,-0.72664 -2.03741,-0.55451 -3.29576,0.30027 -4.69488,0.63355 -4.69488,1.11834 0,0.56014 -0.79097,0.88497 -2.15496,0.88497 -0.56871,0 -1.03401,0.15945 -1.03401,0.35433 0,0.19488 -0.30586,0.35433 -0.67968,0.35433 -1.13756,0 -1.80064,0.39661 -1.80064,1.07702 0,0.35578 -0.31074,0.7455 -0.69054,0.86604 -0.37979,0.12055 -0.78916,0.52992 -0.9097,0.90971 -0.12054,0.3798 -0.35713,0.69054 -0.52574,0.69054 -0.16862,0 -0.4151,0.34192 -0.54773,0.75981 -0.13264,0.4179 -0.66159,1.17528 -1.17546,1.68307 -1.27842,1.26332 -1.82012,3.00958 -1.82012,5.86748 0,2.02968 -0.12135,2.51884 -0.76288,3.07524 -0.41958,0.3639 -1.1371,0.66164 -1.59449,0.66164 -0.45738,0 -0.83161,0.15945 -0.83161,0.35433 0,0.19488 -0.37303,0.35433 -0.82895,0.35433 -0.54036,0 -0.96946,0.30839 -1.23256,0.88583 -0.22199,0.4872 -0.56648,0.88583 -0.76554,0.88583 -0.19905,0 -0.36192,0.31889 -0.36192,0.70866 0,0.38976 -0.15945,0.70866 -0.35433,0.70866 -0.19489,0 -0.35433,0.28346 -0.35433,0.62991 0,1.18556 -1.27456,1.8504 -3.54736,1.8504 l -2.12194,0 0,2.98283 c 0,3.44685 -0.17623,4.10379 -1.1009,4.10379 -0.36891,0 -0.67075,0.15945 -0.67075,0.35433 0,0.20247 -1.06299,0.35433 -2.48031,0.35433 -1.41733,0 -2.48032,0.15185 -2.48032,0.35433 0,0.19488 -0.39862,0.35433 -0.88583,0.35433 -1.45969,0 -1.0154,0.468 1.59798,1.68323 2.29391,1.06669 2.47683,1.23371 2.47683,2.26159 0,1.14019 -0.8909,2.2183 -2.16807,2.62366 -0.36662,0.11636 -0.66658,0.34952 -0.66658,0.51813 0,0.16862 -0.3189,0.40779 -0.70866,0.5315 -1.39766,0.4436 -0.65055,3.36614 0.86052,3.36614 0.38766,0 0.5568,0.33711 0.5568,1.10974 0,1.11157 0.96016,2.28057 3.30475,4.02357 0.73415,0.54578 0.94722,1.00409 0.94722,2.03741 0,1.29071 0.0401,1.33322 1.25626,1.33322 1.94393,0 2.99571,1.26065 2.99571,3.59063 0,1.75298 0.41545,3.62924 1.10649,4.99708 0.17096,0.3384 0.31083,2.46685 0.31083,4.72989 l 0,4.11461 -1.10046,1.02799 c -0.95463,0.89175 -1.37503,1.02799 -3.17231,1.02799 -2.41171,0 -3.87683,-0.55441 -3.87683,-1.467 0,-0.39528 -0.54817,-0.92424 -1.41733,-1.36765 -0.77952,-0.39768 -1.41732,-0.84991 -1.41732,-1.00494 0,-0.15504 -0.61964,-0.63015 -1.37698,-1.0558 -1.10124,-0.61893 -1.95271,-0.7739 -4.25197,-0.7739 -1.68044,0 -2.87499,-0.14723 -2.87499,-0.35433 0,-0.19489 -0.41001,-0.35434 -0.91113,-0.35434 -0.93708,0 -1.92351,-0.71633 -1.92351,-1.39682 0,-0.88673 -1.95516,-3.5638 -2.60276,-3.5638 -1.02929,0 -1.64921,-1.21934 -1.64921,-3.2439 l 0,-2.07107 3.54331,0 3.5433,0 0,-1.19883 c 0,-0.90083 -0.17615,-1.24489 -0.70866,-1.38415 -0.42589,-0.11137 -0.70866,-0.48331 -0.70866,-0.93212 0,-0.41074 -0.35876,-1.30066 -0.79724,-1.97761 -0.67793,-1.04659 -0.99852,-1.23145 -2.14209,-1.23518 -1.79556,-0.006 -3.08429,1.24402 -3.08429,2.99132 0,0.69094 -0.15945,1.25626 -0.35433,1.25626 -0.19488,0 -0.35433,0.3189 -0.35433,0.70866 0,0.38976 -0.15945,0.70866 -0.35433,0.70866 -0.19489,0 -0.35433,0.52287 -0.35433,1.16194 0,0.75546 -0.24791,1.34062 -0.70867,1.67271 -0.39091,0.28175 -0.70866,0.91725 -0.70866,1.41732 0,0.50007 -0.31775,1.13557 -0.70866,1.41732 -1.34041,0.96611 -0.6482,2.48032 1.13386,2.48032 0.54567,0 0.99213,0.15945 0.99213,0.35433 0,0.19488 0.31889,0.35433 0.70866,0.35433 0.592,0 0.70866,0.23622 0.70866,1.43492 0,1.50779 -0.82343,3.50621 -1.64249,3.98623 -0.26593,0.15585 -0.4835,0.55913 -0.4835,0.89619 0,0.33705 -0.31889,0.84268 -0.70866,1.1236 -0.38976,0.28093 -0.70866,0.75687 -0.70866,1.05764 0,0.30077 -0.30408,1.34185 -0.67575,2.31351 -1.51023,3.94828 -2.86756,8.40055 -2.86756,9.40612 0,1.03803 -0.7625,3.16762 -1.13417,3.16762 -0.15573,0 -0.28315,0.72579 -0.28315,1.61287 0,1.40366 -1.03512,4.12626 -1.81128,4.76409 -0.20505,0.1685 -0.44972,1.20057 -0.90038,3.79803 -0.12007,0.69208 -0.46131,1.22321 -0.86901,1.35261 -0.36921,0.11719 -0.6713,0.44149 -0.6713,0.72068 0,0.27919 -0.15945,0.50762 -0.35433,0.50762 -0.19488,0 -0.35433,0.3239 -0.35433,0.71978 0,0.39589 -0.23917,0.81156 -0.53149,0.92374 -0.29233,0.11218 -0.5315,0.41468 -0.5315,0.67223 0,0.25755 -0.2135,0.68178 -0.47445,0.94272 -0.90903,0.90904 -1.75045,6.66279 -0.97434,6.66279 0.21219,0 0.3858,0.3189 0.3858,0.70866 0,0.59056 0.23622,0.70866 1.41732,0.70866 1.2352,0 1.41663,0.10244 1.4119,0.79725 -0.007,1.00919 -0.2864,1.3835 -1.50048,2.00926 -0.53593,0.27622 -0.97441,0.63473 -0.97441,0.79668 0,0.16195 -0.23917,0.29445 -0.5315,0.29445 -0.42519,0 -0.53149,0.5315 -0.53149,2.65748 0,1.53543 -0.14961,2.65748 -0.35433,2.65748 -0.19489,0 -0.35434,0.37423 -0.35434,0.83161 0,0.45739 -0.31889,1.19931 -0.70866,1.64871 -0.4721,0.54434 -0.70866,1.32568 -0.70866,2.34069 0,1.52169 -0.0821,1.82627 -1.25525,4.65734 -0.52756,1.2731 -0.78004,1.5059 -1.63321,1.5059 -0.55504,0 -1.00918,0.15945 -1.00918,0.35434 0,0.19488 -0.30184,0.35433 -0.67075,0.35433 -0.84365,0 -1.1009,0.66504 -1.1009,2.84602 0,1.07499 0.18079,1.83184 0.47977,2.00842 0.26387,0.15584 0.66811,0.64211 0.89829,1.0806 0.2614,0.49793 0.74641,0.79724 1.29189,0.79724 0.60463,0 0.87336,0.19615 0.87336,0.63748 0,0.82712 1.81833,1.488 4.09996,1.49014 1.45693,10e-4 1.93742,0.18059 2.89807,1.08095 0.63337,0.59363 1.15157,1.23068 1.15157,1.41569 0,0.185 0.87697,0.33637 1.94882,0.33637 1.07185,0 1.94882,0.15945 1.94882,0.35433 0,0.19488 0.3189,0.35433 0.70866,0.35433 0.51764,0 0.70866,0.23622 0.70866,0.87634 0,0.53751 0.57391,1.4965 1.48435,2.48032 1.44665,1.56323 1.53898,1.60397 3.63524,1.60397 1.76715,0 2.22985,-0.12643 2.59346,-0.70866 0.32249,-0.51638 0.82631,-0.70866 1.85689,-0.70866 0.77787,0 1.41432,-0.15945 1.41432,-0.35433 0,-0.21732 1.71259,-0.35433 4.42913,-0.35433 2.71654,0 4.42913,0.13701 4.42913,0.35433 0,0.19488 0.25493,0.35433 0.5665,0.35433 0.31158,0 1.01335,0.47834 1.55949,1.06299 0.89337,0.95636 1.20975,1.06299 3.15397,1.06299 1.20444,0 2.16099,-0.15684 2.16099,-0.35433 0,-0.19488 0.25493,-0.35433 0.5665,-0.35433 0.31157,0 1.01334,-0.47835 1.55948,-1.06299 1.27073,-1.36032 3.17926,-1.51852 3.206,-0.26575 0.009,0.43848 0.28928,1.35532 0.62205,2.0374 0.553,1.13349 0.76489,1.25625 2.46352,1.42718 1.52296,0.15326 2.05035,0.39709 2.92125,1.35061 0.58453,0.63997 1.06277,1.39292 1.06277,1.67322 0,0.43136 1.55086,0.50962 10.09843,0.50962 l 10.09842,0 0,-1.06299 c 0,-0.58465 0.15945,-1.06299 0.35433,-1.06299 0.19489,0 0.35434,-0.49579 0.35434,-1.10176 0,-1.08217 0.0236,-1.09723 1.32874,-0.84726 0.7308,0.13998 3.4813,0.32289 6.1122,0.40647 3.91392,0.12435 4.86398,0.25847 5.22638,0.73782 0.26266,0.34743 0.4543,1.74792 0.47089,3.44135 0.0154,1.57053 0.12006,2.61633 0.23262,2.32401 0.11256,-0.29233 0.49859,-0.78937 0.85785,-1.10456 z " - }, - "cat9": { - "cat_id": 48, - "cat_slug": "solsones", - "name": "Solsonès", - "nx": 330, - "ny": 260, - "capital": "Solsona", - "cx": 330, - "cy": 275, - "url": "https://work.catalunyamedieval.dev/mapa/solsones", - "statistics": { - "castell": 21, - "epoca-carlina": 0, - "muralles": 1, - "torre": 4, - "casa-forta": 3, - "palau": 2, - "pont": 4, - "torre-colomer": 0, - "basilica": 0, - "catedral": 1, - "ermita": 12, - "esglesia": 53, - "esglesia-fortificada": 0, - "monestir": 0, - "altres-llocs-dinteres": 8 - }, - "total": 109, - "info": "", - "path": "m 336.91996,565.87395 c 0.38863,-0.12334 0.70657,-0.53242 0.70657,-0.90903 0,-0.37662 0.15945,-0.68478 0.35434,-0.68478 0.19686,0 0.35433,-0.9449 0.35433,-2.12599 0,-2.03149 0.0394,-2.12598 0.88582,-2.12598 0.68074,0 0.88714,0.18458 0.8915,0.79724 0.005,0.74558 0.0715,0.72262 1.02107,-0.35433 1.14977,-1.30396 2.06582,-1.42348 3.93389,-0.51327 0.88682,0.43209 1.27137,0.87414 1.34979,1.55154 0.0603,0.521 0.3393,1.13791 0.62008,1.37092 0.43891,0.36426 0.51044,-0.10227 0.51044,-3.32943 0,-3.0963 -0.12401,-3.97388 -0.70866,-5.0148 -0.38976,-0.69394 -0.70866,-1.75013 -0.70866,-2.3471 0,-0.78739 0.19456,-1.13626 0.70866,-1.2707 0.38977,-0.10193 0.70866,-0.32617 0.70866,-0.49833 0,-0.17215 0.23918,-0.313 0.5315,-0.313 0.29232,0 0.5315,-0.15945 0.5315,-0.35433 0,-0.19488 0.39862,-0.35433 0.88582,-0.35433 0.6496,0 0.88583,-0.18898 0.88583,-0.70866 0,-0.40802 0.23623,-0.70867 0.5568,-0.70867 1.02656,0 1.56918,-0.95837 1.56918,-2.77142 0,-1.84421 0.29807,-2.18921 1.89132,-2.18921 0.51516,0 0.92622,-0.35212 1.24086,-1.06299 0.28666,-0.64757 0.73588,-1.06299 1.14949,-1.06299 0.57897,0 0.67896,-0.26218 0.67896,-1.78051 0,-1.6589 -0.0665,-1.79383 -0.97441,-1.97545 -0.71348,-0.14274 -1.13339,-0.56733 -1.56816,-1.58563 -0.47143,-1.10411 -0.78176,-1.39069 -1.5059,-1.39069 -0.86106,0 -0.91216,-0.10149 -0.91216,-1.81187 l 0,-1.81187 -1.15157,0.25533 c -0.63337,0.14044 -2.54675,0.3293 -4.25197,0.4197 l -3.10039,0.16436 0,-1.97397 c 0,-1.08568 0.15945,-1.97397 0.35433,-1.97397 0.19488,0 0.35433,-0.15762 0.35433,-0.35028 0,-0.75487 1.26748,-1.7757 2.20472,-1.7757 0.54134,0 0.98426,-0.15945 0.98426,-0.35433 0,-0.19488 0.16476,-0.35433 0.36613,-0.35433 0.57111,0 2.82284,-2.39306 2.82284,-3 0,-0.34702 0.32847,-0.54331 0.90911,-0.54331 1.07731,0 2.08431,-0.49866 3.31901,-1.64354 0.49635,-0.46023 1.02367,-0.83677 1.17181,-0.83677 0.14815,0 0.26936,-0.23918 0.26936,-0.5315 0,-0.29527 0.31497,-0.5315 0.70866,-0.5315 0.40802,0 0.70867,-0.23622 0.70867,-0.5568 0,-0.79003 0.87969,-1.56918 1.77165,-1.56918 0.41761,0 0.98706,-0.22779 1.26546,-0.50619 0.60962,-0.6096 0.67262,-1.97413 0.0912,-1.97413 -1.00924,0 -1.71096,-1.18511 -1.71096,-2.88956 0,-0.9442 0.15945,-1.71673 0.35433,-1.71673 0.19488,0 0.35433,-0.3189 0.35433,-0.70867 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.72891 0.35433,-1.6198 0,-1.56706 0.56686,-2.63217 1.40088,-2.63217 0.21366,0 0.48051,-0.46017 0.59301,-1.02262 0.20941,-1.04696 1.31942,-1.81202 2.6291,-1.81202 0.57107,0 0.69197,0.2476 0.69197,1.41732 0,1.27559 0.0886,1.41732 0.88583,1.41732 0.4872,0 0.88583,-0.15944 0.88583,-0.35433 0,-0.19488 0.79724,-0.35433 1.77165,-0.35433 0.97441,0 1.77165,-0.15945 1.77165,-0.35433 0,-0.19488 0.79725,-0.35433 1.77166,-0.35433 l 1.77165,0 0,-1.77165 c 0,-1.53543 0.0945,-1.77166 0.70866,-1.77166 0.38976,0 0.70866,-0.21446 0.70866,-0.47657 0,-0.26212 -0.3189,-0.76518 -0.70866,-1.11791 -0.38976,-0.35274 -0.71373,-1.0551 -0.71993,-1.56083 -0.0138,-1.12354 -0.74958,-2.15965 -1.53368,-2.15965 -0.31957,0 -0.58103,-0.15444 -0.58103,-0.34321 0,-0.18876 -0.23918,-0.25143 -0.5315,-0.13925 -0.3414,0.131 -0.5315,0.67811 -0.5315,1.52955 0,1.19537 -0.13053,1.38098 -1.32874,1.88929 -0.7308,0.31003 -1.92667,0.73287 -2.65748,0.93964 -0.7308,0.20677 -1.85825,0.5354 -2.50547,0.73028 -0.64718,0.19488 -1.28498,0.35433 -1.41732,0.35433 -0.13231,0 -0.24059,-0.962 -0.24059,-2.13779 0,-1.96684 0.0982,-2.23603 1.22836,-3.36614 0.67556,-0.67559 1.43762,-1.22835 1.69341,-1.22835 0.25579,0 0.69495,-0.3189 0.97586,-0.70866 0.28092,-0.38976 0.69768,-0.70866 0.92615,-0.70866 0.4995,0 0.84551,-0.80937 0.84551,-1.9778 0,-0.47127 0.15945,-0.85685 0.35433,-0.85685 0.19488,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.55807 0.35433,-1.24016 0,-1.2308 -0.0117,-1.24016 -1.57061,-1.24016 -1.27388,0 -1.61433,0.13769 -1.80191,0.72882 -0.13684,0.43105 -0.47229,0.6815 -0.82112,0.61302 -0.46708,-0.0917 -0.5759,-0.48298 -0.52285,-1.88039 0.0978,-2.57524 0.49227,-4.77641 0.85606,-4.77641 0.17444,0 0.31712,-0.2091 0.31712,-0.46468 0,-0.25558 0.3189,-0.80698 0.70867,-1.22534 0.38976,-0.41836 0.70866,-1.0065 0.70866,-1.30697 0,-0.30047 0.15945,-0.54631 0.35433,-0.54631 0.19488,0 0.35433,-0.56946 0.35433,-1.26547 0,-2.01207 0.5311,-2.27784 4.55201,-2.27784 1.9468,0 3.79184,-0.0968 4.10011,-0.21508 0.37828,-0.14515 0.56048,-0.6635 0.56048,-1.59448 0,-1.31302 -0.0541,-1.37942 -1.12369,-1.37942 -1.15696,0 -2.41962,-0.83916 -2.41962,-1.60808 0,-0.23939 -0.3189,-0.51864 -0.70866,-0.62057 -0.67507,-0.17653 -0.70866,-0.48331 -0.70866,-6.4688 0,-6.90246 0.0946,-7.21164 2.21456,-7.23616 0.53593,-0.006 0.97441,-0.17072 0.97441,-0.3656 0,-0.19488 0.31139,-0.35433 0.69198,-0.35433 1.16511,0 2.497,-0.78634 2.497,-1.4742 0,-0.41556 0.25682,-0.65178 0.70866,-0.65178 0.65891,0 0.70866,-0.23623 0.70866,-3.36615 l 0,-3.36614 -1.24016,0 -1.24015,0 0,1.9368 c 0,2.36065 -0.89327,4.44116 -1.90683,4.44116 -1.11689,0 -3.40774,-1.7577 -3.4109,-2.61709 -0.004,-0.91821 -1.40616,-1.63488 -3.19996,-1.63488 -1.03833,0 -1.37002,0.17598 -1.70103,0.90249 -0.22617,0.49638 -0.4112,1.20086 -0.4112,1.56552 0,1.33574 -0.40851,1.78396 -1.62596,1.78396 -0.88161,0 -1.52334,-0.31809 -2.4424,-1.21062 -1.17708,-1.14311 -1.2466,-1.3407 -1.2466,-3.54331 0,-1.31891 -0.154,-2.33269 -0.35434,-2.33269 -0.19488,0 -0.35433,-0.25056 -0.35433,-0.5568 0,-0.70394 -0.84897,-1.56918 -1.53963,-1.56918 -0.29002,0 -0.58043,-0.12899 -0.64542,-0.28663 -0.065,-0.15765 -1.02943,-0.804 -2.14327,-1.43633 -1.62588,-0.92303 -2.16273,-1.0761 -2.72279,-0.77637 -0.88667,0.47455 -4.88267,0.48924 -5.1733,0.019 -0.12043,-0.19488 -0.52848,-0.35433 -0.90673,-0.35433 -0.37828,0 -1.00665,-0.31889 -1.39641,-0.70866 -0.38977,-0.38976 -0.93044,-0.70866 -1.20147,-0.70866 -0.27103,0 -1.18786,-0.3154 -2.0374,-0.70088 -1.90676,-0.86521 -6.68239,-1.0281 -6.68239,-0.22793 0,0.26867 -0.45702,0.67781 -1.01562,0.90919 -0.5586,0.23138 -1.17656,0.76893 -1.37321,1.19456 -0.79207,1.71423 -1.15448,2.78908 -1.15448,3.42416 0,0.36745 -0.30933,0.76628 -0.68737,0.88627 -0.37803,0.11999 -1.47419,1.00087 -2.43588,1.95752 -0.97051,0.96541 -2.64008,2.13364 -3.75218,2.62547 -1.10204,0.48736 -2.24954,1.13198 -2.55005,1.4325 -0.30051,0.30051 -0.89844,0.54638 -1.32871,0.54638 -0.43026,0 -1.01214,0.3189 -1.29306,0.70867 -0.32835,0.45554 -0.91725,0.70866 -1.64884,0.70866 -0.80507,0 -1.20029,0.19608 -1.35074,0.67015 -0.117,0.36859 -0.64595,0.76136 -1.17546,0.87283 -3.01209,0.63408 -3.2659,0.65271 -3.2659,0.23981 0,-0.42346 -1.00214,-0.39629 -6.99803,0.1897 -2.07881,0.20317 -2.21457,0.17107 -2.21457,-0.5237 0,-1.52872 -4.17917,-0.71754 -4.94386,0.95961 -0.2041,0.44767 -0.3711,1.74607 -0.3711,2.88534 0,2.34301 -0.17026,2.50155 -2.68646,2.50155 -1.41499,0 -1.56551,0.0815 -1.56551,0.84792 0,0.86406 -0.58327,1.27806 -1.80063,1.27806 -0.37382,0 -0.67968,0.15945 -0.67968,0.35434 0,0.19488 -0.23508,0.35433 -0.5224,0.35433 -0.28732,0 -0.75133,0.43848 -1.03113,0.97441 -0.2798,0.53592 -1.08114,1.27855 -1.78075,1.65028 -1.25225,0.66537 -1.27202,0.71033 -1.27202,2.89281 0,2.05203 0.0918,2.31144 1.23389,3.48751 0.67865,0.69882 1.44151,1.27058 1.69526,1.27058 0.25375,0 0.74393,0.47834 1.08929,1.06299 0.34536,0.58464 0.92839,1.06299 1.29564,1.06299 0.36724,0 0.76626,0.15945 0.88671,0.35433 0.12044,0.19488 0.69043,0.35433 1.26665,0.35433 0.57621,0 1.69487,0.19931 2.48592,0.44292 l 1.43826,0.44291 -0.18996,1.59449 c -0.40416,3.39262 -0.65797,4.6063 -0.96329,4.6063 -0.17441,0 -0.31711,0.7865 -0.31711,1.74777 0,1.43659 -0.12618,1.78783 -0.70866,1.9727 -0.66992,0.21262 -0.70867,0.53611 -0.70867,5.91735 0,5.3862 -0.041,5.72804 -0.76287,6.35408 -0.41959,0.3639 -1.13357,0.66164 -1.58664,0.66164 -1.27119,0 -4.7371,1.82936 -4.7371,2.50031 0,0.33514 -0.59983,0.85152 -1.41732,1.22016 -0.77953,0.35152 -1.41732,0.81888 -1.41732,1.03859 0,0.2197 -0.3189,0.6293 -0.70867,0.91023 -0.38976,0.28093 -0.70866,0.86281 -0.70866,1.29307 0,0.43026 -0.23438,1.01668 -0.52085,1.30315 -0.28647,0.28647 -0.74617,1.17483 -1.02155,1.97413 l -0.50069,1.45327 1.73021,0 1.73021,0 0,3.01181 c 0,2.77559 -0.0556,3.01181 -0.70867,3.01181 -0.38976,0 -0.70866,0.15945 -0.70866,0.35434 0,0.19488 -0.35876,0.36692 -0.79724,0.3823 -0.43849,0.0154 -0.59793,0.1084 -0.35433,0.20669 0.2436,0.0983 0.44291,0.48433 0.44291,0.85785 0,0.37353 0.15945,0.67914 0.35433,0.67914 0.19488,0 0.35433,0.25493 0.35433,0.5665 0,0.31157 0.47835,1.01334 1.06299,1.55948 1.05179,0.98251 1.063,1.03259 1.063,4.74846 l 0,3.75548 1.59448,0 c 1.35827,0 1.59449,-0.10499 1.59449,-0.70866 0,-0.38976 0.15071,-0.70866 0.33492,-0.70866 0.1842,0 0.38351,-0.75738 0.44291,-1.68307 0.10446,-1.62795 0.14719,-1.68682 1.30463,-1.79747 0.65815,-0.0629 1.36769,0.0567 1.57677,0.26575 0.55255,0.55255 1.3014,0.46545 1.3014,-0.15135 0,-0.29233 -0.15945,-0.5315 -0.35433,-0.5315 -0.20843,0 -0.35433,-1.24016 -0.35433,-3.01181 0,-4.01209 0.37979,-4.42913 4.03348,-4.42913 2.27959,0 2.63898,0.0873 2.79362,0.67864 0.0976,0.37325 0.54409,0.73201 0.99217,0.79724 0.56367,0.0821 1.07274,0.6372 1.65213,1.80167 l 0.83743,1.68308 2.96924,0 2.96924,0 0.55745,1.11743 c 0.31605,0.63354 0.55745,2.01447 0.55745,3.18897 l 0,2.07155 2.24823,0 c 1.79822,0 2.3766,0.14184 2.88956,0.70866 1.20093,1.32702 3.01181,0.59658 3.01181,-1.21485 0,-0.50112 0.15945,-0.91113 0.35433,-0.91113 0.19488,0 0.35433,-0.3189 0.35433,-0.70867 0,-0.47244 0.23624,-0.70866 0.70867,-0.70866 0.47242,0 0.70866,-0.23622 0.70866,-0.70866 0,-1.50321 3.87921,-0.59264 4.83856,1.13577 0.55233,0.99507 0.66054,8.78549 0.12207,8.78549 -0.21476,0 -0.35433,1.53543 -0.35433,3.89764 0,2.3622 -0.13958,3.89764 -0.35434,3.89764 -0.19488,0 -0.35433,0.30815 -0.35433,0.68478 0,0.37663 -0.29079,0.77708 -0.64619,0.88988 -0.91562,0.2906 -2.18845,1.54667 -2.18845,2.15961 0,0.28473 0.3189,0.51769 0.70866,0.51769 0.65856,0 0.70866,0.23623 0.70866,3.34084 0,2.57602 -0.12848,3.46933 -0.56129,3.90213 -0.30873,0.30871 -0.71483,1.11734 -0.90248,1.79696 -0.26947,0.97587 -0.52105,1.23567 -1.19654,1.23567 -0.47048,0 -1.19148,0.35875 -1.60225,0.79724 l -0.7469,0.79724 0.73308,0.11323 c 0.91782,0.14176 0.97306,1.12693 0.0632,1.12693 -0.48824,0 -0.72844,0.33629 -0.88583,1.24016 -0.11877,0.68208 -0.31245,1.79281 -0.43044,2.46826 -0.23216,1.32892 0.38757,2.3152 1.45467,2.3152 0.73796,0 1.59449,-0.84293 1.59449,-1.56918 0,-0.32058 0.30065,-0.5568 0.70866,-0.5568 0.59056,0 0.70866,-0.23622 0.70866,-1.41732 l 0,-1.41733 2.65748,0 c 1.53542,0 2.65748,0.14961 2.65748,0.35433 0,0.19489 0.3189,0.35433 0.70866,0.35433 0.63649,0 0.70866,0.23623 0.70866,2.31926 0,1.98998 0.12349,2.44273 0.86971,3.18899 0.47834,0.47835 1.11054,0.86971 1.40488,0.86971 0.63397,0 1.26872,1.06465 1.26872,2.128 0,0.67443 0.0584,0.69892 0.53359,0.22365 0.29349,-0.29345 0.85156,-0.6345 1.24015,-0.75784 z " - }, - "cat10": { - "cat_id": 30, - "cat_slug": "bergueda", - "name": "Berguedà", - "nx": 410, - "ny": 260, - "capital": "Berga", - "cx": 410, - "cy": 275, - "url": "https://work.catalunyamedieval.dev/mapa/bergueda", - "statistics": { - "castell": 22, - "epoca-carlina": 0, - "muralles": 1, - "torre": 5, - "casa-forta": 5, - "palau": 0, - "pont": 20, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 6, - "esglesia": 113, - "esglesia-fortificada": 0, - "monestir": 5, - "altres-llocs-dinteres": 11 - }, - "total": 188, - "info": "", - "path": "m 404.6659,523.46124 c -0.23385,-0.23386 -0.42519,-1.19055 -0.42519,-2.12598 l 0,-1.70079 1.5706,0 c 1.25944,0 1.61519,0.14041 1.79554,0.70866 0.19456,0.61297 0.5361,0.70866 2.5295,0.70866 3.132,0 3.31696,-0.23712 3.31696,-4.25197 0,-3.53533 0.32067,-4.25197 1.90261,-4.25197 0.48961,0 0.98876,-0.15944 1.1092,-0.35433 0.12043,-0.19488 0.75539,-0.35433 1.41098,-0.35433 0.86038,0 1.47065,-0.29257 2.19366,-1.0517 1.54254,-1.61961 1.88748,-2.07516 1.88748,-2.49276 0,-0.21196 0.39136,-0.77676 0.86971,-1.25511 0.77928,-0.77927 1.16621,-0.86972 3.72047,-0.86972 l 2.85077,0 0,2.48032 c 0,2.24409 0.0675,2.48031 0.70866,2.48031 0.59056,0 0.70866,0.23622 0.70866,1.41732 0,0.77953 0.15945,1.41733 0.35433,1.41733 0.19488,0 0.35433,0.31889 0.35433,0.70866 0,0.38976 0.15945,0.70866 0.35433,0.70866 0.19488,0 0.35433,0.47835 0.35433,1.06299 0,0.58465 0.15945,1.06299 0.35433,1.06299 0.19489,0 0.35433,0.25057 0.35433,0.55681 0,0.63637 0.82751,1.56918 1.39203,1.56918 0.20881,0 0.37963,-0.55807 0.37963,-1.24016 0,-0.68209 -0.15945,-1.24016 -0.35433,-1.24016 -0.19488,0 -0.35433,-0.31889 -0.35433,-0.70866 0,-0.38976 -0.15945,-0.70866 -0.35433,-0.70866 -0.19489,0 -0.35433,-0.84177 -0.35433,-1.8706 0,-1.46412 0.15399,-1.98158 0.70866,-2.38137 0.38976,-0.28093 0.70866,-0.88558 0.70866,-1.34369 0,-1.14828 0.80302,-1.84528 2.12598,-1.84528 0.6125,0 1.3528,-0.23918 1.64512,-0.5315 0.3746,-0.37462 0.40153,-0.5315 0.0912,-0.5315 -1.03344,0 -1.73629,-1.1697 -1.73629,-2.88956 0,-0.9442 0.15945,-1.71674 0.35433,-1.71674 0.19489,0 0.35433,-0.73327 0.35433,-1.62949 0,-1.31368 0.18886,-1.81156 0.97441,-2.5689 1.35596,-1.30721 2.5689,-4.01723 2.5689,-5.73954 0,-0.57547 0.15945,-1.04632 0.35433,-1.04632 0.19488,0 0.35433,-0.55807 0.35433,-1.24016 0,-0.68208 0.15945,-1.24015 0.35433,-1.24015 0.19489,0 0.35433,-0.23189 0.35433,-0.51531 0,-0.38961 -0.5834,-0.54086 -2.39173,-0.62008 l -2.39173,-0.10477 -0.10548,-2.21457 c -0.0655,-1.37452 0.0354,-2.21456 0.26574,-2.21456 0.20417,0 0.37124,-0.44315 0.37124,-0.98477 0,-0.5783 0.2925,-1.1956 0.70866,-1.49555 0.66022,-0.47585 0.70866,-0.91725 0.70866,-6.45617 l 0,-5.9454 2.30315,0 c 1.29922,0 2.30315,0.15445 2.30315,0.35433 0,0.19488 0.47834,0.35433 1.06299,0.35433 0.82676,0 1.06299,0.15748 1.06299,0.70866 0,0.38976 0.15945,0.70866 0.35433,0.70866 0.19488,0 0.35433,0.47835 0.35433,1.06299 0,0.97863 0.0984,1.063 1.24016,1.063 1.23647,0 1.24016,-0.005 1.24016,-1.6198 0,-1.56093 0.56654,-2.63217 1.39202,-2.63217 0.20881,0 0.37963,-0.15945 0.37963,-0.35433 0,-0.19489 0.39862,-0.35433 0.88583,-0.35433 0.5512,0 0.88583,-0.20079 0.88583,-0.5315 0,-0.29528 -0.31497,-0.5315 -0.70867,-0.5315 -0.38976,0 -0.70866,-0.14085 -0.70866,-0.313 0,-0.17215 -0.3189,-0.3964 -0.70866,-0.49833 -0.56307,-0.14724 -0.70866,-0.48331 -0.70866,-1.63581 0,-1.21427 0.11541,-1.45049 0.70866,-1.45049 0.62993,0 0.70866,-0.23623 0.70866,-2.12599 0,-2.01232 0.0458,-2.12598 0.85684,-2.12598 1.59467,0 1.97781,-0.35056 1.97781,-1.80957 0,-1.29646 -0.0639,-1.37941 -1.06299,-1.37941 -0.82676,0 -1.063,-0.15748 -1.063,-0.70866 0,-0.6406 -0.23623,-0.70866 -2.45941,-0.70866 -1.35265,0 -2.55794,-0.15945 -2.67838,-0.35433 -0.12044,-0.19488 -0.76982,-0.35433 -1.44305,-0.35433 -0.67323,0 -1.50091,-0.13988 -1.83933,-0.31084 -0.33839,-0.17096 -1.2403,-0.50997 -2.00424,-0.75337 -2.34963,-0.74862 -5.14573,-4.07833 -5.1774,-6.16543 -0.023,-1.51393 -0.766,-1.94293 -3.55883,-2.05477 l -2.63069,-0.10536 -0.10187,-3.27756 -0.10191,-3.27756 1.07631,0 c 0.59195,0 1.07628,-0.15944 1.07628,-0.35433 0,-0.21372 1.47639,-0.35433 3.72048,-0.35433 2.24408,0 3.72047,0.14061 3.72047,0.35433 0,0.19489 0.25055,0.35433 0.55679,0.35433 0.76284,0 1.56919,0.86952 1.56919,1.69213 0,0.78378 -1.12369,2.20551 -1.74316,2.20551 -0.28389,0 -0.38516,0.60247 -0.31277,1.86024 0.10152,1.76322 0.16781,1.8781 1.2712,2.20278 0.75809,0.22307 1.23495,0.62473 1.36718,1.15158 0.26947,1.0737 1.89787,1.15982 1.89787,0.10036 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.47834 0.35433,-1.06299 l 0,-1.06299 3.18898,0 3.18897,0 0,-1.94882 c 0,-1.07185 -0.15945,-1.94882 -0.35433,-1.94882 -0.19488,0 -0.35433,-0.30949 -0.35433,-0.68775 0,-0.37826 -0.15945,-0.78629 -0.35433,-0.90674 -0.19488,-0.12044 -0.35433,-1.08655 -0.35433,-2.1469 0,-1.91508 -0.007,-1.9279 -1.08627,-1.9279 -1.93723,0 -2.45704,-0.52738 -2.45704,-2.49278 0,-0.96756 -0.15945,-1.75919 -0.35433,-1.75919 -0.19988,0 -0.35433,-1.00394 -0.35433,-2.30315 0,-1.29921 0.15445,-2.30315 0.35433,-2.30315 0.19488,0 0.35433,-0.63779 0.35433,-1.41732 0,-0.77953 0.15945,-1.41733 0.35433,-1.41733 0.19489,0 0.35433,-0.28369 0.35433,-0.63043 0,-0.34675 0.3189,-0.86029 0.70867,-1.14122 0.38976,-0.28093 0.70866,-0.79447 0.70866,-1.14121 0,-0.34674 0.15945,-0.63044 0.35433,-0.63044 0.19488,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.38977 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.23918 0.35433,-0.5315 0,-0.29232 0.15945,-0.5315 0.35433,-0.5315 0.19488,0 0.35433,-0.23917 0.35433,-0.53149 0,-0.29233 0.15945,-0.5315 0.35433,-0.5315 0.19488,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19489,0 0.35433,-0.64521 0.35433,-1.4338 0,-1.22181 -0.15682,-1.52305 -1.06076,-2.03741 -0.5834,-0.33198 -1.06175,-0.82519 -1.06299,-1.09603 -0.006,-1.24959 -1.08315,-1.43346 -8.50617,-1.45156 l -7.26378,-0.0177 -1.55923,-1.05654 c -0.85755,-0.5811 -1.77438,-1.05655 -2.0374,-1.05655 -0.26298,0 -0.47817,-0.15945 -0.47817,-0.35433 0,-0.21154 -1.36669,-0.35433 -3.39144,-0.35433 -3.49317,0 -4.40384,-0.32449 -4.40384,-1.56918 0,-0.43194 -0.39727,-0.5568 -1.77165,-0.5568 -0.97441,0 -1.77165,0.15945 -1.77165,0.35433 0,0.19488 -0.79725,0.35433 -1.77166,0.35433 -0.97441,0 -1.77165,0.12741 -1.77165,0.28315 0,0.36075 -2.11713,1.13417 -3.10465,1.13417 -0.41314,0 -0.84972,0.15945 -0.97015,0.35433 -0.12044,0.19488 -1.22159,0.35433 -2.44701,0.35433 -1.71943,0 -2.41455,0.16176 -3.04512,0.70866 -0.67727,0.58738 -1.32569,0.70866 -3.78879,0.70866 -2.27246,0 -3.29857,0.16675 -4.36082,0.70867 -0.9699,0.49482 -2.08835,0.70866 -3.70637,0.70866 -1.74444,0 -2.31725,0.122 -2.31725,0.49358 0,0.27148 -0.25221,0.59038 -0.56048,0.70867 -0.91676,0.35179 -4.04582,0.24409 -4.04582,-0.13926 0,-0.63895 -2.344,-0.3785 -3.18897,0.35433 -0.4494,0.38976 -0.92849,0.70866 -1.06466,0.70866 -0.13617,0 -0.76387,0.49341 -1.39489,1.09646 -0.97463,0.93139 -1.32757,1.06266 -2.34433,0.87191 -0.65834,-0.1235 -1.42986,-0.45746 -1.71453,-0.74213 -0.28467,-0.28467 -0.76816,-0.51758 -1.0744,-0.51758 -0.32057,0 -0.5568,-0.30064 -0.5568,-0.70866 0,-0.83825 -0.67188,-0.89583 -2.60394,-0.22318 -0.94992,0.33072 -1.19505,0.53955 -0.8078,0.68815 0.30578,0.11734 0.65774,0.6188 0.78211,1.11435 0.12437,0.49555 0.36829,0.901 0.54206,0.901 0.35458,0 0.4338,3.17817 0.10084,4.04582 -0.11828,0.30826 -0.45833,0.56048 -0.75568,0.56048 -0.29732,0 -0.79849,0.28782 -1.11366,0.63961 -0.31518,0.35178 -1.13113,0.84622 -1.81322,1.09875 -0.68209,0.25252 -1.55906,0.58504 -1.94882,0.73891 -0.38976,0.15388 -2.58218,0.87611 -4.87205,1.60496 -2.82298,0.89854 -4.16338,1.49268 -4.16338,1.84546 0,0.28614 -0.47835,0.96711 -1.06299,1.51325 -0.58465,0.54614 -1.063,1.24791 -1.063,1.55948 0,0.31158 -0.15945,0.5665 -0.35433,0.5665 -0.19488,0 -0.35433,0.47835 -0.35433,1.063 0,0.58464 -0.15945,1.06299 -0.35433,1.06299 -0.20246,0 -0.35433,1.06299 -0.35433,2.48031 0,1.95736 0.11094,2.48032 0.52618,2.48032 0.28938,0 1.30358,0.47835 2.25376,1.06299 0.95017,0.58465 1.98896,1.06299 2.30846,1.06299 0.3195,0 0.58089,0.15945 0.58089,0.35433 0,0.19489 0.25055,0.35433 0.5568,0.35433 0.71614,0 1.56919,0.85307 1.56919,1.56918 0,0.30625 0.15945,0.55681 0.35433,0.55681 0.20062,0 0.35433,1.01961 0.35433,2.35017 0,1.82621 0.14371,2.47793 0.64467,2.92323 0.35458,0.31518 0.7482,0.85209 0.8747,1.19313 0.12653,0.34105 0.55396,0.62008 0.94982,0.62008 0.60353,0 0.71978,-0.22892 0.71978,-1.41732 0,-0.77953 0.15945,-1.41732 0.35433,-1.41732 0.19489,0 0.35434,-0.3189 0.35434,-0.70866 0,-0.63422 0.23623,-0.70867 2.24872,-0.70867 2.71881,0 4.48356,0.75104 4.48356,1.90814 0,0.4681 0.42984,1.11102 1.04864,1.56854 1.28937,0.95328 1.43167,0.9599 1.43167,0.0666 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.20272,0 0.35434,-1.06863 0.35434,-2.49722 l 0,-2.49722 2.21456,0.10548 2.21457,0.1055 0.0996,4.13601 c 0.0937,3.89101 0.0569,4.14954 -0.62008,4.36443 -0.39582,0.12563 -0.71968,0.42731 -0.71968,0.67041 0,0.51705 -2.18948,1.63623 -3.20099,1.63623 -0.38317,0 -0.69665,0.15945 -0.69665,0.35433 0,0.19488 -0.30585,0.35433 -0.67967,0.35433 -1.7825,0 -1.80064,0.0611 -1.80064,6.06154 0,4.67496 0.087,5.63138 0.51215,5.63138 0.28169,0 0.72159,0.43848 0.97753,0.97441 0.36326,0.76069 0.77548,1.01326 1.87954,1.15157 l 1.41424,0.17717 0.10623,1.83556 c 0.17185,2.969 -0.32566,3.30223 -4.93055,3.30223 -4.00149,0 -4.21111,0.0905 -4.21111,1.81823 0,0.7894 -0.91116,2.68686 -1.64044,3.41613 -0.26706,0.26705 -0.48554,0.71333 -0.48554,0.99174 0,0.2784 -0.14202,0.50618 -0.31557,0.50618 -0.17355,0 -0.38842,0.51821 -0.4775,1.15158 -0.0891,0.63337 -0.2801,1.423 -0.42452,1.75475 -0.2306,0.52973 0.0326,0.61602 2.16057,0.70866 l 2.42316,0.10549 0.10626,2.0374 c 0.0654,1.25408 -0.0367,2.0374 -0.26575,2.0374 -0.20459,0 -0.37201,0.3189 -0.37201,0.70866 0,0.38977 -0.15945,0.70866 -0.35433,0.70866 -0.19488,0 -0.35433,0.41728 -0.35433,0.92729 0,0.93546 -2.40452,3.67901 -3.22437,3.67901 -0.6975,0 -2.44492,2.1794 -2.44492,3.04929 0,0.73332 0.16816,0.84835 1.24016,0.84835 0.68208,0 1.24015,-0.15945 1.24015,-0.35433 0,-0.19488 0.47835,-0.35433 1.063,-0.35433 0.58464,0 1.06299,-0.15945 1.06299,-0.35433 0,-0.19488 0.3189,-0.35433 0.70866,-0.35433 0.57639,0 0.70866,-0.23622 0.70866,-1.26547 0,-0.696 0.2278,-1.49325 0.5062,-1.77165 0.57359,-0.5736 2.68278,-0.69299 2.68278,-0.15186 0,0.19488 0.28686,0.35433 0.63747,0.35433 0.62107,0 1.48851,1.68616 1.48851,2.89347 0,0.297 0.3189,0.8286 0.70866,1.18133 0.43409,0.39284 0.70866,1.09133 0.70866,1.8027 0,0.85017 -0.18988,1.22163 -0.70866,1.38628 -0.56763,0.18016 -0.70866,0.53611 -0.70866,1.78878 0,1.68828 0.11303,1.60443 -2.83464,2.10307 -0.68209,0.11538 -2.03741,0.37368 -3.01181,0.57399 -0.97441,0.20031 -2.51915,0.44817 -3.43276,0.5508 l -1.6611,0.18659 -0.11371,-1.53862 -0.11367,-1.53862 -0.70554,1.19629 c -0.38803,0.65797 -1.06427,1.56755 -1.50275,2.0213 -0.45078,0.46648 -0.79725,1.26791 -0.79725,1.84422 0,1.29103 0.9387,1.80221 3.54331,1.92953 l 1.94882,0.0953 0.10998,1.32874 c 0.0728,0.88045 0.28503,1.32874 0.62883,1.32874 0.28538,0 0.65608,0.35876 0.82379,0.79724 0.72716,1.9014 2.62637,2.71783 6.58701,2.83162 l 3.18897,0.0916 0.11385,1.24016 c 0.0626,0.68209 0.26192,1.39163 0.44291,1.57677 0.18099,0.18514 0.33031,0.66349 0.33183,1.06299 0.004,0.74838 1.36152,1.61221 2.53573,1.61221 0.34406,0 0.79622,0.3189 1.00482,0.70866 0.33314,0.6225 0.74189,0.70866 3.36192,0.70866 3.10093,0 4.78768,-0.46587 4.78768,-1.32234 0,-1.13633 0.96977,-1.5123 3.90069,-1.5123 l 2.88829,0 2.09764,2.09763 c 1.21599,1.21599 2.09763,2.40741 2.09763,2.83465 0,0.61366 0.21941,0.73701 1.31103,0.73701 1.01969,0 1.21652,-0.0945 0.88582,-0.4252 z " - }, - "cat11": { - "cat_id": 41, - "cat_slug": "pla-de-lestany", - "name": "Pla de l'Estany", - "nx": 640, - "ny": 245, - "capital": "Banyoles", - "cx": 640, - "cy": 260, - "url": "https://work.catalunyamedieval.dev/mapa/pla-de-lestany", - "statistics": { - "castell": 10, - "epoca-carlina": 0, - "muralles": 0, - "torre": 3, - "casa-forta": 0, - "palau": 0, - "pont": 0, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 2, - "esglesia": 3, - "esglesia-fortificada": 0, - "monestir": 0, - "altres-llocs-dinteres": 0 - }, - "total": 18, - "info": "", - "path": "m 616.83913,487.7447 c 0,-0.38976 0.1594,-0.70866 0.3543,-0.70866 0.1949,0 0.3544,-0.31889 0.3544,-0.70866 0,-0.65659 0.2362,-0.70866 3.2149,-0.70866 2.8658,0 3.2021,-0.067 3.0961,-0.61738 -0.065,-0.33956 -0.5555,-0.82661 -1.089,-1.08233 -1.2316,-0.59029 -1.4325,-2.55226 -0.2614,-2.55226 0.408,0 0.7086,-0.23622 0.7086,-0.5568 0,-0.9231 0.9379,-1.56918 2.2779,-1.56918 1.1136,0 1.2655,-0.1063 1.2655,-0.88583 0,-0.4872 0.1502,-0.88583 0.3339,-0.88583 0.1837,0 0.383,-0.67628 0.4429,-1.50284 0.08,-1.09734 0.2766,-1.53465 0.7301,-1.62068 0.3499,-0.0664 0.7282,0.16094 0.8662,0.52054 0.1347,0.3511 0.7667,1.16012 1.4044,1.79784 1.3865,1.38652 3.3091,1.64844 3.3091,0.45081 0,-0.38976 0.1594,-0.70866 0.3543,-0.70866 0.1949,0 0.3543,-0.3189 0.3543,-0.70866 0,-0.38976 0.1595,-0.70866 0.3544,-0.70866 0.1948,0 0.3543,-0.3189 0.3543,-0.70866 0,-0.38977 0.1594,-0.70866 0.3543,-0.70866 0.1965,0 0.3544,-0.93813 0.3544,-2.10573 0,-2.19007 0.7997,-4.11769 2.2486,-5.42003 0.5704,-0.51269 0.675,-1.0423 0.6218,-3.14998 -0.035,-1.39353 -0.2171,-2.81978 -0.4042,-3.16946 -0.1872,-0.34967 -0.3403,-0.89682 -0.3403,-1.21587 0,-0.73622 -0.8437,-1.59248 -1.5691,-1.59248 -0.4764,0 -0.5568,-0.63721 -0.5568,-4.41088 0,-4.08856 -0.058,-4.47239 -0.7973,-5.25277 -0.4385,-0.46305 -1.0763,-0.94461 -1.4173,-1.07013 -0.4462,-0.16422 -0.6201,-0.61748 -0.6201,-1.61617 0,-0.76337 -0.2238,-1.81933 -0.4974,-2.3466 -0.4752,-0.91595 -0.5078,-0.92565 -0.7325,-0.21767 -0.1293,0.40755 -0.4636,0.741 -0.7428,0.741 -0.2792,0 -0.5076,0.14258 -0.5076,0.31685 0,0.17428 -0.4688,0.81868 -1.0417,1.432 -1.0263,1.0986 -1.0854,1.11361 -3.9862,1.01188 l -2.9445,-0.10325 -0.1024,-3.1004 -0.1024,-3.10039 -4.7488,0 c -2.7836,0 -4.8393,-0.14663 -4.9677,-0.35433 -0.1204,-0.19488 -0.5763,-0.35433 -1.013,-0.35433 -0.4368,0 -0.9854,-0.19134 -1.2193,-0.4252 -0.3307,-0.33071 -0.4252,-0.0157 -0.4252,1.41732 0,1.01339 -0.1594,1.84252 -0.3543,1.84252 -0.1949,0 -0.3543,0.25056 -0.3543,0.55681 0,0.71611 -0.8531,1.56918 -1.5692,1.56918 -0.3063,0 -0.5568,0.15945 -0.5568,0.35433 0,0.21135 -1.3583,0.35433 -3.3662,0.35433 -2.0079,0 -3.3661,-0.14298 -3.3661,-0.35433 0,-0.72356 -2.1559,-0.35659 -3.0279,0.51539 -0.4784,0.47835 -0.8698,0.97785 -0.8698,1.11001 0,0.13216 -0.3433,0.53803 -0.7628,0.90193 -0.6371,0.55251 -1.3568,0.66164 -4.3635,0.66164 l -3.6007,0 -0.5971,1.25218 c -0.3284,0.6887 -0.5962,1.84471 -0.595,2.5689 0,1.66093 -1.3964,4.9654 -2.2167,5.23526 -0.341,0.11221 -0.6201,0.43244 -0.6201,0.71164 0,0.27918 -0.1594,0.50761 -0.3543,0.50761 -0.1965,0 -0.3543,0.93791 -0.3543,2.10508 0,1.15779 -0.1389,2.19089 -0.3086,2.29577 -0.1697,0.10489 -0.4049,0.67237 -0.5226,1.26107 -0.1259,0.62943 -0.4367,1.07037 -0.7545,1.07037 -0.4041,0 -0.5403,0.40177 -0.5403,1.59449 0,0.87696 0.1594,1.59448 0.3543,1.59448 0.639,0 0.3785,2.34401 -0.3543,3.18898 -1.4086,1.62414 -1.0827,1.77165 3.9138,1.77165 4.4353,0 4.6576,-0.0352 5.4921,-0.86972 0.5513,-0.55136 0.8697,-1.27398 0.8697,-1.97412 0,-0.60743 0.2278,-1.3322 0.5062,-1.6106 0.5888,-0.58879 3.3428,-0.67391 5.1387,-0.15884 1.6154,0.46328 3.2134,2.03625 3.2134,3.16309 0,1.31225 1.4938,4.2712 2.1601,4.27858 1.443,0.016 2.7286,1.09071 3.1953,2.67129 0.3279,1.11057 0.6581,1.58694 1.0999,1.58694 0.3472,0 0.6313,0.15945 0.6313,0.35433 0,0.19753 0.9573,0.35433 2.1632,0.35433 l 2.1632,0 -0.2199,1.5059 c -0.456,3.12319 -0.438,3.27018 0.4137,3.39112 0.5488,0.0779 1.0197,0.59627 1.5005,1.65174 0.7525,1.65185 1.0621,1.88386 2.5718,1.9272 0.7475,0.0215 0.9744,-0.13704 0.9744,-0.68069 z " - }, - "cat12": { - "cat_id": 37, - "cat_slug": "noguera", - "name": "Noguera", - "nx": 190, - "ny": 310, - "capital": "Balaguer", - "cx": 190, - "cy": 325, - "url": "https://work.catalunyamedieval.dev/mapa/noguera", - "statistics": { - "castell": 54, - "epoca-carlina": 1, - "muralles": 1, - "torre": 9, - "casa-forta": 3, - "palau": 0, - "pont": 3, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 7, - "esglesia": 45, - "esglesia-fortificada": 0, - "monestir": 3, - "altres-llocs-dinteres": 0 - }, - "total": 126, - "info": "", - "path": "m 165.22797,581.58547 c 0.49638,-0.22617 0.9025,-0.70451 0.9025,-1.06299 0,-0.41556 0.25684,-0.65179 0.70866,-0.65179 0.38977,0 0.70867,-0.15945 0.70867,-0.35433 0,-0.19488 0.31889,-0.35433 0.70866,-0.35433 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.20743 1.20472,-0.35433 2.90551,-0.35433 2.25984,0 2.81102,-0.0945 2.48031,-0.4252 -0.23385,-0.23386 -0.42519,-1.0311 -0.42519,-1.77166 l 0,-1.34645 3.69956,0 c 2.08416,0 3.79518,0.1547 3.91855,0.35433 0.12044,0.19488 0.68792,0.35433 1.26107,0.35433 0.57314,0 1.04208,-0.15945 1.04208,-0.35433 0,-0.19488 0.47834,-0.35433 1.06299,-0.35433 0.58465,0 1.06299,-0.14836 1.06299,-0.32967 0,-0.18135 0.35876,-0.3988 0.79725,-0.48327 0.43848,-0.0844 -0.0399,-0.17525 -1.063,-0.20179 l -1.86023,-0.0483 0,-1.74267 c 0,-2.29174 0.25524,-2.86363 1.27807,-2.86363 0.46635,0 0.84791,-0.15945 0.84791,-0.35433 0,-0.19489 0.3189,-0.35433 0.70866,-0.35433 0.47244,0 0.70866,-0.23624 0.70866,-0.70867 0,-0.65583 0.23623,-0.70866 3.16807,-0.70866 1.74243,0 3.26661,0.15945 3.38705,0.35433 0.12045,0.19489 0.51773,0.35433 0.88286,0.35433 0.36513,0 0.76509,0.3189 0.8888,0.70867 0.1237,0.38976 0.38029,0.70866 0.57019,0.70866 0.84954,0 2.79595,2.89817 2.79595,4.16313 0,0.53738 1.37038,2.66213 1.84744,2.86441 0.1532,0.065 0.27854,0.36631 0.27854,0.66962 0,1.05488 1.15995,1.49258 3.98622,1.50417 1.602,0.007 2.74607,-0.13635 2.74607,-0.34307 0,-0.19488 0.25056,-0.35433 0.5568,-0.35433 0.61699,0 1.56918,-0.82169 1.56918,-1.35411 0,-0.43242 0.86979,-0.77187 1.9778,-0.77187 0.82881,0 0.85685,-0.0855 0.85685,-2.61411 0,-1.7005 -0.15955,-2.74649 -0.45651,-2.99293 -0.25107,-0.20838 -1.4868,-0.42721 -2.74606,-0.48631 l -2.28956,-0.10744 -0.10411,-2.5689 c -0.0654,-1.61475 0.0333,-2.56889 0.26575,-2.56889 0.20342,0 0.36986,-0.3189 0.36986,-0.70866 0,-0.47244 0.23622,-0.70867 0.70866,-0.70867 0.38976,0 0.70866,-0.15944 0.70866,-0.35433 0,-0.19488 0.25493,-0.35433 0.5665,-0.35433 0.31157,0 1.01334,-0.47834 1.55948,-1.06299 0.54614,-0.58465 1.24791,-1.06299 1.55949,-1.06299 0.31157,0 0.5665,-0.15945 0.5665,-0.35433 0,-0.21878 1.83608,-0.35433 4.79957,-0.35433 4.6234,0 4.83149,-0.0319 5.66929,-0.86973 0.47834,-0.47834 0.86972,-1.11614 0.86972,-1.41732 0,-0.30118 0.25056,-0.5476 0.55681,-0.5476 0.86046,0 1.56913,-0.90845 1.56961,-2.01209 2.4e-4,-0.55484 0.39444,-1.45787 0.88582,-2.02924 0.48697,-0.56624 0.8854,-1.16417 0.8854,-1.32874 0,-0.16457 0.23782,-0.29922 0.52849,-0.29922 0.29067,0 0.72765,-0.3189 0.97106,-0.70866 0.24341,-0.38977 0.56366,-0.70866 0.71167,-0.70866 0.31228,0 1.68642,-1.31985 1.68642,-1.6198 0,-0.41573 1.03218,-1.21485 1.56917,-1.21485 0.30625,0 0.55681,-0.20911 0.55681,-0.46468 0,-0.25558 0.29733,-0.78383 0.66073,-1.1739 1.10069,-1.18145 1.46525,-2.13444 1.46525,-3.83025 0,-0.88978 0.15945,-1.61778 0.35433,-1.61778 0.19489,0 0.35434,-0.30598 0.35434,-0.67995 0,-0.37397 0.27903,-1.1702 0.62007,-1.76941 0.57921,-1.01766 0.75436,-1.08962 2.65748,-1.09171 1.12354,-10e-4 2.03741,0.15669 2.03741,0.35209 0,0.19488 0.25056,0.35433 0.5568,0.35433 1.19071,0 1.56918,0.93101 1.56918,3.86011 0,2.6791 -0.0622,2.91142 -1.05105,3.92295 -0.72223,0.73883 -1.39371,1.07521 -2.14636,1.07521 -1.06946,0 -1.09273,0.0355 -0.98635,1.50591 l 0.10896,1.5059 2.75628,0.10367 c 2.75679,0.10369 3.79884,-0.26493 3.79884,-1.34383 0,-0.85861 1.06335,-1.4599 2.38803,-1.35035 1.26081,0.10427 1.33835,0.18162 1.44241,1.43894 0.0637,0.76917 -0.0482,1.32874 -0.26575,1.32874 -0.20665,0 -0.37572,0.37422 -0.37572,0.83161 0,0.45738 -0.3189,1.1993 -0.70866,1.6487 -0.73768,0.85055 -0.9705,2.48032 -0.35433,2.48032 0.19488,0 0.35433,0.39452 0.35433,0.87672 0,1.73219 3.90394,2.71534 4.96063,1.24926 0.62993,-0.87397 1.31182,-0.91352 1.5274,-0.0886 0.12499,0.47828 0.17145,0.44234 0.20315,-0.15713 0.0244,-0.4607 0.474,-1.03294 1.1041,-1.40514 0.58464,-0.34536 1.06299,-0.753 1.06299,-0.90586 0,-0.15286 0.24584,-0.27794 0.54631,-0.27794 0.30047,0 0.88861,-0.31889 1.30697,-0.70866 0.41836,-0.38976 1.12922,-0.70866 1.57967,-0.70866 0.45046,0 0.81902,-0.15945 0.81902,-0.35433 0,-0.19488 0.47834,-0.35433 1.06299,-0.35433 0.80515,0 1.06299,-0.16201 1.06299,-0.66791 0,-0.36735 0.43848,-0.95052 0.97441,-1.29593 0.53593,-0.34542 1.10192,-0.8421 1.25776,-1.10375 0.15585,-0.26164 0.51461,-0.47572 0.79725,-0.47572 0.28264,0 0.51389,-0.31889 0.51389,-0.70866 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.25493 0.35433,-0.5665 0,-0.66415 1.85551,-2.48888 2.85269,-2.80537 0.47778,-0.15164 0.69062,-0.53944 0.69062,-1.25831 0,-0.57151 0.15945,-1.03911 0.35433,-1.03911 0.19488,0 0.35433,-0.3189 0.35433,-0.70867 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.31889 0.35433,-0.70866 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.41978 0.35433,-0.93285 0,-0.51306 0.2901,-1.19072 0.64467,-1.5059 0.35458,-0.31519 0.74819,-0.8521 0.87471,-1.19314 0.12652,-0.34104 0.47421,-0.62008 0.77265,-0.62008 0.36669,0 0.54262,-0.34464 0.54262,-1.06299 0,-0.58465 0.13385,-1.06299 0.29745,-1.06299 0.4274,0 1.11987,-1.65356 1.11987,-2.67415 0,-0.47804 0.15945,-0.86916 0.35433,-0.86916 0.22047,0 0.35433,-2.00787 0.35433,-5.31496 0,-3.30709 0.13386,-5.31496 0.35433,-5.31496 0.19488,0 0.35433,-0.47835 0.35433,-1.06299 0,-0.59926 0.19323,-1.0752 0.44292,-1.09097 0.35433,-0.0224 0.35433,-0.0637 0,-0.20669 -0.9731,-0.39265 -0.44055,-1.18266 0.79724,-1.18266 0.68209,0 1.24016,0.15945 1.24016,0.35433 0,0.19489 0.23917,0.35433 0.53149,0.35433 0.29233,0 0.5315,-0.15944 0.5315,-0.35433 0,-0.19488 0.3189,-0.35433 0.70866,-0.35433 0.62277,0 0.70866,-0.23622 0.70866,-1.94882 l 0,-1.94882 -3.91523,0 c -2.92565,0 -4.19747,0.14595 -5.03189,0.57745 -1.40424,0.72616 -2.03713,1.35274 -2.03713,2.01682 0,0.48562 -0.70623,0.94904 -1.4463,0.94904 -0.17894,0 -0.32535,-1.83366 -0.32535,-4.0748 0,-3.83858 0.0411,-4.0748 0.70866,-4.0748 0.55118,0 0.70866,-0.23623 0.70866,-1.063 0,-0.58464 0.15945,-1.06299 0.35433,-1.06299 0.21136,0 0.35433,-1.35827 0.35433,-3.36614 0,-2.00788 -0.14297,-3.36614 -0.35433,-3.36614 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.55119 -0.23622,-0.70866 -1.06299,-0.70866 -1.06299,0 -1.06299,0 -1.06299,-2.12599 0,-1.16929 -0.12742,-2.12598 -0.28315,-2.12598 -0.35187,0 -1.13418,-2.10716 -1.13418,-3.05491 0,-1.07711 -0.81456,-2.55943 -1.50579,-2.74019 -0.50511,-0.13209 -0.62019,-0.56283 -0.62019,-2.32134 0,-1.92293 0.0775,-2.15915 0.70866,-2.15915 0.50731,0 0.70866,-0.23623 0.70866,-0.83139 0,-0.88709 -0.91745,-2.9601 -1.62728,-3.67693 -0.23611,-0.23844 -0.77067,-0.98589 -1.18792,-1.66101 -0.51066,-0.82626 -1.07215,-1.26366 -1.71778,-1.33814 -0.69533,-0.0802 -0.99148,-0.33903 -1.07671,-0.941 -0.0663,-0.46804 -0.56777,-1.08648 -1.14934,-1.41733 -0.56747,-0.32283 -1.03277,-0.70655 -1.034,-0.85271 -0.004,-0.43941 -4.18089,-0.30856 -4.32894,0.1356 -0.0831,0.24932 -0.4431,0.30318 -0.95032,0.14219 -1.23893,-0.39322 -2.51826,-3.58214 -2.51826,-6.27714 0,-2.15484 -0.005,-2.16474 -0.66164,-1.40723 -0.52512,0.60547 -1.05731,0.76288 -2.57926,0.76288 -1.51114,0 -2.02589,0.15022 -2.42839,0.70866 -0.28093,0.38977 -0.72614,0.70866 -0.98936,0.70866 -0.61675,0 -1.49096,0.87421 -1.49096,1.49096 0,0.26322 -0.31889,0.70843 -0.70866,0.98936 -0.41615,0.29994 -0.70866,0.91725 -0.70866,1.49554 0,0.54163 -0.15945,0.98477 -0.35433,0.98477 -0.19488,0 -0.35433,0.3189 -0.35433,0.70867 0,0.38976 -0.15945,0.70866 -0.35433,0.70866 -0.19488,0 -0.35433,0.23917 -0.35433,0.53149 0,0.29233 -0.15945,0.5315 -0.35433,0.5315 -0.19488,0 -0.35433,0.25144 -0.35433,0.55875 0,0.30732 -0.47835,1.0371 -1.06299,1.62175 -0.58465,0.58464 -1.063,1.2547 -1.063,1.489 0,0.23432 -0.31889,0.65587 -0.70866,0.9368 -0.38976,0.28093 -0.70866,0.69788 -0.70866,0.92657 0,0.54083 -1.93991,2.61674 -2.44531,2.61674 -0.97371,0 -0.22889,2.0698 0.89915,2.49868 0.77804,0.29581 0.8375,0.50773 0.8375,2.98467 0,1.54128 -0.1495,2.66625 -0.35433,2.66625 -0.19488,0 -0.35433,0.44315 -0.35433,0.98477 0,0.57829 -0.29251,1.1956 -0.70866,1.49555 -0.40444,0.2915 -0.70867,0.91725 -0.70867,1.45763 0,0.84427 -0.54356,1.37701 -1.40497,1.37701 -0.48486,0 -0.81736,-1.47379 -1.03921,-4.6063 l -0.2133,-3.01181 -4.76009,-0.0993 c -2.82458,-0.0589 -4.95318,-0.25956 -5.23494,-0.49341 -0.59255,-0.49176 -0.56508,-0.5319 -1.31837,1.92654 l -0.62582,2.04247 -10.8611,-0.0936 c -10.84644,-0.0935 -10.86124,-0.0947 -10.97075,-0.86365 -0.0603,-0.4235 -0.52054,-1.18088 -1.02273,-1.68307 -0.71275,-0.71275 -1.2656,-0.91307 -2.51992,-0.91307 -1.70507,0 -2.90281,-0.72444 -2.90281,-1.75571 0,-0.32058 -0.14397,-0.73435 -0.31994,-0.91949 -0.17596,-0.18514 -0.37593,-0.6476 -0.44438,-1.0277 -0.11602,-0.64429 -0.18679,-0.62874 -1.04519,0.22966 -1.59568,1.59568 -2.89988,2.05591 -5.82601,2.05591 -2.55432,0 -2.76715,-0.0611 -3.70306,-1.06299 -0.54614,-0.58464 -1.24791,-1.06299 -1.55949,-1.06299 -0.31157,0 -0.5665,-0.17004 -0.5665,-0.37786 0,-0.25355 -1.13656,-0.32114 -3.45472,-0.20543 -4.85872,0.24252 -6.43714,0.54583 -6.92762,1.33122 -0.35333,0.56576 -0.85727,0.66939 -3.25509,0.66939 l -2.83705,0 -1.68402,-1.83175 c -0.92621,-1.00746 -1.68402,-2.12361 -1.68402,-2.48031 0,-0.41235 -0.25811,-0.64857 -0.70866,-0.64857 -0.38976,0 -0.70866,-0.15945 -0.70866,-0.35433 0,-0.19488 -0.79724,-0.35433 -1.77165,-0.35433 -0.97441,0 -1.77166,-0.15137 -1.77166,-0.33637 0,-0.185 -0.51821,-0.82206 -1.15157,-1.41568 -0.94512,-0.88581 -1.45033,-1.07961 -2.81798,-1.08095 -0.91652,-10e-4 -2.07178,-0.18635 -2.56724,-0.4121 -0.78359,-0.35702 -0.9933,-0.30385 -1.61116,0.40855 -0.46369,0.53464 -0.71031,1.32645 -0.71031,2.28053 0,1.48187 -0.46044,2.14496 -2.09796,3.02133 -0.40518,0.21685 -0.73669,0.58948 -0.73669,0.82807 0,0.23859 -0.3189,0.63295 -0.70866,0.87636 -0.64981,0.40581 -0.70866,0.82631 -0.70866,5.06346 0,3.57785 -0.13034,4.87294 -0.57745,5.73754 -0.97991,1.89495 -1.28492,2.03714 -4.36981,2.03714 -2.73112,0 -2.92343,0.0527 -3.92295,1.0752 -0.88714,0.90753 -1.05105,1.35693 -1.05105,2.88167 0,2.59727 -0.71946,3.12974 -4.22883,3.12974 l -2.70308,0 -0.47079,1.59449 c -0.25894,0.87697 -0.61265,1.59449 -0.78602,1.59449 -0.17337,0 -0.31522,0.21477 -0.31522,0.47728 0,0.2625 -0.3189,0.84497 -0.70866,1.29437 -0.47467,0.54729 -0.70866,1.32568 -0.70866,2.35736 0,1.32543 0.10314,1.54028 0.73944,1.54028 0.49621,0 0.87142,0.34965 1.14067,1.06299 0.32666,0.86542 0.60488,1.06299 1.4969,1.06299 0.60589,0 1.43568,0.31678 1.85632,0.70866 0.41836,0.38977 1.16595,0.70866 1.6613,0.70866 l 0.90064,0 0,5.11392 c 0,4.78372 0.0452,5.12828 0.70085,5.33636 0.44725,0.14195 0.8439,0.75961 1.09616,1.70695 0.21743,0.81648 0.53984,1.76138 0.71648,2.09978 0.49239,0.94331 0.38275,1.94275 -0.23932,2.18146 -0.30826,0.1183 -1.90275,0.21508 -3.54331,0.21508 -2.35282,0 -2.98283,0.10721 -2.98283,0.50761 0,0.2792 -0.31889,0.60884 -0.70866,0.73254 -0.61101,0.19393 -0.70866,0.53612 -0.70866,2.48329 0,1.24209 0.15945,2.3569 0.35433,2.47734 0.19488,0.12045 0.35433,1.47576 0.35433,3.01182 0,1.53605 0.15945,2.89136 0.35433,3.01181 0.19489,0.12044 0.35433,1.48517 0.35433,3.03272 0,1.6396 0.14786,2.81373 0.35433,2.81373 0.19489,0 0.35434,0.25168 0.35434,0.55928 0,0.3076 0.63779,1.17207 1.41732,1.92104 1.06534,1.02358 1.41732,1.63893 1.41732,2.47784 0,1.20677 0.6795,2.12846 1.56918,2.12846 0.32058,0 0.55681,0.30064 0.55681,0.70866 0,0.38976 0.15944,0.70866 0.35433,0.70866 0.19488,0 0.35433,0.47835 0.35433,1.06299 0,0.58465 0.15945,1.06299 0.35433,1.06299 0.19488,0 0.35433,0.3189 0.35433,0.70867 0,0.52493 0.23622,0.70866 0.91113,0.70866 0.93421,0 1.92351,0.71582 1.92351,1.39177 0,0.20866 0.87468,1.27528 1.94372,2.37025 1.92048,1.96704 3.01691,3.65851 3.01691,4.65418 0,0.28166 0.47835,0.95893 1.063,1.50506 0.75479,0.70508 1.06299,1.32328 1.06299,2.13222 0,0.87041 0.33443,1.45421 1.41732,2.47408 0.77953,0.73417 1.41732,1.59257 1.41732,1.90757 0,0.315 0.1582,0.57274 0.35155,0.57274 0.19334,0 0.63214,0.59793 0.97509,1.32874 0.55998,1.19332 0.77745,1.33987 2.13347,1.43791 1.58617,0.11473 2.56352,-0.45762 2.56352,-1.50119 0,-0.43955 0.41568,-0.5568 1.97412,-0.5568 1.93214,0 2.98651,-0.50038 2.98651,-1.41732 0,-0.5889 0.92161,-1.41732 1.57677,-1.41732 0.31042,0 0.75958,0.43848 0.99814,0.97441 0.23855,0.53592 0.79321,1.26503 1.23256,1.62021 0.43935,0.35518 0.79882,1.02341 0.79882,1.485 0,0.46155 0.15945,0.93773 0.35434,1.05817 0.19488,0.12044 0.35433,0.76766 0.35433,1.43823 0,1.35528 0.61127,1.57132 2.28647,0.80805 z " - }, - "cat13": { - "cat_id": 38, - "cat_slug": "osona", - "name": "Osona", - "nx": 490, - "ny": 300, - "capital": "Vic", - "cx": 490, - "cy": 315, - "url": "https://work.catalunyamedieval.dev/mapa/osona", - "statistics": { - "castell": 32, - "epoca-carlina": 0, - "muralles": 1, - "torre": 5, - "casa-forta": 6, - "palau": 2, - "pont": 8, - "torre-colomer": 0, - "basilica": 0, - "catedral": 1, - "ermita": 20, - "esglesia": 31, - "esglesia-fortificada": 0, - "monestir": 3, - "altres-llocs-dinteres": 2 - }, - "total": 111, - "info": "", - "path": "m 494.44313,575.82118 c 0.728,-0.72793 0.6283,-2.23242 -0.2889,-4.35979 -0.5249,-1.21758 -1.0122,-1.85626 -1.4194,-1.86023 -0.5349,-0.005 -0.6201,-0.37113 -0.6201,-2.66354 0,-2.38748 0.069,-2.65748 0.6826,-2.65748 0.6048,0 0.7024,-0.33322 0.8555,-2.92323 0.095,-1.60778 0.2837,-3.52116 0.4191,-4.25197 l 0.2463,-1.32874 2.6187,0 c 2.3825,0 2.6187,0.0639 2.6187,0.70866 0,0.67232 0.2363,0.70866 4.6063,0.70866 2.8347,0 4.6063,0.13629 4.6063,0.35433 0,0.19489 0.3189,0.35433 0.7087,0.35433 0.3898,0 0.7087,0.15945 0.7087,0.35433 0,0.19489 0.3189,0.35434 0.7086,0.35434 0.3898,0 0.7087,0.23507 0.7087,0.52239 0,0.28732 0.4783,0.76976 1.063,1.07209 0.965,0.49901 1.063,0.71223 1.063,2.31225 0,0.96942 0.1594,1.76256 0.3543,1.76256 0.1949,0 0.3543,0.47834 0.3543,1.06299 0,1.02362 0.059,1.06299 1.5945,1.06299 1.2249,0 1.5945,-0.13131 1.5945,-0.5665 0,-0.31157 0.4783,-1.01335 1.063,-1.55948 0.9123,-0.8522 1.063,-1.24913 1.063,-2.79964 0,-0.99366 -0.1595,-1.80666 -0.3543,-1.80666 -0.1999,0 -0.3544,-1.00394 -0.3544,-2.30315 0,-2.06693 0.073,-2.30315 0.7087,-2.30315 0.3897,0 0.7086,-0.15945 0.7086,-0.35433 0,-0.19488 0.3189,-0.35433 0.7087,-0.35433 0.3898,0 0.7087,-0.15945 0.7087,-0.35433 0,-0.19489 0.7175,-0.35433 1.5945,-0.35433 0.8769,0 1.5944,0.15944 1.5944,0.35433 0,0.19488 0.4784,0.35433 1.063,0.35433 0.5847,0 1.063,0.15945 1.063,0.35433 0,0.19488 0.3056,0.35433 0.6792,0.35433 0.3735,0 0.7595,0.19931 0.8578,0.44291 0.098,0.2436 0.1913,-0.15502 0.2067,-0.88582 0.023,-1.10185 -0.093,-1.32874 -0.6807,-1.32874 -0.6589,0 -0.7086,-0.23623 -0.7086,-3.36615 0,-2.7559 0.096,-3.36614 0.5315,-3.36614 0.2923,0 0.5315,-0.14216 0.5315,-0.31592 0,-0.17375 0.3986,-0.41596 0.8858,-0.53824 0.9013,-0.22622 1.2375,-1.36696 0.5315,-1.80332 -0.1949,-0.12044 -0.3544,-1.00682 -0.3544,-1.96973 l 0,-1.75074 2.126,0 c 1.1811,0 2.126,-0.15748 2.126,-0.35433 0,-0.19488 0.2464,-0.35433 0.5476,-0.35433 0.597,0 1.8513,-1.1824 2.5528,-2.40652 0.6716,-1.17193 0.539,-3.63233 -0.2671,-4.95441 -0.389,-0.63807 -0.7073,-1.40271 -0.7073,-1.69917 0,-0.58852 1.5368,-2.27849 2.072,-2.27849 0.4218,0 0.7626,-0.8765 0.7626,-1.96112 0,-1.53448 1.2463,-3.70817 2.126,-3.70817 0.6408,0 1.4173,-0.94533 1.4173,-1.72543 0,-0.39218 0.1595,-0.8116 0.3544,-0.93205 0.1949,-0.12044 0.3543,-0.76765 0.3543,-1.43823 0,-0.98303 -0.1373,-1.21925 -0.7087,-1.21925 -0.3897,0 -0.7086,-0.15945 -0.7086,-0.35433 0,-0.19488 -0.8842,-0.35433 -1.965,-0.35433 -1.6137,0 -2.1203,-0.15543 -2.8346,-0.86972 -0.8271,-0.82714 -0.8697,-1.0787 -0.8697,-5.1378 l 0,-4.26807 2.6828,0 c 2.7043,0 3.6951,-0.3998 3.6951,-1.49095 0,-0.26323 0.3189,-0.70844 0.7087,-0.98936 0.5547,-0.39979 0.7087,-0.91726 0.7087,-2.38138 0,-1.02882 -0.1595,-1.87059 -0.3544,-1.87059 -0.1948,0 -0.3543,-0.39862 -0.3543,-0.88583 0,-0.84797 0.092,-0.88583 2.1592,-0.88583 1.8611,0 2.1847,0.0978 2.3445,0.70867 0.2573,0.98407 0.7534,0.88529 1.027,-0.20447 0.2065,-0.82291 0.019,-1.48614 -0.9657,-3.42262 -0.1722,-0.3384 -0.313,-0.8566 -0.313,-1.15157 0,-0.29497 -0.1595,-0.5363 -0.3544,-0.5363 -0.1948,0 -0.3543,-0.23918 -0.3543,-0.5315 0,-0.33464 0.3375,-0.5315 0.9111,-0.5315 1.0151,0 1.9236,-0.73079 1.9236,-1.54731 0,-0.29421 -0.4784,-1.05865 -1.063,-1.69876 -0.5847,-0.64011 -1.063,-1.43778 -1.063,-1.77261 0,-0.33483 -0.1595,-0.70733 -0.3544,-0.82777 -0.1948,-0.12045 -0.3543,-0.52848 -0.3543,-0.90674 0,-0.37827 -0.1594,-0.68775 -0.3543,-0.68775 -0.1949,0 -0.3543,-0.3189 -0.3543,-0.70866 0,-0.38977 -0.1595,-0.70866 -0.3544,-0.70866 -0.1949,0 -0.3543,-0.55808 -0.3543,-1.24016 0,-1.21825 0.026,-1.24016 1.4715,-1.24016 l 1.4716,0 -0.7629,-0.66164 c -0.4196,-0.3639 -0.7629,-0.92197 -0.7629,-1.24016 0,-0.47085 -0.3956,-0.57851 -2.126,-0.57851 l -2.126,0 0,-1.41733 0,-1.41732 -2.4708,0 c -1.8246,0 -2.9135,0.20851 -4.1634,0.79724 -0.9309,0.43849 -1.7457,0.91683 -1.8106,1.063 -0.065,0.14616 -0.3378,0.26574 -0.6063,0.26574 -0.2685,0 -0.7947,0.32898 -1.1693,0.73106 -0.5283,0.56712 -1.028,0.70617 -2.2283,0.62008 -1.3305,-0.0954 -1.5643,-0.23146 -1.6687,-0.97082 -0.1437,-1.01742 -1.058,-2.5063 -1.5391,-2.5063 -0.9188,0 -1.3513,-1.10357 -1.3513,-3.44736 0,-2.89765 -0.5561,-4.34123 -1.674,-4.34515 -1.0215,-0.004 -1.8693,-1.6189 -1.8693,-3.56165 0,-1.1701 0.1438,-1.50571 0.7086,-1.65341 0.8155,-0.21325 0.9685,-1.16566 0.1873,-1.16566 -0.2868,0 -1.4029,-0.38985 -2.4803,-0.86633 l -1.9589,-0.86632 0,-3.433 c 0,-3.30571 0.036,-3.46407 0.9744,-4.27104 0.7567,-0.65083 1.3899,-0.83813 2.8346,-0.83847 1.7479,-3.5e-4 1.8603,-0.0539 1.8603,-0.88626 0,-0.4872 -0.1595,-0.88582 -0.3544,-0.88582 -0.1949,0 -0.3543,-0.24679 -0.3543,-0.54842 0,-0.65738 -1.6778,-2.28623 -2.3549,-2.28623 -0.2639,0 -0.4798,-0.1456 -0.4798,-0.32355 0,-0.18794 -0.4084,-0.20046 -0.9744,-0.0299 -0.5359,0.16153 -1.5437,0.46657 -2.2397,0.67788 -0.6959,0.21131 -1.469,0.3842 -1.7181,0.3842 -0.249,0 -0.8996,0.47834 -1.4457,1.06299 -0.5461,0.58464 -1.1575,1.06299 -1.3584,1.06299 -0.2011,0 -0.4667,0.3189 -0.5904,0.70866 -0.2015,0.63463 -0.5361,0.70866 -3.2038,0.70866 -2.9514,0 -2.9839,-0.01 -3.5285,-1.06299 -0.3292,-0.63655 -0.8303,-1.06299 -1.2493,-1.06299 -0.3847,0 -0.6995,-0.15945 -0.6995,-0.35433 0,-0.19988 -1.004,-0.35433 -2.3032,-0.35433 -2.2205,0 -2.3031,0.0318 -2.3031,0.88582 0,0.6051 0.1965,0.88777 0.6201,0.89195 1.1766,0.0116 2.2145,1.5547 2.2145,3.2924 0,2.88313 0.444,2.7251 -7.656,2.7251 -4.762,0 -7.2259,0.12554 -7.2259,0.36816 0,0.20249 -0.6253,0.99974 -1.3895,1.77166 -1.5856,1.60155 -2.7785,1.79969 -4.1831,0.69483 -0.7157,-0.56297 -1.4374,-0.70866 -3.5106,-0.70866 -1.5036,0 -2.6097,0.15018 -2.6097,0.35433 0,0.19488 -0.6874,0.35433 -1.5276,0.35433 -1.6039,0 -2.8286,0.77972 -3.2347,2.05945 -0.441,1.38937 -3.70966,1.78666 -7.28492,0.88543 -1.03029,-0.2597 -1.25728,-0.49038 -1.34125,-1.363 -0.0556,-0.57771 -0.24045,-1.36928 -0.41078,-1.75905 -0.17033,-0.38976 -0.39887,-0.98769 -0.50786,-1.32874 -0.11987,-0.37505 -0.55261,-0.62008 -1.09513,-0.62008 -0.49334,0 -0.89695,-0.15944 -0.89695,-0.35433 0,-0.19488 -0.71752,-0.35433 -1.59449,-0.35433 l -1.59449,0 0,1.71478 c 0,1.4937 -0.11636,1.76779 -0.90252,2.12598 -0.49634,0.22617 -1.13414,0.41121 -1.41732,0.41121 -0.387,0 -0.51481,0.47781 -0.51481,1.92494 0,1.61375 -0.11455,1.96131 -0.70866,2.14986 -1.34465,0.42678 -0.39582,1.94882 1.21486,1.94882 0.77046,0 0.91113,0.15963 0.91113,1.03402 0,1.57225 -0.34558,2.15496 -1.27807,2.15496 -0.51747,0 -0.84792,0.20712 -0.84792,0.5315 0,0.29527 -0.31496,0.53149 -0.70866,0.53149 -0.6121,0 -0.70866,0.23622 -0.70866,1.73375 0,1.99325 -0.22581,2.16389 -2.86363,2.16389 -1.70008,0 -1.74267,-0.026 -1.74267,-1.06299 0,-0.58465 -0.15945,-1.06299 -0.35433,-1.06299 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70867 0,-0.55118 -0.23623,-0.70866 -1.06299,-0.70866 -0.58465,0 -1.06299,-0.15945 -1.06299,-0.35433 0,-0.19488 -0.55808,-0.35433 -1.24016,-0.35433 l -1.24016,0 0,5.76824 c 0,5.36175 -0.0499,5.80422 -0.70866,6.27901 -0.41616,0.29994 -0.70866,0.91725 -0.70866,1.49554 0,0.54162 -0.15945,0.98477 -0.35433,0.98477 -0.19488,0 -0.35433,0.63051 -0.35433,1.40113 l 0,1.40114 2.39173,0.10477 2.39173,0.10477 0.10999,1.32874 c 0.0636,0.76918 -0.0483,1.32874 -0.26575,1.32874 -0.20665,0 -0.37574,0.47835 -0.37574,1.06299 0,0.58465 -0.15944,1.063 -0.35433,1.063 -0.19488,0 -0.35433,0.6059 -0.35433,1.34645 0,0.74055 -0.12688,1.49794 -0.28201,1.68307 -0.15509,0.18514 -0.49815,0.9729 -0.76238,1.75057 -0.26426,0.77768 -0.93458,1.8382 -1.48967,2.35673 -0.82644,0.77203 -1.00924,1.23788 -1.00924,2.57227 0,0.89622 -0.15945,1.62949 -0.35433,1.62949 -0.49841,0 -0.44267,1.89593 0.0709,2.40945 0.24966,0.24966 1.44843,0.42519 2.90385,0.42519 2.20712,0 2.5875,0.1043 3.47244,0.95212 0.88335,0.8463 0.99379,1.20073 0.99379,3.18898 0,1.25502 -0.15552,2.23686 -0.35433,2.23686 -0.19488,0 -0.35433,0.31889 -0.35433,0.70866 0,0.38976 -0.15945,0.70866 -0.35433,0.70866 -0.66069,0 -0.39884,3.79685 0.35433,5.13779 0.38976,0.69395 0.70866,1.71662 0.70866,2.27261 0,0.71289 0.20891,1.06551 0.70866,1.1962 0.5428,0.14195 0.70866,0.48331 0.70866,1.45865 0,0.70033 -0.15945,1.27333 -0.35433,1.27333 -0.19488,0 -0.35433,0.15945 -0.35433,0.35433 0,0.20473 1.12206,0.35433 2.65748,0.35433 1.53542,0 2.65748,-0.1496 2.65748,-0.35433 0,-0.19488 0.71752,-0.35433 1.59449,-0.35433 0.87697,0 1.59449,-0.15945 1.59449,-0.35433 0,-0.19488 0.23917,-0.35433 0.53149,-0.35433 0.29233,0 0.5315,-0.14339 0.5315,-0.31865 0,-0.17526 0.67766,-0.40413 1.50591,-0.50861 0.82824,-0.10448 2.02411,-0.29808 2.65748,-0.43023 0.75359,-0.15723 1.15157,-0.10391 1.15157,0.15428 0,0.5202 5.74303,0.53341 6.26202,0.0144 0.20909,-0.20908 0.91864,-0.32866 1.57672,-0.26574 l 1.1967,0.11439 0.1024,2.68601 0.1024,2.68602 -1.4232,0.64178 c -0.78276,0.35298 -1.51725,0.93807 -1.6322,1.3002 -0.11494,0.36214 -0.43742,0.65843 -0.71659,0.65843 -0.73832,0 -0.62136,0.82458 0.20104,1.41732 0.38977,0.28093 0.70866,0.71475 0.70866,0.96405 0,0.2493 0.3189,0.77217 0.70867,1.16194 0.38972,0.38976 0.70862,1.10167 0.70862,1.58202 0,1.08334 0.9161,1.60695 2.8114,1.60695 1.2044,0 1.4406,0.1162 1.4406,0.70866 0,0.65308 0.2362,0.70866 3.0118,0.70866 2.5018,0 3.0118,-0.0943 3.0118,-0.5568 0,-0.63638 0.8275,-1.56918 1.392,-1.56918 0.2551,0 0.3797,1.97978 0.3797,6.0354 0,5.80175 -0.036,6.10599 -0.9239,7.85869 -0.5082,1.00281 -1.146,2.04531 -1.4174,2.31668 -0.5208,0.52087 -0.6936,2.92309 -0.2102,2.92309 0.1557,0 0.4983,0.59793 0.7613,1.32874 0.263,0.73081 0.7734,1.58661 1.1342,1.9018 0.5426,0.47401 0.656,1.09671 0.656,3.6029 0,3.33195 -0.1823,4.15081 -0.9238,4.15081 -0.3753,0 -0.4935,0.60017 -0.4935,2.50561 0,2.57617 0.42,3.51801 1.5691,3.51801 0.3063,0 0.5568,0.15945 0.5568,0.35433 0,0.20849 1.2418,0.35433 3.0167,0.35433 1.6591,0 3.2934,0.14634 3.6319,0.32521 3.3483,1.76977 5.0996,2.15047 5.9555,1.29458 z " - }, - "cat14": { - "cat_id": 47, - "cat_slug": "selva", - "name": "Selva", - "nx": 570, - "ny": 320, - "capital": "Santa Coloma de Farners", - "cx": 600, - "cy": 335, - "url": "https://work.catalunyamedieval.dev/mapa/selva", - "statistics": { - "castell": 19, - "epoca-carlina": 0, - "muralles": 2, - "torre": 16, - "casa-forta": 5, - "palau": 1, - "pont": 8, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 30, - "esglesia": 51, - "esglesia-fortificada": 1, - "monestir": 3, - "altres-llocs-dinteres": 7 - }, - "total": 143, - "info": "", - "path": "m 611.89593,596.53511 c 1.7584,-1.76386 2.1086,-2.31793 2.1086,-3.33659 0,-0.67185 0.1263,-1.27467 0.2808,-1.33966 0.1544,-0.0649 0.6458,-0.71603 1.0919,-1.44683 0.4833,-0.79186 1.0857,-1.32874 1.4908,-1.32874 0.3739,0 0.6798,-0.15945 0.6798,-0.35433 0,-0.20247 1.063,-0.35434 2.4803,-0.35434 1.4173,0 2.4803,-0.15186 2.4803,-0.35433 0,-0.19488 0.7972,-0.35433 1.7716,-0.35433 0.9745,0 1.7717,-0.15945 1.7717,-0.35433 0,-0.19488 0.3189,-0.35433 0.7087,-0.35433 0.4724,0 0.7086,-0.23623 0.7086,-0.70866 0,-0.5512 0.2363,-0.70866 1.063,-0.70866 0.5847,0 1.063,-0.15945 1.063,-0.35433 0,-0.19488 0.6198,-0.35433 1.3774,-0.35433 1.1068,0 1.542,-0.20828 2.2146,-1.05977 0.4604,-0.58287 1.0364,-1.06122 1.28,-1.06299 0.2437,0 0.443,-0.16268 0.443,-0.35756 0,-0.19488 0.3986,-0.35433 0.8858,-0.35433 0.4872,0 0.8858,-0.12061 0.8858,-0.26805 0,-0.35203 2.577,-1.14927 3.7149,-1.14927 0.4903,0 0.8914,-0.15945 0.8914,-0.35433 0,-0.19488 0.3986,-0.35433 0.8858,-0.35433 0.6496,0 0.8859,-0.18897 0.8859,-0.70866 0,-0.47243 0.2362,-0.70866 0.7086,-0.70866 0.3937,0 0.7087,-0.23624 0.7087,-0.5315 0,-0.29232 0.1594,-0.5315 0.3543,-0.5315 0.1949,0 0.3544,-0.23917 0.3544,-0.53149 0,-0.29233 0.1205,-0.5315 0.2678,-0.5315 0.1473,0 0.4972,-0.51821 0.7775,-1.15157 0.2803,-0.63337 0.7976,-1.4607 1.1495,-1.83848 0.3519,-0.37779 0.6398,-0.81628 0.6398,-0.97441 0,-0.15814 0.3189,-0.28751 0.7087,-0.28751 0.5197,0 0.7086,-0.23623 0.7086,-0.88582 0,-0.48721 -0.1594,-0.88583 -0.3543,-0.88583 -0.1949,0 -0.3543,-0.3189 -0.3543,-0.70866 0,-0.38977 -0.1595,-0.70866 -0.3544,-0.70866 -0.1949,0 -0.3543,-0.3189 -0.3543,-0.70867 0,-0.57366 -0.2362,-0.70866 -1.2402,-0.70866 -1.0039,0 -1.2401,0.135 -1.2401,0.70866 0,0.47243 -0.2362,0.70867 -0.7087,0.70867 -0.3897,0 -0.7086,0.15944 -0.7086,0.35433 0,0.19488 -0.3987,0.35433 -0.8859,0.35433 -0.6496,0 -0.8858,-0.18897 -0.8858,-0.70866 0,-0.47243 -0.2362,-0.70867 -0.7087,-0.70867 -0.3897,0 -0.7086,-0.15944 -0.7086,-0.35433 0,-0.19488 -0.4784,-0.35433 -1.063,-0.35433 -0.5847,0 -1.063,-0.14339 -1.063,-0.31865 0,-0.17525 -0.6777,-0.40691 -1.5059,-0.5148 -4.7268,-0.61576 -5.5433,-0.82535 -6.4715,-1.66132 -2.0161,-1.81556 -2.6525,-2.58968 -2.6525,-3.22626 0,-0.3613 -0.1595,-0.65692 -0.3544,-0.65692 -0.1986,0 -0.3543,-0.97786 -0.3543,-2.22493 0,-1.81845 0.1295,-2.31824 0.7087,-2.7357 0.4607,-0.33209 0.7086,-0.91725 0.7086,-1.67271 0,-1.1581 -0.01,-1.16193 -1.7716,-1.16193 l -1.7717,0 0,-1.59449 c 0,-0.87697 0.1595,-1.59449 0.3544,-1.59449 0.1948,0 0.3543,-0.55807 0.3543,-1.24016 0,-0.68209 0.1594,-1.24016 0.3543,-1.24016 0.2121,0 0.3544,-1.3931 0.3544,-3.47066 l 0,-3.47066 -1.5545,-0.64101 c -0.8969,-0.36988 -1.718,-1.0001 -1.9412,-1.48997 -0.5482,-1.20317 -2.263,-1.18074 -2.8178,0.0369 -0.222,0.48721 -0.5665,0.88583 -0.7656,0.88583 -0.199,0 -0.3619,0.30586 -0.3619,0.67968 0,1.79707 -1.2414,2.3903 -2.541,1.21422 -0.5582,-0.50523 -0.648,-1.16743 -0.648,-4.78347 0,-2.56181 0.1381,-4.19705 0.3544,-4.19705 0.2137,0 0.3543,-1.47638 0.3543,-3.72047 l 0,-3.72047 -1.5706,0 c -1.2014,0 -1.6182,0.14996 -1.7731,0.638 -0.1877,0.59126 -1.987,1.48798 -2.9856,1.48798 -0.238,0 -0.7749,-0.31889 -1.1933,-0.70866 -0.4183,-0.38976 -0.9498,-0.70866 -1.181,-0.70866 -0.2312,0 -0.5161,-0.47835 -0.633,-1.06299 -0.1247,-0.62347 -0.4361,-1.06299 -0.753,-1.06299 -0.3642,0 -0.5403,-0.34659 -0.5403,-1.063 0,-0.82677 -0.1575,-1.06299 -0.7087,-1.06299 -0.408,0 -0.7086,-0.23622 -0.7086,-0.5568 0,-1.39992 -0.7732,-1.56918 -7.1673,-1.56918 l -6.1549,0 -0.4256,-1.17673 c -0.234,-0.64721 -0.4255,-2.07554 -0.4255,-3.17407 l 0,-1.99735 -2.746,-0.10348 -2.7461,-0.10349 -0.1072,-2.06829 c -0.089,-1.72601 0.013,-2.17267 0.6201,-2.69904 1.0981,-0.95243 0.9561,-2.75863 -0.3357,-4.2681 -0.5838,-0.68209 -1.0618,-1.56703 -1.0622,-1.96654 0,-0.39951 -0.1326,-0.87785 -0.2935,-1.06299 -0.161,-0.18514 -0.5055,-1.01427 -0.7654,-1.84252 -0.26,-0.82825 -0.6746,-1.50591 -0.9215,-1.50591 -0.6034,0 -1.5637,-1.99185 -1.5637,-3.24341 0,-0.97405 -0.061,-1.00855 -1.7717,-1.00855 -1.3744,0 -1.7716,-0.12486 -1.7716,-0.55681 0,-0.71612 -0.8531,-1.56918 -1.5692,-1.56918 -0.3063,0 -0.5568,-0.15945 -0.5568,-0.35433 0,-0.19488 -0.2541,-0.35433 -0.5647,-0.35433 -0.3106,0 -0.6481,-0.3189 -0.75,-0.70866 -0.1019,-0.38977 -0.3534,-0.70866 -0.559,-0.70866 -1.0115,0 -1.6696,-1.20876 -1.6696,-3.06673 0,-1.63567 -0.093,-1.8939 -0.6848,-1.8939 -0.3766,0 -0.78,0.29996 -0.8964,0.66657 -0.7623,2.4018 -3.4667,2.94344 -5.546,1.11074 -1.3985,-1.23261 -2.3006,-1.35671 -2.6169,-0.35999 -0.1237,0.38976 -0.4292,0.70866 -0.6787,0.70866 -0.2496,0 -0.7415,0.6378 -1.093,1.41732 -0.5296,1.17447 -0.8129,1.41733 -1.6531,1.41733 -1.8028,0 -4.5477,-2.05753 -4.5477,-3.4089 0,-0.60479 -0.2339,-0.82294 -0.9736,-0.90812 -0.6698,-0.0771 -1.2412,-0.52674 -1.831,-1.44086 -0.8274,-1.28217 -0.9267,-1.32776 -2.8354,-1.30076 -1.088,0.0154 -1.7788,0.10839 -1.5352,0.20669 0.2436,0.0983 0.4429,0.48433 0.4429,0.85785 0,0.37353 0.1595,0.67914 0.3544,0.67914 0.1949,0 0.3543,0.32063 0.3543,0.71252 0,1.15171 1.4861,3.97812 2.1882,4.16172 1.4124,0.36934 0.419,4.69269 -1.0782,4.69269 -0.5403,0 -0.5149,0.15362 0.3073,1.85532 0.9278,1.92022 0.9261,3.82464 0,4.62105 -0.9695,0.83014 -2.1435,0.78146 -2.3736,-0.0984 -0.1199,-0.4586 -0.4833,-0.70866 -1.0298,-0.70866 -0.8075,0 -0.8445,0.10614 -0.8445,2.4261 0,1.91751 -0.1486,2.59738 -0.7087,3.24319 -0.3897,0.4494 -0.7086,0.92775 -0.7086,1.06299 0,0.13524 -0.2978,0.58919 -0.6617,1.00878 -0.5618,0.6478 -1.0428,0.76287 -3.1889,0.76287 l -2.5274,0 0,3.20508 c 0,2.93049 0.074,3.2796 0.8697,4.07481 0.7143,0.71429 1.2209,0.86972 2.8347,0.86972 1.0807,0 1.9649,0.15945 1.9649,0.35433 0,0.19488 0.3331,0.35433 0.7401,0.35433 0.6846,0 0.7274,0.15289 0.5696,2.0374 -0.3083,3.68123 -0.9601,5.01992 -2.7153,5.577 -0.7821,0.24821 -1.429,1.66268 -1.429,3.12416 0,0.86023 -0.3011,1.3971 -1.2325,2.19789 -1.3519,1.16223 -1.5168,1.80872 -0.7276,2.85213 0.6477,0.8564 0.7093,4.35616 0.1005,5.72034 -0.9872,2.21242 -3.247,3.64856 -5.7409,3.64856 -1.473,0 -1.6121,0.0747 -1.6121,0.86492 0,0.4757 0.1594,0.96346 0.3543,1.0839 0.1949,0.12044 0.3543,0.70908 0.3543,1.30809 0,1.09381 -1.0741,2.41238 -1.9651,2.41238 -0.6395,0 -0.8695,0.85106 -0.8695,3.21796 0,1.86078 0.08,2.097 0.7087,2.097 0.5905,0 0.7086,0.23622 0.7086,1.41733 l 0,1.41732 2.3145,0 c 2.7838,0 4.7721,0.72192 4.7721,1.73266 0,0.38821 0.1595,0.80437 0.3544,0.92482 0.1948,0.12044 0.3543,0.46014 0.3543,0.75488 0,1.1033 0.9602,1.54827 3.3408,1.54827 l 2.3285,0 0,1.77165 c 0,0.97441 0.1594,1.77166 0.3543,1.77166 0.1949,0 0.3543,0.31889 0.3543,0.70866 0,0.47243 0.2363,0.70866 0.7087,0.70866 0.3898,0 0.7087,0.15945 0.7087,0.35433 0,0.19488 0.2837,0.35433 0.6304,0.35433 0.3467,0 0.8603,0.3189 1.1412,0.70866 0.2809,0.38976 0.7546,0.71107 1.0527,0.71401 0.298,0.004 1.1796,0.22649 1.9591,0.49681 1.3904,0.48217 1.4194,0.52731 1.5272,2.37568 0.1326,2.27597 0.5054,2.79145 2.0188,2.79145 1.1568,0 2.3005,1.09995 2.3005,2.21248 0,0.25615 0.3189,0.69559 0.7086,0.9765 0.3898,0.28091 0.7087,0.72613 0.7087,0.98936 0,0.88317 1.0008,1.49096 2.455,1.49096 0.7935,0 1.4426,-0.15945 1.4426,-0.35434 0,-0.21568 1.5945,-0.35433 4.0749,-0.35433 l 4.0748,0 0,1.59449 c 0,0.87697 -0.1595,1.59449 -0.3544,1.59449 -0.1949,0 -0.3543,0.39862 -0.3543,0.88583 0,0.4872 0.1594,0.88582 0.3543,0.88582 0.2003,0 0.3544,1.01236 0.3544,2.32845 0,1.59733 0.1668,2.49538 0.5315,2.85998 0.2923,0.29233 0.5314,0.36064 0.5314,0.15183 0,-0.2088 0.3189,-0.37963 0.7087,-0.37963 0.3898,0 0.7087,-0.15945 0.7087,-0.35433 0,-0.19577 0.9259,-0.35433 2.0691,-0.35433 1.8734,0 2.108,-0.0854 2.4803,-0.90251 0.2262,-0.49635 0.4112,-1.13415 0.4112,-1.41733 0,-0.28314 0.2996,-0.5148 0.6657,-0.5148 0.4055,0 0.8377,-0.41535 1.106,-1.063 0.2421,-0.58464 0.5803,-1.06299 0.7516,-1.06299 0.1712,0 0.3113,-0.3189 0.3113,-0.70866 0,-0.38976 0.1595,-0.70866 0.3544,-0.70866 0.1949,0 0.3543,-0.3189 0.3543,-0.70866 0,-0.66143 0.2362,-0.70866 3.5433,-0.70866 2.126,0 3.5433,-0.14174 3.5433,-0.35433 0,-0.19489 0.2074,-0.35433 0.4609,-0.35433 0.6519,0 2.3677,-0.83336 2.371,-1.15158 0,-0.14616 0.2419,-0.26575 0.5343,-0.26575 0.2923,0 0.5315,-0.15945 0.5315,-0.35433 0,-0.19488 0.3986,-0.35433 0.8858,-0.35433 0.5512,0 0.8858,-0.2008 0.8858,-0.5315 0,-0.29232 0.1196,-0.53351 0.2658,-0.53599 0.1461,-0.004 0.8151,-0.87945 1.4866,-1.94882 l 1.2208,-1.94432 2.7529,0 c 2.3903,0 2.8029,0.0934 3.1322,0.70866 0.2086,0.38977 0.5393,0.70866 0.7349,0.70866 0.1957,0 0.9999,0.6378 1.7873,1.41733 1.4116,1.39762 1.4681,1.41732 4.061,1.41732 2.5728,0 2.6294,0.0191 2.6294,0.89139 0,0.49029 -0.1983,1.5267 -0.4406,2.30315 -0.3464,1.10966 -0.6152,1.41176 -1.2563,1.41176 -0.4486,0 -1.207,0.39136 -1.6854,0.8697 l -0.8697,0.86974 0,7.65953 c 0,8.03364 0.063,8.37284 1.6195,8.76973 0.376,0.0959 0.7314,0.19279 0.7897,0.21539 0.058,0.0227 1.0549,-0.9107 2.2145,-2.074 z " - }, - "cat15": { - "cat_id": 25, - "cat_slug": "baix-emporda", - "name": "Baix Empordà", - "nx": 710, - "ny": 300, - "capital": "La Bisbal d'Empordà", - "cx": 725, - "cy": 315, - "url": "https://work.catalunyamedieval.dev/mapa/baix-emporda", - "statistics": { - "castell": 39, - "epoca-carlina": 0, - "muralles": 4, - "torre": 50, - "casa-forta": 9, - "palau": 3, - "pont": 4, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 6, - "esglesia": 59, - "esglesia-fortificada": 12, - "monestir": 4, - "altres-llocs-dinteres": 7 - }, - "total": 197, - "info": "", - "path": "m 651.70223,569.03621 c 0.1064,-0.27726 0.5287,-0.5041 0.9385,-0.5041 0.8796,0 1.7575,-0.78386 1.7575,-1.56919 0,-0.30625 0.279,-0.5574 0.62,-0.55811 0.3411,0 1.1422,-0.31964 1.7803,-0.70866 0.638,-0.38906 1.6346,-0.70735 2.2145,-0.70735 0.58,0 1.0544,-0.15945 1.0544,-0.35433 0,-0.19488 0.4784,-0.35433 1.063,-0.35433 0.5847,0 1.063,-0.15945 1.063,-0.35433 0,-0.19489 0.3189,-0.35433 0.7087,-0.35433 0.3898,0 0.7087,-0.15945 0.7087,-0.35434 0,-0.19488 0.2391,-0.35433 0.5314,-0.35433 0.2924,0 0.5328,-0.11958 0.5343,-0.26574 0,-0.31821 1.7191,-1.15158 2.371,-1.15158 0.2535,0 0.4609,-0.15945 0.4609,-0.35433 0,-0.19488 0.2392,-0.35433 0.5315,-0.35433 0.2923,0 0.5315,-0.15945 0.5315,-0.35433 0,-0.19488 0.3189,-0.35433 0.7086,-0.35433 0.4725,0 0.7087,-0.23622 0.7087,-0.70866 0,-0.38977 0.1595,-0.70866 0.3543,-0.70866 0.1949,0 0.3544,-0.47835 0.3544,-1.063 0,-0.58464 0.1594,-1.06299 0.3543,-1.06299 0.1949,0 0.3543,-0.39862 0.3543,-0.88583 0,-0.4872 0.1595,-0.88582 0.3544,-0.88582 0.1948,0 0.3543,-0.14576 0.3543,-0.32391 0,-0.54544 2.4334,-2.86507 3.0055,-2.86507 0.2958,0 0.5378,-0.24642 0.5378,-0.5476 0,-0.62927 1.546,-2.28704 2.1329,-2.28704 0.2164,0 1.17,-0.79725 2.1191,-1.77166 0.9491,-0.97441 1.9751,-1.77165 2.2801,-1.77165 0.3594,0 0.5545,-0.32066 0.5545,-0.91114 0,-1.33022 0.7949,-1.92351 2.5773,-1.92351 1.1148,0 1.7493,0.20379 2.2062,0.70866 0.7678,0.84843 3.0118,0.99822 3.0118,0.20105 0,-0.27919 0.3189,-0.60883 0.7086,-0.73254 0.3898,-0.12371 0.7087,-0.49788 0.7087,-0.83148 0,-0.33361 0.3189,-0.83641 0.7087,-1.11734 0.3897,-0.28093 0.7086,-0.79447 0.7086,-1.14121 0,-0.39422 0.2656,-0.63044 0.7087,-0.63044 0.3898,0 0.7087,-0.20374 0.7087,-0.45275 0,-0.50805 1.2365,-1.67324 1.7756,-1.67324 0.1927,0 0.3503,-0.23917 0.3503,-0.53149 0,-0.29233 0.1542,-0.5315 0.3426,-0.5315 0.1883,0 0.9005,-0.55807 1.5826,-1.24016 0.7646,-0.7646 1.5844,-1.24016 2.1378,-1.24016 0.7612,0 0.8977,-0.16162 0.8977,-1.06299 0,-0.58464 0.1594,-1.06299 0.3543,-1.06299 0.2154,0 0.3543,-1.57697 0.3543,-4.02225 0,-3.96129 0.016,-4.03866 1.0347,-5.10493 0.5691,-0.59547 1.3663,-1.18793 1.7716,-1.31658 0.6774,-0.215 0.737,-0.50255 0.737,-3.55527 0,-1.83202 0.1589,-3.41955 0.3544,-3.54034 0.1948,-0.12044 0.3543,-0.52848 0.3543,-0.90674 0,-0.37826 0.1594,-0.68775 0.3543,-0.68775 0.1986,0 0.3544,-0.97786 0.3544,-2.22492 0,-1.81845 -0.1295,-2.31825 -0.7087,-2.73571 -0.3898,-0.28092 -0.7087,-0.79447 -0.7087,-1.14121 0,-0.34674 -0.1594,-0.63044 -0.3543,-0.63044 -0.1949,0 -0.3543,-0.3189 -0.3543,-0.70866 0,-0.38977 -0.2208,-0.70866 -0.4908,-0.70866 -0.8259,0 -1.6352,-1.65976 -1.6352,-3.35368 0,-0.88382 -0.1595,-1.60695 -0.3543,-1.60695 -0.1949,0 -0.3544,-0.3189 -0.3544,-0.70866 0,-0.47244 -0.2362,-0.70867 -0.7086,-0.70867 -0.6676,0 -0.7087,-0.23622 -0.7087,-4.0748 0,-2.48031 0.1387,-4.0748 0.3543,-4.0748 0.1949,0 0.3544,-0.41001 0.3544,-0.91114 0,-1.02529 0.7327,-1.92351 1.5692,-1.92351 0.4236,0 0.5568,-0.38117 0.5568,-1.59449 0,-0.87696 -0.1595,-1.59448 -0.3544,-1.59448 -0.1949,0 -0.3543,-0.3189 -0.3543,-0.70867 0,-0.52493 -0.2362,-0.70866 -0.9111,-0.70866 -1.1867,0 -1.7916,-0.64106 -2.3524,-2.49309 -0.2637,-0.87048 -0.7193,-1.57913 -1.0771,-1.67514 -0.4087,-0.10967 -0.62,-0.51465 -0.62,-1.18805 0,-0.56192 -0.1595,-1.02167 -0.3544,-1.02167 -0.218,0 -0.3543,-1.77165 -0.3543,-4.6063 0,-4.37008 -0.036,-4.6063 -0.7087,-4.6063 -0.3897,0 -0.7086,-0.17084 -0.7086,-0.37964 0,-0.2088 -0.2392,-0.14047 -0.5315,0.15186 -0.2923,0.29232 -0.5315,0.78206 -0.5315,1.0883 0,0.30624 -0.2837,0.5568 -0.6304,0.5568 -0.3468,0 -0.8604,0.3189 -1.1413,0.70867 -0.4174,0.57919 -0.9172,0.70866 -2.7357,0.70866 -1.2471,0 -2.2249,-0.15573 -2.2249,-0.35433 0,-0.19686 -0.9449,-0.35433 -2.126,-0.35433 -2.126,0 -2.126,0 -2.126,-1.063 0,-1.00393 -0.079,-1.06299 -1.4173,-1.06299 -1.4173,0 -1.4173,0 -1.4173,-1.41732 0,-1.16972 -0.1209,-1.41732 -0.692,-1.41732 -0.9509,0 -2.5567,0.74064 -3.2472,1.49772 -0.3152,0.34554 -0.7562,0.62826 -0.98,0.62826 -0.9413,0 -3.2304,0.91305 -3.2304,1.28852 0,0.91924 -3.2496,1.1818 -4.1001,0.33128 -0.3176,-0.31756 -0.5062,-1.24185 -0.5062,-2.48032 0,-1.08577 -0.1251,-1.97413 -0.278,-1.97413 -0.1528,0 -0.5604,-0.47834 -0.9058,-1.06299 -0.3454,-0.58464 -0.8581,-1.06299 -1.1394,-1.06299 -0.2813,0 -0.5115,-0.15945 -0.5115,-0.35433 0,-0.19488 -0.6378,-0.35433 -1.4173,-0.35433 -0.7795,0 -1.4173,-0.15945 -1.4173,-0.35433 0,-0.19488 -0.5519,-0.35433 -1.2263,-0.35433 -1.4157,0 -2.4524,0.92045 -3.0392,2.69834 -0.2115,0.64099 -0.6937,1.26352 -1.0714,1.38341 -0.3777,0.11988 -0.6867,0.44336 -0.6867,0.71884 0,0.27547 -0.3987,0.60091 -0.8859,0.7232 -0.4872,0.12228 -0.8858,0.36449 -0.8858,0.53824 0,0.17376 -1.1959,0.31592 -2.6575,0.31592 l -2.6574,0 0,1.36311 c 0,0.85452 0.2644,1.66797 0.7086,2.1802 0.3898,0.4494 0.7087,1.00715 0.7087,1.23945 0,0.2323 0.3189,0.71096 0.7086,1.0637 0.3898,0.35273 0.7087,0.93066 0.7087,1.28429 0,0.35364 0.3189,1.21074 0.7087,1.90468 0.6258,1.11428 0.7086,1.91851 0.7086,6.88232 0,6.19907 0.057,6.05075 -2.3321,6.05075 -1.0557,0 -1.2112,0.11372 -1.2112,0.88583 0,0.48721 -0.1594,0.88583 -0.3543,0.88583 -0.1949,0 -0.3543,0.71968 -0.3543,1.59929 0,0.87962 -0.1994,1.93687 -0.443,2.34945 -0.3543,0.60012 -0.3543,0.78222 0,0.91055 0.2436,0.0882 0.443,0.62545 0.443,1.19386 l 0,1.03346 3.1889,0 3.189,0 0,1.06299 c 0,0.58465 0.1595,1.063 0.3543,1.063 0.3834,0 0.4911,3.12905 0.1393,4.04582 -0.1183,0.30826 -0.5966,0.56047 -1.063,0.56047 -0.7474,0 -0.8479,0.1616 -0.8479,1.36311 0,2.32167 -0.8197,2.88886 -4.1747,2.88886 l -2.8514,0 -0.1762,2.21457 c -0.2195,2.75897 -0.589,4.51772 -0.9491,4.51772 -0.1516,0 -0.3758,0.39862 -0.498,0.88582 -0.1436,0.57195 -0.4711,0.88583 -0.9243,0.88583 -0.3861,0 -0.7019,0.14216 -0.7019,0.31592 0,0.17375 -0.3986,0.41596 -0.8858,0.53824 -0.5507,0.13821 -0.8859,0.47357 -0.8859,0.88633 0,0.36521 -0.2522,0.76079 -0.5604,0.87908 -0.8903,0.34164 -2.6285,0.24955 -2.6285,-0.13925 0,-0.19489 -0.2392,-0.35434 -0.5315,-0.35434 -0.3923,0 -0.5315,0.41017 -0.5315,1.56551 0,2.02175 -0.2724,2.68646 -1.1009,2.68646 -0.3689,0 -0.6708,0.15945 -0.6708,0.35433 0,0.19489 -0.2392,0.35433 -0.5315,0.35433 -0.3307,0 -0.5315,0.33465 -0.5315,0.88583 0,0.48721 0.1595,0.88583 0.3544,0.88583 0.1948,0 0.3543,0.3189 0.3543,0.70866 0,0.67232 0.2362,0.70866 4.6063,0.70866 4.3701,0 4.6063,0.0363 4.6063,0.70866 0,0.47244 0.2362,0.70866 0.7086,0.70866 0.4725,0 0.7087,0.23623 0.7087,0.70866 0,0.38977 0.1413,0.70867 0.3141,0.70867 0.4784,0 0.8119,1.94101 0.9896,5.75787 0.088,1.9001 0.3095,3.45472 0.4915,3.45472 0.1819,0 0.3369,0.43849 0.3443,0.97441 0.01,0.72793 0.3685,1.22004 1.4173,1.94546 l 1.4038,0.97104 0,3.23936 c 0,4.29305 -0.2753,4.56265 -4.6605,4.56265 l -3.1347,0 0,3.55941 c 0,3.30669 0.062,3.62117 0.8697,4.42913 0.4783,0.47835 1.1161,0.86973 1.4173,0.86973 0.3722,0 0.5476,0.34043 0.5476,1.06299 0,0.58464 0.1595,1.06299 0.3543,1.06299 0.1949,0 0.3544,0.25056 0.3544,0.55681 0,0.71611 0.853,1.56917 1.5692,1.56917 0.449,0 0.5568,0.44561 0.5568,2.30315 0,1.59137 -0.1369,2.3118 -0.443,2.33111 -0.3543,0.0223 -0.3543,0.0637 0,0.20672 0.2436,0.0983 0.443,0.41134 0.443,0.69562 0,1.27346 1.477,1.76581 1.9103,0.6368 z " - }, - "cat16": { - "cat_id": 34, - "cat_slug": "girones", - "name": "Gironès", - "nx": 615, - "ny": 300, - "capital": "Girona", - "cx": 630, - "cy": 315, - "url": "https://work.catalunyamedieval.dev/mapa/girones", - "statistics": { - "castell": 24, - "epoca-carlina": 0, - "muralles": 2, - "torre": 20, - "casa-forta": 12, - "palau": 4, - "pont": 4, - "torre-colomer": 0, - "basilica": 1, - "catedral": 1, - "ermita": 13, - "esglesia": 38, - "esglesia-fortificada": 1, - "monestir": 6, - "altres-llocs-dinteres": 10 - }, - "total": 136, - "info": "", - "path": "m 644.47693,567.11478 c 0,-0.59056 0.2362,-0.70866 1.4173,-0.70866 0.7795,0 1.4173,-0.15945 1.4173,-0.35433 0,-0.19488 0.3189,-0.35433 0.7087,-0.35433 0.5197,0 0.7087,-0.23623 0.7087,-0.88583 0,-0.56909 -0.1991,-0.88582 -0.5568,-0.88582 -0.7162,0 -1.5692,-0.85307 -1.5692,-1.56918 0,-0.30625 -0.1595,-0.55681 -0.3544,-0.55681 -0.1948,0 -0.3543,-0.47834 -0.3543,-1.06299 0,-0.73014 -0.1744,-1.06299 -0.5568,-1.06299 -0.7161,0 -1.5692,-0.85306 -1.5692,-1.56918 0,-0.30625 -0.1594,-0.55681 -0.3543,-0.55681 -0.2164,0 -0.3543,-1.6409 -0.3543,-4.21406 0,-3.5158 0.093,-4.24969 0.5604,-4.42913 0.3083,-0.11829 1.8345,-0.21507 3.3915,-0.21507 3.5974,0 3.8433,-0.22347 3.8433,-3.49228 0,-2.25706 -0.084,-2.54591 -0.9336,-3.21429 -0.5134,-0.40391 -1.1512,-0.73438 -1.4173,-0.73438 -0.3281,0 -0.4837,-0.45593 -0.4837,-1.41732 0,-0.77953 -0.1594,-1.41732 -0.3543,-1.41732 -0.2112,0 -0.3544,-1.3513 -0.3544,-3.34523 0,-1.84794 -0.1586,-3.44325 -0.3543,-3.56422 -0.1949,-0.12045 -0.3543,-0.52848 -0.3543,-0.90674 0,-0.37826 -0.1595,-0.68775 -0.3544,-0.68775 -0.1948,0 -0.3543,-0.24642 -0.3543,-0.5476 0,-0.30118 -0.3913,-0.93898 -0.8697,-1.41732 -0.831,-0.83098 -1.0678,-0.86973 -5.315,-0.86973 -4.209,0 -4.4452,-0.0377 -4.4452,-0.70866 0,-0.38976 -0.1595,-0.70866 -0.3543,-0.70866 -0.1949,0 -0.3544,-0.87697 -0.3544,-1.94882 0,-1.7126 0.086,-1.94882 0.7087,-1.94882 0.3898,0 0.7087,-0.15945 0.7087,-0.35433 0,-0.19488 0.3189,-0.35433 0.7086,-0.35433 0.6299,0 0.7087,-0.23622 0.7087,-2.12598 l 0,-2.12599 1.2401,0 c 0.6821,0 1.2402,0.15945 1.2402,0.35433 0,0.19489 0.3986,0.35433 0.8858,0.35433 0.6367,0 0.8858,-0.19095 0.8858,-0.67896 0,-0.41362 0.4155,-0.86285 1.063,-1.14949 0.5847,-0.25878 1.063,-0.59105 1.063,-0.73836 0,-0.14731 0.3189,-0.26783 0.7087,-0.26783 0.3937,0 0.7087,-0.23622 0.7087,-0.5315 0,-0.29232 0.1594,-0.53149 0.3543,-0.53149 0.1949,0 0.3543,-0.46894 0.3543,-1.04208 0,-0.57315 0.1595,-1.14063 0.3543,-1.26107 0.1949,-0.12045 0.3544,-1.32572 0.3544,-2.6784 l 0,-2.4594 3.0371,0 c 3.5978,0 4.0495,-0.29362 4.0495,-2.63217 0,-1.56355 0.037,-1.6198 1.063,-1.6198 0.9786,0 1.063,-0.0984 1.063,-1.24015 0,-0.68209 -0.1595,-1.24016 -0.3544,-1.24016 -0.1948,0 -0.3543,-0.47835 -0.3543,-1.06299 l 0,-1.063 -3.189,0 -3.1889,0 0,-1.06299 c 0,-0.58464 -0.1762,-1.06299 -0.3916,-1.06299 -0.2605,0 -0.3145,-0.50383 -0.1612,-1.50591 0.1266,-0.82824 0.3176,-2.34301 0.4243,-3.36614 0.1067,-1.02313 0.3388,-1.86023 0.5156,-1.86023 0.1768,0 0.3215,-0.47835 0.3215,-1.063 0,-1.03936 0.039,-1.06299 1.7717,-1.06299 l 1.7716,0 0,-4.94985 c 0,-4.29306 -0.094,-5.11727 -0.7086,-6.21157 -0.3898,-0.69394 -0.7087,-1.55104 -0.7087,-1.90468 0,-0.35363 -0.3189,-0.93156 -0.7087,-1.28429 -0.3897,-0.35273 -0.7086,-0.93708 -0.7086,-1.29855 0,-0.36146 -0.3189,-0.93026 -0.7087,-1.26398 -0.5251,-0.44962 -0.7086,-1.04526 -0.7086,-2.29968 l 0,-1.69291 -4.4292,0 c -3.0625,0 -4.4291,0.12384 -4.4291,0.40135 0,0.22075 -0.2971,0.65923 -0.6603,0.97441 -1.4665,1.27284 -2.1717,2.9822 -2.173,5.26794 0,1.23928 -0.1574,2.21457 -0.3557,2.21457 -0.1949,0 -0.3543,0.3189 -0.3543,0.70866 0,0.38976 -0.1595,0.70866 -0.3543,0.70866 -0.1949,0 -0.3544,0.3189 -0.3544,0.70866 0,0.38977 -0.1594,0.70866 -0.3543,0.70866 -0.1949,0 -0.3543,0.30184 -0.3543,0.67076 0,0.8301 -0.6648,1.1009 -2.7026,1.1009 -1.6734,0 -3.066,-0.95239 -3.4211,-2.33961 -0.1222,-0.47725 -0.184,-0.38961 -0.2132,0.30221 -0.023,0.53592 -0.2005,0.9744 -0.3954,0.9744 -0.1949,0 -0.3544,0.47531 -0.3544,1.05625 0,0.81123 -0.1849,1.09374 -0.7972,1.21792 -2.5689,0.52097 -2.7461,0.59981 -2.7461,1.22175 0,0.35627 -0.3587,0.82078 -0.7972,1.03226 -0.4415,0.21291 -0.5725,0.39519 -0.2936,0.40847 0.9328,0.0444 1.7995,1.17341 1.7995,2.34414 0,1.42108 -0.3717,1.57748 -3.7495,1.57748 -2.1002,0 -2.6284,0.10682 -2.6284,0.5315 0,0.29232 -0.1595,0.53149 -0.3544,0.53149 -0.1949,0 -0.3543,0.30184 -0.3543,0.67076 0,0.78986 -0.6624,1.1009 -2.3446,1.1009 -1.5909,0 -2.7221,-0.76735 -3.299,-2.23779 -0.2931,-0.7469 -0.8395,-1.32358 -1.4849,-1.56719 -0.9208,-0.34758 -1.0211,-0.54503 -1.0211,-2.0107 0,-0.8939 0.1594,-1.62527 0.3543,-1.62527 0.1949,0 0.3543,-0.23917 0.3543,-0.53149 0,-0.41339 -0.4724,-0.5315 -2.1259,-0.5315 -1.1811,0 -2.126,-0.15748 -2.126,-0.35433 0,-0.19488 -0.3189,-0.35433 -0.7087,-0.35433 -0.516,0 -0.7086,-0.23622 -0.7086,-0.86916 0,-1.86138 -1.4518,-3.38281 -3.228,-3.38281 -0.7258,0 -2.4413,-3.23914 -2.4413,-4.60958 0,-1.55595 -1.6888,-2.83744 -4.0621,-3.08238 -2.2357,-0.23075 -2.6551,0.0399 -2.6648,1.71945 0,0.53921 -0.4418,1.40408 -1.0334,2.0374 l -1.028,1.10047 -5.35,0 -5.3499,0 0,1.24015 c 0,0.68209 0.1716,1.24016 0.3813,1.24016 0.2539,0 0.325,0.91764 0.2128,2.74606 -0.1989,3.24038 -0.5531,5.04922 -0.9887,5.04922 -0.6387,0 -0.2907,1.34079 0.3946,1.51999 0.3897,0.10192 0.7086,0.43942 0.7086,0.74998 0,0.32845 0.2965,0.56467 0.7087,0.56467 0.3898,0 0.7087,0.15945 0.7087,0.35433 0,0.19488 0.2837,0.35433 0.6304,0.35433 0.3467,0 0.8603,0.3189 1.1412,0.70866 0.2809,0.38977 0.7889,0.70867 1.1288,0.70867 0.7695,0 1.3515,1.04174 1.3515,2.41911 0,1.13513 -0.4937,1.47852 -2.126,1.47852 -1.5149,0 -2.1259,0.34701 -2.1259,1.20743 0,1.14368 0.7948,2.63009 1.5058,2.81601 0.341,0.0892 0.6201,0.42399 0.6201,0.74397 0,0.31999 0.3189,1.24183 0.7087,2.04855 0.3898,0.80671 0.7087,1.67814 0.7087,1.93651 0,0.58183 0.6841,1.78339 1.5059,2.64479 0.9224,0.96688 0.8637,4.2156 -0.089,4.90196 -0.4912,0.35398 -0.7087,0.91725 -0.7087,1.83497 l 0,1.32419 2.7461,0.10349 2.746,0.10349 0.094,2.30315 c 0.1647,4.03727 -0.089,3.89764 7.0779,3.89764 6.4061,0 7.1786,0.16886 7.1786,1.56917 0,0.32059 0.3006,0.55681 0.7087,0.55681 0.5512,0 0.7086,0.23622 0.7086,1.06299 0,0.58465 0.1487,1.06299 0.3305,1.06299 0.1817,0 0.4257,0.30033 0.5422,0.66739 0.1165,0.36706 0.6953,1.17327 1.2862,1.79157 1.0103,1.05716 1.1366,1.0966 2.1193,0.6616 0.5748,-0.25442 1.1359,-0.74872 1.2469,-1.09844 0.1722,-0.54253 0.5486,-0.62058 2.5647,-0.53174 l 2.363,0.10411 0.099,4.51772 c 0.064,2.92716 -0.029,4.51771 -0.2658,4.51771 -0.2257,0 -0.3649,1.33518 -0.3649,3.49993 0,2.67877 0.1247,3.60341 0.5315,3.94102 0.4495,0.37302 0.5315,0.29768 0.5315,-0.48811 0,-0.51107 0.1343,-0.92921 0.2985,-0.92921 0.1642,0 0.5991,-0.55807 0.9664,-1.24016 0.619,-1.14936 0.7911,-1.24016 2.3499,-1.24016 1.5105,0 1.738,0.10838 2.2316,1.06299 0.3024,0.58465 0.7603,1.063 1.0177,1.063 0.2574,0 0.9708,0.25085 1.5854,0.55744 l 1.1174,0.55745 0,4.04885 c 0,2.22687 -0.1427,4.04885 -0.3171,4.04885 -0.1744,0 -0.3955,0.59794 -0.4913,1.32874 -0.096,0.73081 -0.2905,1.6875 -0.4328,2.12599 -0.2456,0.7566 -0.1663,0.79724 1.5542,0.79724 l 1.813,0 0,1.89461 c 0,1.38601 -0.1902,2.11394 -0.7087,2.71169 -0.7328,0.84497 -0.9933,3.18898 -0.3543,3.18898 0.1949,0 0.3543,0.41442 0.3543,0.92094 0,0.63678 0.5094,1.40207 1.6509,2.48031 1.4772,1.39539 1.829,1.55938 3.3452,1.55938 0.9319,0 1.793,0.15945 1.9134,0.35433 0.1204,0.19488 0.8474,0.35433 1.6154,0.35433 0.768,0 1.3964,0.15945 1.3964,0.35433 0,0.19488 0.6378,0.35433 1.4173,0.35433 0.7796,0 1.4173,0.15945 1.4173,0.35433 0,0.19488 0.3189,0.35433 0.7087,0.35433 0.3898,0 0.7087,0.15945 0.7087,0.35433 0,0.19489 0.2391,0.35433 0.5315,0.35433 0.2952,0 0.5315,-0.31496 0.5315,-0.70866 z " - }, - "cat17": { - "cat_id": 46, - "cat_slug": "segarra", - "name": "Segarra", - "nx": 300, - "ny": 380, - "capital": "Cervera", - "cx": 300, - "cy": 395, - "url": "https://work.catalunyamedieval.dev/mapa/segarra", - "statistics": { - "castell": 52, - "epoca-carlina": 1, - "muralles": 3, - "torre": 16, - "casa-forta": 2, - "palau": 1, - "pont": 3, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 22, - "esglesia": 69, - "esglesia-fortificada": 0, - "monestir": 2, - "altres-llocs-dinteres": 1 - }, - "total": 172, - "info": "", - "path": "m 302.19346,623.8077 c 0,-0.38977 0.19932,-0.72124 0.44292,-0.73662 0.35433,-0.0223 0.35433,-0.0638 0,-0.20672 -0.54009,-0.21791 -0.62458,-4.72596 -0.0886,-4.72596 0.19489,0 0.35434,-0.31889 0.35434,-0.70866 0,-0.38976 0.15944,-0.70866 0.35433,-0.70866 0.78518,0 1.77165,-1.4563 1.77165,-2.61542 0,-1.12199 -0.10001,-1.22326 -1.57423,-1.59449 -0.86582,-0.21802 -1.91363,-0.39639 -2.32846,-0.39639 -0.41482,0 -0.99316,-0.23892 -1.28519,-0.53096 -0.29203,-0.29204 -0.9583,-0.63705 -1.4806,-0.7667 -0.5223,-0.12965 -1.46784,-0.75175 -2.10121,-1.38242 -0.9582,-0.95415 -1.15157,-1.41403 -1.15157,-2.7387 0,-1.88918 0.22187,-2.02216 3.37373,-2.02216 l 2.25278,0 0.10997,-1.32874 0.10998,-1.32874 6.28937,-0.0968 6.28937,-0.0967 0,-2.295 0,-2.29497 -1.063,0 c -1.00393,0 -1.06299,-0.0787 -1.06299,-1.41732 0,-0.77953 -0.15367,-1.41732 -0.3415,-1.41732 -0.18882,0 -0.38683,-1.5445 -0.44291,-3.45473 l -0.10141,-3.45472 -1.063,-0.0923 c -0.58464,-0.0508 -1.66092,-0.2756 -2.39173,-0.49964 -1.12789,-0.34576 -1.32874,-0.55945 -1.32874,-1.41364 0,-0.55343 -0.15945,-1.00626 -0.35433,-1.00626 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.5265 -0.23622,-0.70867 -0.919,-0.70867 -0.62101,0 -0.97909,-0.22978 -1.10432,-0.70866 -0.10192,-0.38976 -0.35348,-0.70866 -0.559,-0.70866 -0.73247,0 -1.66965,-1.18818 -1.66965,-2.11684 0,-0.83201 0.20977,-1.00116 1.76777,-1.4254 1.11569,-0.30381 1.84336,-0.71954 1.9727,-1.12706 0.11271,-0.35511 0.39815,-0.64566 0.63432,-0.64566 0.23617,0 0.65924,-0.3189 0.94017,-0.70866 0.28093,-0.38976 0.79448,-0.70866 1.14122,-0.70866 0.46426,0 0.63044,-0.28017 0.63044,-1.06299 0,-1.00393 0.0787,-1.063 1.41732,-1.063 1.02362,0 1.41732,-0.14765 1.41732,-0.53149 0,-0.33584 -0.33833,-0.5315 -0.919,-0.5315 -0.60616,0 -0.97917,-0.2301 -1.09575,-0.67588 -0.0972,-0.37177 -0.48091,-0.75547 -0.85265,-0.85267 -0.62465,-0.16334 -0.67591,-0.55544 -0.67591,-5.17057 0,-3.09297 0.13488,-4.99379 0.35433,-4.99379 0.19489,0 0.35434,-0.6378 0.35434,-1.41732 0,-1.05226 0.14341,-1.41733 0.5568,-1.41733 0.99683,0 1.56918,-0.96007 1.56918,-2.63217 l 0,-1.6198 4.41153,0 c 3.69106,0 4.46378,0.0934 4.73151,0.57177 0.27089,0.48409 0.45018,0.50333 1.16919,0.12544 0.46704,-0.24548 0.97671,-0.66223 1.13255,-0.9261 0.15583,-0.26387 0.67404,-0.47977 1.15157,-0.47977 0.71313,0 0.86822,-0.17589 0.86822,-0.98477 0,-0.57829 0.2925,-1.1956 0.70866,-1.49554 0.59697,-0.43028 0.70866,-0.91725 0.70866,-3.09004 0,-2.34303 -0.0649,-2.57925 -0.70866,-2.57925 -0.59436,0 -0.70866,-0.23622 -0.70866,-1.46435 0,-1.51176 0.73683,-2.52388 2.16808,-2.97815 0.36662,-0.11635 0.66656,-0.51971 0.66656,-0.89634 0,-0.37663 0.15945,-0.68479 0.35433,-0.68479 0.21476,0 0.35433,-1.53543 0.35433,-3.89763 0,-2.36221 0.13957,-3.89764 0.35433,-3.89764 0.43204,0 0.47552,-6.70122 0.0479,-7.37562 -0.30352,-0.47866 -2.02677,-1.48265 -2.5448,-1.48265 -0.15948,0 -0.39118,0.3189 -0.51488,0.70866 -0.12369,0.38977 -0.42774,0.70866 -0.67567,0.70866 -0.46247,0 -1.27315,1.44259 -1.27315,2.26561 0,0.25333 -0.29774,0.8039 -0.66164,1.22349 -0.88083,1.0156 -3.21604,1.05509 -4.108,0.0695 -0.47906,-0.52934 -1.1837,-0.71797 -2.97816,-0.79724 l -2.35062,-0.10384 -0.20212,-2.30314 c -0.34294,-3.90767 -0.2931,-3.85553 -3.79754,-3.97298 l -3.03811,-0.10183 -0.83829,-1.68307 c -0.46106,-0.92569 -1.07154,-1.68307 -1.35663,-1.68307 -0.28509,0 -0.79139,-0.3189 -1.12512,-0.70866 -0.4589,-0.53596 -1.04525,-0.70866 -2.40598,-0.70866 -0.98956,0 -1.99054,0.19134 -2.2244,0.42519 -0.51543,0.51544 -0.57883,4.88977 -0.0709,4.88977 0.38881,0 0.4809,1.7382 0.13926,2.6285 -0.24159,0.62958 -2.43511,0.79126 -2.79674,0.20614 -0.12044,-0.19488 -0.44875,-0.35433 -0.72957,-0.35433 -0.36892,0 -0.51058,0.44241 -0.51058,1.59449 0,0.87697 -0.15945,1.59449 -0.35433,1.59449 -0.19489,0 -0.35434,0.30184 -0.35434,0.67075 0,0.87362 -0.66434,1.1009 -3.21795,1.1009 l -2.09701,0 0,-3.75547 c 0,-3.71587 -0.0112,-3.76595 -1.06299,-4.74846 -0.58464,-0.54614 -1.06299,-1.24791 -1.06299,-1.55949 0,-0.31157 -0.15945,-0.5665 -0.35433,-0.5665 -0.19488,0 -0.35433,-0.26033 -0.35433,-0.57851 0,-0.31819 -0.35876,-0.89138 -0.79725,-1.27377 l -0.79724,-0.69525 -0.11103,1.0966 c -0.0611,0.60313 -0.26038,1.0966 -0.44292,1.0966 -0.19153,0 -0.33188,2.24756 -0.33188,5.31496 0,3.30709 -0.13386,5.31496 -0.35433,5.31496 -0.19488,0 -0.3594,0.43849 -0.3656,0.97441 -0.006,0.53593 -0.24863,1.28838 -0.53874,1.67212 -0.29011,0.38375 -0.68981,1.30058 -0.88822,2.03741 -0.20851,0.77435 -0.57926,1.33968 -0.87857,1.33968 -0.28481,0 -0.51784,0.20398 -0.51784,0.45328 0,0.2493 -0.3189,0.68312 -0.70866,0.96405 -0.41616,0.29994 -0.70867,0.91725 -0.70867,1.49554 0,0.54162 -0.15944,0.98477 -0.35433,0.98477 -0.19488,0 -0.35433,0.3189 -0.35433,0.70866 0,0.38977 -0.15945,0.70866 -0.35433,0.70866 -0.19488,0 -0.35433,0.3189 -0.35433,0.70867 0,0.38976 -0.15945,0.70866 -0.35433,0.70866 -0.19488,0 -0.35433,0.4676 -0.35433,1.03911 0,0.7065 -0.21363,1.10692 -0.66739,1.25094 -1.18435,0.3759 -2.67307,2.11586 -3.73831,4.3692 -0.57176,1.20946 -1.2207,2.19902 -1.44209,2.19902 -0.63011,0 -2.53617,1.86226 -2.81064,2.74606 -0.183,0.58925 -0.51869,0.79724 -1.28671,0.79724 -0.57151,0 -1.03911,0.15945 -1.03911,0.35433 0,0.19488 -0.37423,0.35433 -0.83161,0.35433 -0.45739,0 -1.19931,0.3189 -1.64871,0.70867 -0.4494,0.38976 -1.02365,0.70866 -1.27612,0.70866 -0.4844,0 -2.26718,1.50638 -2.26718,1.91568 0,0.45683 -1.24366,1.54077 -2.05356,1.78983 -0.74947,0.23048 -0.80517,0.42164 -0.70866,2.43245 0.0953,1.98506 0.19281,2.2244 1.07914,2.64782 0.53593,0.25601 0.97441,0.69596 0.97441,0.97766 0,0.28169 0.15945,0.51215 0.35433,0.51215 0.20832,0 0.35434,1.23608 0.35434,2.99958 0,2.82133 -0.0601,3.06114 -1.01184,4.0347 -0.55651,0.5693 -1.35376,1.14363 -1.77166,1.27626 -0.43157,0.13698 -0.75981,0.53699 -0.75981,0.92594 0,0.37662 -0.15945,0.68478 -0.35433,0.68478 -0.58575,0 -0.44773,5.98085 0.15185,6.58041 0.76921,0.76922 1.97413,0.64563 1.97413,-0.20246 0,-0.38976 0.11959,-0.7099 0.26575,-0.71143 0.31821,-0.004 1.15157,-1.71914 1.15157,-2.37104 0,-0.25345 0.15945,-0.46084 0.35434,-0.46084 0.19488,0 0.35433,-0.48667 0.35433,-1.08152 l 0,-1.08149 1.86023,0.10708 1.86024,0.10711 0.10234,3.31264 c 0.0916,2.96497 0.0265,3.3784 -0.62008,3.9392 -0.47944,0.41584 -0.72242,1.05949 -0.72242,1.91374 0,0.70795 -0.15945,1.28718 -0.35433,1.28718 -0.19488,0 -0.35433,0.28371 -0.35433,0.63042 0,0.34675 -0.3189,0.86032 -0.70866,1.14123 -0.67788,0.48859 -0.70866,0.91726 -0.70866,9.86935 0,9.13915 -0.0179,9.37407 -0.76288,10.02019 -0.41958,0.3639 -0.89793,0.66164 -1.06299,0.66164 -0.16506,0 -0.30012,0.22844 -0.30012,0.50762 0,0.27917 -0.29996,0.60282 -0.66657,0.71918 -2.55391,0.81057 -2.90107,3.38259 -0.45602,3.37851 0.3251,0 1.22889,0.30235 2.00842,0.67305 1.7106,0.81351 3.7228,1.45393 4.56818,1.45393 1.10181,0 1.63261,0.92161 1.63261,2.83464 0,1.10686 0.19872,2.021 0.50618,2.32845 0.5787,0.57869 2.53205,0.68244 2.85996,0.15187 0.12044,-0.19488 1.23658,-0.35433 2.48031,-0.35433 1.24373,0 2.35987,0.15945 2.48032,0.35433 0.12044,0.19488 0.59879,0.35433 1.06299,0.35433 0.4642,0 0.94255,0.15945 1.06299,0.35433 0.12045,0.19488 1.07714,0.35433 2.12599,0.35433 1.04884,0 2.00554,0.15945 2.12598,0.35433 0.12045,0.19488 0.75824,0.35433 1.41732,0.35433 0.65909,0 1.30177,0.16735 1.42819,0.37191 0.23215,0.37562 1.58363,-0.89518 1.58363,-1.48911 0,-0.16509 0.79724,-0.30012 1.77165,-0.30012 0.97441,0 1.77165,0.15945 1.77165,0.35433 0,0.19488 0.79725,0.35433 1.77166,0.35433 0.97441,0 1.77165,0.15945 1.77165,0.35433 0,0.20874 1.25182,0.35433 3.04681,0.35433 2.92847,0 3.08539,0.0413 4.0398,1.06299 0.54614,0.58465 1.24791,1.063 1.55949,1.063 0.31157,0 0.5665,0.15944 0.5665,0.35433 0,0.19488 0.71752,0.35433 1.59449,0.35433 1.35826,0 1.59448,-0.10499 1.59448,-0.70866 z " - }, - "cat18": { - "cat_id": 54, - "cat_slug": "granollers", - "name": "Vallès Oriental", - "nx": 540, - "ny": 390, - "capital": "Granollers", - "cx": 520, - "cy": 405, - "url": "https://work.catalunyamedieval.dev/mapa/valles-oriental", - "statistics": { - "castell": 10, - "epoca-carlina": 0, - "muralles": 0, - "torre": 12, - "casa-forta": 6, - "palau": 0, - "pont": 0, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 2, - "esglesia": 5, - "esglesia-fortificada": 0, - "monestir": 0, - "altres-llocs-dinteres": 1 - }, - "total": 36, - "info": "", - "path": "m 492.11473,646.61465 c 0,-1.73824 0.1259,-2.10444 0.9744,-2.83418 0.5359,-0.46092 1.0833,-0.83824 1.2163,-0.83849 0.133,-2.5e-4 0.3431,-0.31932 0.4668,-0.70909 0.1237,-0.38976 0.4715,-0.70866 0.7728,-0.70866 0.3014,0 1.1278,-0.30107 1.8364,-0.66908 0.7086,-0.36801 2.0059,-0.88214 2.8829,-1.14254 0.877,-0.2604 1.9036,-0.75653 2.2814,-1.10257 0.565,-0.51754 1.335,-0.62912 4.3405,-0.62912 3.0115,0 3.6537,-0.0934 3.6537,-0.53149 0,-0.29233 -0.3082,-0.5315 -0.6848,-0.5315 -0.3766,0 -0.786,-0.3189 -0.9097,-0.70866 -0.1264,-0.39809 -0.5361,-0.70866 -0.935,-0.70866 -1.025,0 -1.7225,-0.84894 -1.7225,-2.09661 0,-1.05626 0.401,-1.7302 2.0374,-3.42393 0.4385,-0.45387 0.7973,-1.07161 0.7973,-1.37279 0,-0.42091 0.4099,-0.54762 1.7716,-0.54762 1.3386,0 1.7717,-0.12993 1.7717,-0.53149 0,-0.29233 -0.1595,-0.5315 -0.3544,-0.5315 -0.1948,0 -0.3543,-0.80862 -0.3543,-1.79695 0,-1.85152 0.535,-2.80935 1.5692,-2.80935 0.3062,0 0.5568,-0.25494 0.5568,-0.5665 0,-0.31156 0.4783,-1.01335 1.063,-1.55948 0.5846,-0.54613 1.063,-1.30769 1.063,-1.69236 0,-0.49361 0.3127,-0.76191 1.063,-0.91197 0.6703,-0.13405 1.063,-0.43051 1.063,-0.80249 0,-0.70317 0.9932,-1.52678 1.8602,-1.54254 0.341,-0.006 0.6201,-0.17072 0.6201,-0.3656 0,-0.19488 0.2391,-0.35433 0.5315,-0.35433 0.3811,0 0.5315,-0.38892 0.5315,-1.37435 0,-1.16472 0.1486,-1.4362 0.9744,-1.77998 0.8961,-0.37307 1.8602,-1.76442 1.8602,-2.68455 0,-0.21043 0.3189,-0.61249 0.7087,-0.89341 0.3897,-0.28091 0.7086,-0.79448 0.7086,-1.14122 0,-0.5203 0.3095,-0.63043 1.7717,-0.63043 0.9744,0 1.7716,-0.15945 1.7716,-0.35433 0,-0.21643 1.6466,-0.35433 4.2311,-0.35433 2.4385,0 4.3238,0.15013 4.45,0.35433 0.1205,0.19488 1.1663,0.35433 2.3241,0.35433 1.1672,0 2.1051,0.15785 2.1051,0.35433 0,0.21873 1.8307,0.35433 4.7834,0.35433 2.9528,0 4.7835,-0.1356 4.7835,-0.35433 0,-0.19488 0.2568,-0.35433 0.5706,-0.35433 0.6199,0 3.3405,-2.5987 3.9888,-3.81008 0.2207,-0.4123 0.4012,-1.07901 0.4012,-1.4816 0,-0.40256 0.1595,-0.73194 0.3544,-0.73194 0.1949,0 0.3543,-0.39862 0.3543,-0.88583 0,-0.4872 0.1594,-0.88583 0.3543,-0.88583 0.1949,0 0.3544,-0.31889 0.3544,-0.70866 0,-0.67099 0.2362,-0.70866 4.4452,-0.70866 4.2472,0 4.484,-0.0388 5.315,-0.8697 0.4783,-0.47835 0.8697,-1.27559 0.8697,-1.77166 0,-0.77694 0.1559,-0.90195 1.1247,-0.90195 l 1.1248,0 -0.7704,-0.82009 c -0.4334,-0.46127 -0.7705,-1.27967 -0.7705,-1.87059 0,-0.64403 -0.2742,-1.24816 -0.7086,-1.56128 -0.5888,-0.42435 -0.7087,-0.91726 -0.7087,-2.91289 0,-1.36516 -0.1529,-2.40207 -0.3543,-2.40207 -0.1949,0 -0.3543,-0.87697 -0.3543,-1.94882 0,-1.07185 0.1594,-1.94882 0.3543,-1.94882 0.1949,0 0.3543,-0.23918 0.3543,-0.5315 0,-0.43076 -0.5708,-0.53149 -3.0118,-0.53149 -1.7716,0 -3.0118,0.14591 -3.0118,0.35433 0,0.20473 -1.1221,0.35433 -2.6575,0.35433 -2.199,0 -2.6575,-0.0978 -2.6575,-0.56651 0,-0.31156 -0.4783,-1.01335 -1.063,-1.55948 -0.5846,-0.54613 -1.0629,-1.2584 -1.0629,-1.58279 0,-1.20749 -0.7086,-1.96051 -1.8448,-1.96051 -1.7154,0 -2.4072,-0.86092 -2.4072,-2.99555 0,-1.74274 -0.052,-1.84139 -1.1767,-2.24823 -0.6472,-0.23404 -1.5687,-0.42552 -2.0478,-0.42552 -0.4791,0 -1.1009,-0.31889 -1.3818,-0.70866 -0.2809,-0.38976 -0.7201,-0.70866 -0.9759,-0.70866 -0.2558,0 -1.0178,-0.55275 -1.6934,-1.22836 -1.0403,-1.04028 -1.2284,-1.47426 -1.2284,-2.83463 l 0,-1.6063 -2.3284,0 c -2.366,0 -3.3408,-0.44524 -3.3408,-1.52591 0,-0.28244 -0.2329,-1.07082 -0.5175,-1.75196 -0.5853,-1.40089 -1.3013,-1.69764 -3.9117,-1.62122 -1.2724,0.0373 -1.4471,0.0921 -0.6201,0.19478 1.8481,0.22935 1.4927,1.161 -0.4429,1.161 -0.8769,0 -1.5945,-0.15945 -1.5945,-0.35433 0,-0.19488 -0.4783,-0.35433 -1.0629,-0.35433 -0.5847,0 -1.063,-0.15945 -1.063,-0.35433 0,-0.19488 -0.3189,-0.35433 -0.7087,-0.35433 -0.3898,0 -0.7087,-0.15945 -0.7087,-0.35433 0,-0.19488 -0.4783,-0.35433 -1.063,-0.35433 -0.5846,0 -1.0629,-0.15945 -1.0629,-0.35433 0,-0.19488 -0.2392,-0.35433 -0.5315,-0.35433 -0.2924,0 -0.5315,0.15945 -0.5315,0.35433 0,0.19488 -0.3189,0.35433 -0.7087,0.35433 -0.3898,0 -0.7087,0.15945 -0.7087,0.35433 0,0.19488 -0.3189,0.35433 -0.7086,0.35433 -0.5737,0 -0.7087,0.23622 -0.7087,1.24016 0,0.68208 0.1595,1.24016 0.3543,1.24016 0.2071,0 0.3544,1.19276 0.3544,2.86965 0,2.73161 -0.051,2.91742 -1.063,3.86263 -0.5847,0.54613 -1.063,1.24792 -1.063,1.55948 0,0.46874 -0.4585,0.5665 -2.6575,0.5665 l -2.6575,0 0,-1.41732 c 0,-0.77953 -0.1594,-1.41732 -0.3543,-1.41732 -0.1949,0 -0.3543,-0.71192 -0.3543,-1.58203 0,-1.25831 -0.1566,-1.66581 -0.7652,-1.99151 -0.4208,-0.22523 -1.1168,-0.78891 -1.5465,-1.25263 -0.4421,-0.47699 -1.1869,-0.84312 -1.7152,-0.84312 -0.5136,0 -0.9338,-0.15945 -0.9338,-0.35433 0,-0.21805 -1.7716,-0.35434 -4.6063,-0.35434 -4.37,0 -4.6063,-0.0363 -4.6063,-0.70866 0,-0.60367 -0.2362,-0.70866 -1.5944,-0.70866 -1.4543,0 -1.5945,0.0761 -1.5945,0.86492 0,0.4757 -0.1595,0.96346 -0.3544,1.0839 -0.1948,0.12045 -0.3543,1.3924 -0.3543,2.82658 0,2.91737 -0.201,3.72854 -0.9237,3.72854 -0.3488,0 -0.4936,0.46782 -0.4936,1.59449 0,1.35825 0.105,1.59449 0.7086,1.59449 0.4983,0 0.7091,0.23665 0.71,0.79724 0,0.43848 0.3197,1.31931 0.7087,1.95739 0.4487,0.73602 0.7073,1.78484 0.7073,2.86902 0,2.19253 -0.8288,3.23461 -2.5725,3.23461 -1.4372,0 -1.6794,0.38757 -1.6794,2.68647 0,2.17584 -0.8628,2.98282 -3.189,2.98282 -1.2781,0 -1.7717,0.13752 -1.7717,0.49359 0,0.69417 -0.7998,0.92374 -3.2179,0.92374 -2.0075,0 -2.097,-0.0383 -2.097,-0.89696 0,-0.54489 -0.2434,-0.97224 -0.6201,-1.08885 -0.3411,-0.10556 -0.897,-0.3397 -1.2354,-0.52037 -0.8388,-0.44784 -6.6485,-0.42524 -6.6485,0.0259 0,0.19687 -0.9449,0.35433 -2.126,0.35433 -1.1692,0 -2.1259,0.14776 -2.1259,0.32836 0,0.18057 -0.27907,0.40125 -0.62011,0.49039 -0.46662,0.12193 -0.42279,0.17221 0.17716,0.20314 0.65975,0.034 0.79725,0.24559 0.79725,1.22705 0,1.15675 -0.96428,2.71169 -1.68166,2.71169 -0.19708,0 -0.56395,0.49635 -0.81524,1.10303 -0.44267,1.06867 -0.41088,1.14421 1.02001,2.42643 1.00659,0.90202 1.47689,1.6134 1.47689,2.23416 0,1.88883 -0.2248,2.03166 -3.19791,2.03166 -3.2294,0 -3.88871,0.18666 -3.88871,1.1009 0,0.3689 -0.15945,0.67075 -0.35433,0.67075 -0.49344,0 -0.44401,1.18591 0.0709,1.70079 0.23386,0.23386 0.94,0.4252 1.56919,0.4252 1.26754,0 2.25758,0.77028 2.25758,1.75645 0,1.43964 1.89432,3.91284 2.997,3.91284 0.31008,0 0.54628,0.30642 0.54628,0.70866 0,0.38976 0.1274,0.70866 0.2832,0.70866 0.522,0 1.1341,2.3344 1.1341,4.32549 0,1.9355 0.021,1.97681 1.1516,2.23108 0.6334,0.14248 2.8657,0.32999 4.9606,0.41666 l 3.8091,0.1576 0,1.04089 c 0,0.57249 0.1595,1.04088 0.3543,1.04088 0.1949,0 0.3544,0.21766 0.3544,0.4837 0,0.26606 0.3189,0.88912 0.7086,1.38465 0.4884,0.62089 0.7087,1.43745 0.7087,2.62704 0,1.31964 -0.1669,1.84638 -0.7087,2.23689 -0.3897,0.28092 -0.7086,0.75926 -0.7086,1.06299 0,0.30374 -0.3189,0.78208 -0.7087,1.063 -0.7319,0.52752 -0.9807,1.77165 -0.3543,1.77165 0.1949,0 0.3543,0.79724 0.3543,1.77165 0,0.97441 0.1595,1.77166 0.3543,1.77166 0.1949,0 0.3544,0.31889 0.3544,0.70866 0,0.38976 0.1594,0.70866 0.3543,0.70866 0.1949,0 0.3543,0.3189 0.3543,0.70866 0,0.38976 0.1595,0.70866 0.3544,0.70866 0.3833,0 0.491,3.12906 0.1392,4.04582 -0.1183,0.30827 -0.5169,0.56048 -0.8858,0.56048 -0.3689,0 -0.6708,0.15945 -0.6708,0.35433 0,0.19488 -0.3986,0.35433 -0.8858,0.35433 -0.7998,0 -0.8858,0.14003 -0.8858,1.44262 0,1.40836 0.6042,2.45502 1.4173,2.45502 0.586,0 1.4173,0.92037 1.4173,1.56919 0,0.30625 0.1409,0.55679 0.313,0.55679 0.1722,0 0.3865,0.28106 0.4764,0.62458 0.09,0.34353 0.9056,1.00641 1.8129,1.47303 0.9073,0.46665 1.6497,0.98284 1.6497,1.14707 0,0.16423 0.7972,0.29863 1.7716,0.29863 1.5355,0 1.7717,0.0945 1.7717,0.70866 0,0.57366 0.2362,0.70866 1.2402,0.70866 l 1.2401,0 0,-1.99619 z " - }, - "cat19": { - "cat_id": 10, - "cat_slug": "segria", - "name": "Segrià", - "nx": 120, - "ny": 380, - "capital": "Lleida", - "cx": 120, - "cy": 395, - "url": "https://work.catalunyamedieval.dev/mapa/segria", - "statistics": { - "castell": 18, - "epoca-carlina": 0, - "muralles": 1, - "torre": 5, - "casa-forta": 0, - "palau": 2, - "pont": 1, - "torre-colomer": 0, - "basilica": 0, - "catedral": 2, - "ermita": 2, - "esglesia": 17, - "esglesia-fortificada": 0, - "monestir": 2, - "altres-llocs-dinteres": 2 - }, - "total": 52, - "info": "", - "path": "m 86.962869,702.67158 c 0.37485,-0.37485 0.50618,-1.47806 0.50618,-4.25197 0,-3.50954 0.0447,-3.74577 0.70867,-3.74577 0.63622,0 0.70866,-0.23624 0.70866,-2.31084 l 0,-2.31088 1.94111,-1.94109 c 1.90578,-1.9058 1.97854,-1.94113 3.99658,-1.94113 1.64899,0 2.15648,0.14014 2.56625,0.70866 0.28092,0.38976 0.79447,0.70866 1.14121,0.70866 0.49929,0 0.63044,0.29484 0.63044,1.41732 0,0.77953 0.15945,1.41733 0.35433,1.41733 0.19488,0 0.35433,0.47834 0.35433,1.06299 0,0.58465 0.159451,1.06299 0.354331,1.06299 0.19488,0 0.35433,0.3189 0.35433,0.70866 0,0.47243 0.23622,0.70866 0.70866,0.70866 0.47244,0 0.70866,0.23624 0.70866,0.70867 0,0.38976 0.15945,0.70866 0.35434,0.70866 0.19488,0 0.35433,0.3189 0.35433,0.70866 0,0.47243 0.23622,0.70866 0.70866,0.70866 0.38976,0 0.70866,0.15945 0.70866,0.35433 0,0.19715 0.95025,0.35433 2.14209,0.35433 1.80188,0 2.28022,-0.13812 3.01181,-0.8697 0.47834,-0.47835 0.86972,-1.24041 0.86972,-1.69346 0,-0.45304 0.3189,-1.05356 0.70866,-1.33448 0.38977,-0.28091 0.70866,-0.79448 0.70866,-1.14122 0,-0.34672 0.15945,-0.63043 0.35433,-0.63043 0.19489,0 0.35434,-0.23917 0.35434,-0.5315 0,-0.29232 0.14835,-0.53149 0.32968,-0.53149 0.18133,0 0.38064,-0.35876 0.44292,-0.79725 0.0941,-0.66274 0.36727,-0.81563 1.61913,-0.9062 0.89099,-0.0645 1.5059,0.044 1.5059,0.26575 0,0.20608 0.25056,0.37471 0.55681,0.37471 0.64546,0 1.33071,0.61922 1.66647,1.5059 0.52288,1.38086 0.9657,0.52788 0.9657,-1.86023 0,-1.41733 0.15185,-2.48032 0.35433,-2.48032 0.19488,0 0.35433,-0.63779 0.35433,-1.41732 0,-1.1672 0.12149,-1.41732 0.68841,-1.41732 0.63497,0 0.70157,-0.33694 0.85791,-4.34056 0.25944,-6.64348 0.45027,-7.56712 1.66757,-8.07133 0.56165,-0.23265 1.38375,-0.88214 1.82688,-1.4433 0.44313,-0.56115 1.08472,-1.02171 1.42577,-1.02348 0.34104,0 0.62007,-0.25377 0.62007,-0.56002 0,-0.71614 0.85307,-1.56919 1.56918,-1.56919 0.30625,0 0.55681,-0.15945 0.55681,-0.35433 0,-0.19488 0.22843,-0.35433 0.50762,-0.35433 0.27919,0 0.60883,-0.3189 0.73254,-0.70866 0.1237,-0.38977 0.37362,-0.70866 0.55537,-0.70866 0.44606,0 0.4238,-3.79811 -0.0239,-4.07481 -0.19488,-0.12043 -0.35433,-1.40545 -0.35433,-2.85555 0,-2.16414 0.12698,-2.76356 0.70866,-3.34523 0.38976,-0.38977 0.70866,-0.94784 0.70866,-1.24016 0,-0.29232 0.20739,-0.5315 0.46086,-0.5315 0.65187,0 2.36771,-0.83335 2.37102,-1.15157 10e-4,-0.14616 1.04967,-0.26575 2.32921,-0.26575 4.03354,0 4.76017,-0.72634 4.76017,-4.75817 l 0,-3.03711 1.39641,0 c 0.76803,0 1.49496,-0.15944 1.61541,-0.35433 0.12044,-0.19488 0.58885,-0.35433 1.04091,-0.35433 0.57919,0 0.95197,-0.31393 1.26224,-1.06299 0.24216,-0.58464 0.58041,-1.06299 0.75164,-1.06299 0.17124,0 0.31135,-1.27559 0.31135,-2.83465 0,-1.65355 0.14764,-2.83464 0.35433,-2.83464 0.19488,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.38977 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.24644 0.35433,-0.54762 0,-0.30118 0.39138,-0.93898 0.86972,-1.41733 0.72896,-0.72893 1.21172,-0.8697 2.98283,-0.8697 2.43388,0 3.23406,-0.22854 3.23406,-0.92374 0,-0.27145 0.15945,-0.49358 0.35433,-0.49358 0.19489,0 0.35434,-0.24449 0.35434,-0.5433 0,-0.8927 2.35621,-3.00001 3.35433,-3.00001 0.81906,0 0.89806,-0.13181 0.90247,-1.50591 0.003,-0.82824 0.10098,-1.86466 0.2185,-2.30315 0.12722,-0.47473 0.0552,-0.79724 -0.17796,-0.79724 -0.21538,0 -0.71556,-0.27904 -1.1115,-0.62008 -0.4492,-0.38693 -1.54872,-0.68669 -2.9241,-0.79724 -1.85877,-0.14939 -2.22144,-0.28822 -2.31423,-0.88583 -0.0605,-0.38976 -0.27435,-1.04152 -0.47518,-1.44836 -0.20083,-0.40684 -0.3122,-1.20409 -0.24748,-1.77165 0.11146,-0.97753 0.2158,-1.03759 1.9779,-1.13907 1.02313,-0.0589 1.86024,-0.2582 1.86024,-0.44292 0,-0.18467 0.17083,-0.33579 0.37964,-0.33579 0.75665,0 1.39201,-1.03968 1.39201,-2.27785 0,-0.69602 0.15945,-1.26546 0.35433,-1.26546 0.21136,0 0.35433,-1.35826 0.35433,-3.36614 0,-2.84379 -0.0876,-3.36614 -0.56467,-3.36614 -0.31056,0 -0.63797,-0.27904 -0.72757,-0.62008 -0.0908,-0.34576 -1.2519,-1.12965 -2.62431,-1.77183 -2.35734,-1.10304 -2.4614,-1.20416 -2.4614,-2.39174 0,-0.68198 0.13952,-1.23998 0.31004,-1.23998 0.17052,0 0.40571,-0.47834 0.52264,-1.06299 0.11693,-0.58464 0.38742,-1.06299 0.60109,-1.06299 0.6409,0 1.40088,-0.96112 1.40088,-1.77165 0,-1.23786 0.85132,-1.77166 2.82544,-1.77166 1.45254,0 1.98601,-0.17295 2.68279,-0.8697 0.47834,-0.47835 0.86972,-1.03642 0.86972,-1.24016 0,-0.20374 0.15945,-0.37045 0.35433,-0.37045 0.20502,0 0.35433,-1.1305 0.35433,-2.68278 0,-2.64827 -0.40156,-3.69518 -1.41732,-3.69518 -0.69329,0 -1.41733,-0.97192 -1.41733,-1.90261 0,-0.48961 -0.15944,-0.98876 -0.35433,-1.1092 -0.19488,-0.12043 -0.35433,-0.59662 -0.35433,-1.05817 0,-0.47314 -0.38642,-1.14318 -0.88582,-1.53599 -0.48721,-0.38324 -0.8909,-0.99276 -0.8971,-1.35446 -0.0123,-0.71451 -0.0126,-0.71423 -1.39569,1.25706 -0.41712,0.59449 -0.89449,0.74274 -2.39174,0.74274 -1.02882,0 -1.87059,0.13504 -1.87059,0.30012 0,0.16505 -0.29774,0.6434 -0.66164,1.06299 -0.5354,0.61732 -1.05402,0.76288 -2.71816,0.76288 -2.22539,0 -3.35249,-0.62525 -3.35249,-1.85974 0,-0.38891 -0.30742,-0.7673 -0.70866,-0.87226 -0.39221,-0.10254 -0.70866,-0.4833 -0.70866,-0.85262 0,-0.36705 -0.15945,-0.66735 -0.35433,-0.66735 -0.19488,0 -0.35433,-0.28453 -0.35433,-0.63227 0,-0.34774 -0.47835,-0.91481 -1.06299,-1.26017 -0.89306,-0.52757 -1.06299,-0.84962 -1.06299,-2.01462 0,-1.12989 -0.19685,-1.53224 -1.063,-2.17258 -0.58464,-0.43225 -1.06299,-1.05977 -1.06299,-1.39447 0,-0.88002 -1.50142,-3.56418 -2.12598,-3.80069 -0.80427,-0.30459 -1.41733,-1.01091 -1.41733,-1.63296 0,-0.32058 -0.30064,-0.55681 -0.70866,-0.55681 -0.40802,0 -0.70866,-0.23622 -0.70866,-0.5568 0,-0.92309 -0.93787,-1.56918 -2.27784,-1.56918 -0.88864,0 -1.26547,-0.15827 -1.26547,-0.5315 0,-0.29232 0.19932,-0.54408 0.44292,-0.55947 0.35433,-0.0224 0.35433,-0.0637 0,-0.20669 -0.2436,-0.0983 -0.44292,-0.64378 -0.44292,-1.21218 0,-0.56841 -0.15944,-1.03347 -0.35433,-1.03347 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.40802 -0.23622,-0.70866 -0.5568,-0.70866 -0.92309,0 -1.56918,-0.93787 -1.56918,-2.27784 0,-0.69601 -0.15945,-1.26547 -0.35433,-1.26547 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.40802 -0.23622,-0.70866 -0.55681,-0.70866 -0.71611,0 -1.56918,-0.85306 -1.56918,-1.56918 0,-0.30624 -0.14813,-0.5568 -0.32918,-0.5568 -0.18105,0 -0.4172,-1.39518 -0.52477,-3.1004 -0.43425,-6.88364 -0.63141,-8.78486 -0.94433,-9.1063 -0.18024,-0.18514 -0.3462,-0.82293 -0.3688,-1.41732 -0.0288,-0.75754 -0.0941,-0.86879 -0.21816,-0.37205 -0.22301,0.89263 -0.73571,1.22784 -1.8885,1.23473 -1.17467,0.007 -2.45854,1.21351 -2.45854,2.31036 0,0.473 -0.26871,1.42348 -0.59712,2.11218 -0.58242,1.22133 -0.64789,1.25218 -2.65748,1.25218 -1.13735,0 -2.06036,0.15873 -2.06036,0.35433 0,0.19685 -0.94488,0.35433 -2.12598,0.35433 -1.18111,0 -2.12599,0.15748 -2.12599,0.35433 0,0.19489 -0.54733,0.35433 -1.21628,0.35433 -0.89182,0 -1.27438,0.18306 -1.43407,0.68621 -0.11979,0.37742 -0.56902,0.73618 -0.99829,0.79725 -0.48986,0.0697 -0.82184,0.40166 -0.89153,0.89152 -0.0611,0.42928 -0.37996,0.86752 -0.70866,0.97388 -0.80233,0.25962 -2.19211,2.35481 -2.19211,3.30475 0,1.25737 -1.13031,3.26765 -1.83728,3.26765 -0.35367,0 -0.64304,0.15536 -0.64304,0.34524 0,0.18987 -0.450811,0.57835 -1.001791,0.86327 -0.55099,0.28493 -1.38782,1.24572 -1.85963,2.13509 -0.61702,1.16308 -1.07471,1.61703 -1.63038,1.61703 -0.4249,0 -1.00872,0.23619 -1.29739,0.52486 -0.50466,0.50465 -2.53532,1.27992 -4.57155,1.74531 -0.53403,0.12206 -1.69004,0.94099 -2.56889,1.81985 -1.21856,1.21855 -1.59793,1.86313 -1.59793,2.71501 0,0.61441 -0.15392,1.60678 -0.34204,2.20525 -0.18812,0.5985 -0.43033,1.52663 -0.53825,2.06256 l -0.1962,0.97441 -3.27081,0 c -2.7062,0 -3.48489,-0.13114 -4.51097,-0.75327 -0.68208,-0.41354 -1.32409,-0.88289 -1.42667,-1.04298 -0.10259,-0.16005 -0.34176,-0.17985 -0.5315,-0.044 -0.58009,0.41542 -1.93946,3.57786 -1.93946,4.51194 0,0.48391 -0.3189,1.15289 -0.70867,1.4866 -0.38976,0.33374 -0.70866,0.94847 -0.70866,1.36608 0,0.41762 -0.3189,1.16469 -0.70866,1.66022 -0.38976,0.4955 -0.70866,1.11933 -0.70866,1.38632 0,0.26695 -0.6378,1.73253 -1.41732,3.25683 -1.3001,2.54218 -1.41733,3.00295 -1.41733,5.57089 0,2.6617 0.0392,2.80038 0.79725,2.81725 0.43848,0.01 1.83366,0.36854 3.10039,0.79724 l 2.30315,0.7795 0.0973,6.18721 c 0.0907,5.77159 0.14844,6.24164 0.85901,6.99803 0.41896,0.44593 1.08015,0.81082 1.46932,0.81082 0.83018,0 2.00353,0.96594 2.00353,1.64941 0,0.37371 0.95294,0.47657 4.41533,0.47657 3.9995,0 4.47927,-0.0686 5.09421,-0.72868 0.55363,-0.59425 1.03013,-0.70866 2.5827,-0.62008 l 1.90383,0.10861 0.0992,4.51771 c 0.0642,2.92716 -0.0293,4.51772 -0.26575,4.51772 -0.21962,0 -0.36492,1.11717 -0.36492,2.80566 0,3.11166 -0.19172,3.92662 -0.92374,3.92662 -0.27147,0 -0.49358,0.30203 -0.49358,0.67118 0,0.36917 -0.47835,1.18328 -1.063,1.80914 -0.58464,0.62585 -1.06299,1.3495 -1.06299,1.60809 0,0.25856 -0.31889,0.57136 -0.70866,0.69506 -0.44373,0.14084 -0.70866,0.5361 -0.70866,1.05736 0,0.45783 -0.12638,0.88554 -0.28084,0.95052 -0.73685,0.30987 -1.84514,2.80028 -1.84514,4.14613 0,0.80525 -0.15945,1.4641 -0.35433,1.4641 -0.19489,0 -0.35434,0.32389 -0.35434,0.71978 0,0.39586 -0.22478,0.80604 -0.49951,0.91145 -0.27474,0.10545 -0.59401,0.56817 -0.70949,1.02827 -0.11548,0.46013 -0.50955,0.93167 -0.87572,1.04786 -0.36616,0.11622 -1.02798,0.52547 -1.47071,0.90946 -0.66168,0.57387 -1.32832,0.69814 -3.74495,0.69814 -2.23571,0 -3.01075,-0.12643 -3.23535,-0.52778 -0.42144,-0.75306 -3.61004,-1.1492 -4.02134,-0.49957 -0.17268,0.27273 -0.31641,2.65649 -0.31939,5.29725 -0.006,5.0057 0.32957,6.534 1.50036,6.84014 0.47569,0.1244 0.6202,0.5366 0.6202,1.76896 0,0.8837 -0.15945,1.70529 -0.35433,1.82572 -0.19488,0.12044 -0.35433,0.91407 -0.35433,1.76358 0,1.84542 -0.27059,2.66556 -0.87945,2.66556 -0.24711,0 -0.54496,0.47834 -0.66189,1.06299 -0.12177,0.60884 -0.43756,1.06299 -0.73915,1.06299 -0.84029,0 -1.97148,1.46151 -1.97148,2.54714 0,0.5479 0.12938,0.99617 0.28752,0.99617 0.15813,0 0.63648,0.3251 1.06299,0.72248 0.64393,0.59988 0.77547,1.11267 0.77547,3.0229 0,1.6914 0.13716,2.35311 0.51801,2.49927 0.28491,0.10931 0.62617,0.5428 0.75837,0.96328 0.22313,0.70973 1.64279,3.27522 3.03828,5.49054 0.66112,1.04952 0.89579,5.37239 0.29164,5.37239 -0.19488,0 -0.35433,0.24456 -0.35433,0.54344 0,0.59032 -1.93637,2.64554 -2.49253,2.64554 -0.18816,0 -0.34211,0.22681 -0.34211,0.504 0,0.27723 -0.59563,0.70062 -1.32362,0.94085 -1.12731,0.37205 -1.21927,0.47442 -0.62008,0.69013 1.89172,0.68106 3.3049,1.054 3.99379,1.054 1.19033,0 1.49321,1.07333 1.49321,5.29168 0,3.43481 0.0738,3.92091 0.59492,3.92091 0.32721,0 1.12446,0.19148 1.77166,0.42552 0.95115,0.34395 1.17673,0.61565 1.17673,1.41732 0,0.72131 0.17512,0.99181 0.64211,0.99181 0.35316,0 1.30215,0.3189 2.10886,0.70866 0.80672,0.38977 2.11227,0.70866 2.9012,0.70866 0.78895,0 1.43444,0.15945 1.43444,0.35433 0,0.54574 2.82015,0.41946 3.39146,-0.15186 z " - }, - "cat20": { - "cat_id": 22, - "cat_slug": "bages", - "name": "Bages", - "nx": 390, - "ny": 350, - "capital": "Manresa", - "cx": 390, - "cy": 365, - "url": "https://work.catalunyamedieval.dev/mapa/bages", - "statistics": { - "castell": 28, - "epoca-carlina": 2, - "muralles": 3, - "torre": 17, - "casa-forta": 7, - "palau": 0, - "pont": 12, - "torre-colomer": 0, - "basilica": 1, - "catedral": 0, - "ermita": 27, - "esglesia": 90, - "esglesia-fortificada": 1, - "monestir": 3, - "altres-llocs-dinteres": 1 - }, - "total": 192, - "info": "", - "path": "m 406.36669,611.05179 c 0,-4.17324 0.0844,-4.96063 0.5315,-4.96063 0.29232,0 0.53149,0.28453 0.53149,0.63227 0,0.34774 0.47835,0.91481 1.063,1.26017 0.58464,0.34537 1.06299,0.85809 1.06299,1.13939 0,0.34831 0.39561,0.51148 1.24016,0.51148 1.00392,0 1.24015,-0.135 1.24015,-0.70866 0,-0.38977 0.15945,-0.70867 0.35433,-0.70867 0.22146,0 0.35433,-2.12598 0.35433,-5.66929 0,-5.43306 0.0294,-5.66929 0.70867,-5.66929 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19488 0.63779,-0.35433 1.41732,-0.35433 0.77953,0 1.41732,-0.15945 1.41732,-0.35433 0,-0.21242 1.40868,-0.35433 3.51737,-0.35433 l 3.51734,0 0.55747,1.11742 c 0.30656,0.61458 0.55743,1.54576 0.55743,2.06929 0,0.79611 0.23163,1.02827 1.41562,1.41902 1.31687,0.43462 1.46193,0.41382 2.07897,-0.2976 0.5508,-0.63507 1.04881,-0.76482 2.93527,-0.76482 1.86548,0 2.36335,-0.12678 2.78274,-0.70867 0.42434,-0.58875 0.91725,-0.70866 2.91288,-0.70866 l 2.40208,0 0,-3.01181 c 0,-1.77165 -0.14591,-3.01181 -0.35433,-3.01181 -0.19488,0 -0.35433,-0.23917 -0.35433,-0.53149 0,-0.35434 0.35433,-0.5315 1.06299,-0.5315 0.97515,0 1.06299,-0.10074 1.06299,-1.21925 0,-0.67057 -0.15945,-1.31779 -0.35433,-1.43823 -0.19488,-0.12044 -0.35433,-0.52849 -0.35433,-0.90673 0,-0.52137 0.24654,-0.68776 1.01913,-0.68776 0.98181,0 1.02515,-0.0727 1.18381,-1.98638 0.23237,-2.80197 0.0241,-3.49313 -1.53556,-5.10045 -0.75681,-0.77984 -1.37604,-1.65692 -1.37604,-1.94899 0,-0.29211 -0.15945,-0.53111 -0.35433,-0.53111 -0.19488,0 -0.35433,-0.57965 -0.35433,-1.2881 0,-0.92579 -0.25431,-1.5238 -0.90408,-2.12598 -0.49727,-0.46084 -1.06093,-0.83789 -1.25263,-0.83789 -0.19169,0 -0.74154,-0.25752 -1.22191,-0.57224 -0.64353,-0.42169 -0.87335,-0.88785 -0.87335,-1.77165 l 0,-1.19941 -4.97824,0 c -5.05906,0 -6.32682,0.27017 -7.69706,1.64044 -0.61582,0.61579 -2.46734,0.62975 -3.07392,0.023 -0.50545,-0.50549 -0.84618,-2.31307 -1.13177,-6.00417 l -0.18503,-2.39173 1.44638,0 c 0.79554,0 1.44641,-0.15945 1.44641,-0.35433 0,-0.19488 0.63159,-0.35433 1.4035,-0.35433 0.87867,0 1.64059,-0.23791 2.03741,-0.63622 0.89422,-0.89751 2.41231,-1.48976 3.81862,-1.48976 0.66143,0 1.30114,-0.15945 1.42157,-0.35434 0.12044,-0.19488 0.60821,-0.35433 1.0839,-0.35433 0.62869,0 0.86492,-0.19354 0.86492,-0.70866 0,-0.62902 0.23623,-0.70866 2.1021,-0.70866 1.79093,0 2.13541,-0.10491 2.32704,-0.70866 0.16738,-0.52735 0.5361,-0.70866 1.4412,-0.70866 0.66894,0 1.21628,-0.15945 1.21628,-0.35433 0,-0.20248 1.06299,-0.35433 2.48031,-0.35433 1.41732,0 2.48032,-0.15186 2.48032,-0.35433 0,-0.19489 0.31889,-0.35433 0.70866,-0.35433 0.55119,0 0.70866,-0.23623 0.70866,-1.063 0,-0.58464 0.15945,-1.06299 0.35433,-1.06299 0.19488,0 0.35433,-0.47425 0.35433,-1.05389 0,-0.80868 -0.24325,-1.17968 -1.04538,-1.59449 -0.57497,-0.29733 -1.37222,-0.5406 -1.77166,-0.5406 -0.39947,0 -0.72627,-0.15944 -0.72627,-0.35433 0,-0.19488 -0.22758,-0.35433 -0.50577,-0.35433 -0.27818,0 -0.8122,-0.38954 -1.18672,-0.86566 -0.3745,-0.47611 -1.14346,-0.97358 -1.7088,-1.10549 -0.5653,-0.13191 -1.18729,-0.43053 -1.38217,-0.66361 -0.45043,-0.53874 -3.74386,-1.61721 -4.93863,-1.61721 -0.86418,0 -0.90783,-0.0937 -0.90783,-1.94881 0,-1.7126 0.0859,-1.94882 0.70866,-1.94882 0.47243,0 0.70866,-0.23622 0.70866,-0.70866 0,-0.49957 0.23624,-0.70867 0.80061,-0.70867 0.44033,0 0.99975,-0.31889 1.24314,-0.70866 0.24342,-0.38976 0.76011,-0.70866 1.14824,-0.70866 0.3881,0 0.70565,-0.16287 0.70565,-0.36193 0,-0.19906 0.39862,-0.54355 0.88583,-0.76553 0.64215,-0.29258 0.88583,-0.68039 0.88583,-1.40973 0,-0.55336 0.15944,-1.00612 0.35433,-1.00612 0.21476,0 0.35433,-1.53543 0.35433,-3.89763 0,-2.36221 0.13957,-3.89764 0.35433,-3.89764 0.19488,0 0.35433,-0.47835 0.35433,-1.06299 0,-0.58465 0.15945,-1.063 0.35433,-1.063 0.19488,0 0.35433,-0.31889 0.35433,-0.70866 0,-0.62992 0.23623,-0.70866 2.12598,-0.70866 1.87881,0 2.12599,-0.0811 2.12599,-0.69788 0,-0.38384 -0.3189,-1.26566 -0.70866,-1.9596 -0.53281,-0.94861 -0.70866,-1.9185 -0.70866,-3.90841 0,-1.52825 0.14974,-2.64671 0.35433,-2.64671 0.19488,0 0.35433,-0.31889 0.35433,-0.70866 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.71103,0 0.38916,-2.92908 -0.41609,-3.78622 -0.94936,-1.01053 -3.83588,-1.20864 -3.83588,-0.26327 0,0.88908 -0.9214,1.56918 -2.12599,1.56918 -1.32296,0 -2.12598,0.697 -2.12598,1.84528 0,0.45811 -0.3189,1.06276 -0.70866,1.34369 -0.72539,0.52282 -0.99255,2.12599 -0.35433,2.12599 0.19488,0 0.35433,0.31889 0.35433,0.70866 0,0.38976 0.15945,0.70866 0.35433,0.70866 0.19988,0 0.35433,1.00394 0.35433,2.30315 l 0,2.30315 -1.44262,0 c -1.66015,0 -2.45502,-0.62279 -2.45502,-1.92351 0,-0.50113 -0.15945,-0.91114 -0.35433,-0.91114 -0.19488,0 -0.35433,-0.31889 -0.35433,-0.70866 0,-0.38976 -0.15945,-0.70866 -0.35433,-0.70866 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.38977 -0.15945,-0.70866 -0.35433,-0.70866 -0.19488,0 -0.35433,-0.6378 -0.35433,-1.41733 0,-1.1811 -0.1181,-1.41732 -0.70866,-1.41732 -0.64116,0 -0.70866,-0.23622 -0.70866,-2.48031 l 0,-2.48032 -1.89461,0 c -1.90478,0 -3.42035,0.77303 -3.42035,1.74457 0,0.75824 -3.41005,3.92472 -4.22664,3.92472 -0.42789,0 -1.56536,0.25753 -2.52765,0.57228 l -1.74965,0.57229 0,3.37237 c 0,4.40484 -0.27634,4.6958 -4.45947,4.6958 -2.62254,0 -2.95759,-0.0752 -3.15864,-0.70866 -0.33371,-1.05141 -1.59449,-0.92786 -1.59449,0.15625 0,0.47571 0.15945,0.96346 0.35433,1.08391 0.56055,0.34645 0.41205,1.85085 -0.20615,2.08807 -0.30827,0.1183 -1.34468,0.21508 -2.30315,0.21508 -1.6493,0 -1.74267,-0.0504 -1.74267,-0.93975 0,-0.6634 -0.55722,-1.49696 -1.89489,-2.83464 -1.83674,-1.83675 -1.95548,-1.8949 -3.86865,-1.8949 -2.36863,0 -3.09398,0.2371 -3.09696,1.01232 -0.005,1.19968 -1.9519,1.82232 -5.69923,1.82232 -3.07959,0 -3.59369,-0.0883 -4.12483,-0.70866 -0.33375,-0.38976 -0.86574,-0.70866 -1.18226,-0.70866 -1.23272,0 -2.81034,-1.09683 -2.81034,-1.95386 0,-0.46143 -0.15945,-0.93751 -0.35433,-1.05795 -0.19489,-0.12044 -0.35433,-0.76765 -0.35433,-1.43824 l 0,-1.21924 -3.1938,0 c -1.89617,0 -3.51574,-0.17996 -3.98622,-0.44291 -1.21922,-0.68146 -2.74124,-2.12166 -2.74124,-2.59387 0,-0.23313 -0.3189,-0.50727 -0.70867,-0.6092 -0.53861,-0.14085 -0.70866,-0.48331 -0.70866,-1.42717 l 0,-1.24186 -2.0374,-0.14145 c -1.12057,-0.0778 -2.31644,-0.26846 -2.65748,-0.42371 -0.50418,-0.2295 -0.62008,-0.10959 -0.62008,0.64147 0,0.50806 -0.17054,0.92374 -0.37899,0.92374 -0.76837,0 -0.12816,1.59948 0.82191,2.05342 0.82399,0.3937 0.9744,0.68526 0.9744,1.88886 0,1.65181 -0.57444,2.3579 -2.30764,2.83646 -0.85384,0.23575 -1.23566,0.54764 -1.23566,1.00931 0,0.36747 -0.31128,0.76693 -0.69173,0.88768 -0.38044,0.12075 -1.21755,0.74489 -1.86023,1.38697 -1.25944,1.25826 -3.10086,2.33887 -3.98555,2.33887 -0.30203,0 -0.54911,0.17195 -0.54911,0.38211 0,0.55319 -2.80095,3.1612 -3.39505,3.1612 -0.27641,0 -0.50258,0.15945 -0.50258,0.35433 0,0.19488 -0.35876,0.35677 -0.79725,0.35976 -1.03564,0.007 -1.42487,0.30894 -1.95605,1.51715 -0.91353,2.07801 -0.67996,2.37506 1.86747,2.37506 1.29922,0 2.30315,-0.15445 2.30315,-0.35433 0,-0.19488 0.87697,-0.35433 1.94882,-0.35433 l 1.94882,0 0,1.77165 c 0,1.51592 0.099,1.77165 0.68598,1.77165 0.42963,0 0.9793,0.52188 1.4709,1.39652 0.43168,0.76809 1.23913,1.58467 1.79429,1.81464 0.94554,0.39165 1.00946,0.54818 1.00946,2.47214 0,2.49471 -0.23078,3.17497 -1.07703,3.17497 -0.36088,0 -0.75688,0.35246 -0.89567,0.79725 -0.31408,1.00637 -0.78591,1.31648 -2.01352,1.32331 -0.92824,0.005 -0.97441,0.0868 -0.97441,1.72286 0,1.6943 -0.81227,3.2432 -1.70076,3.2432 -0.2076,0 -0.4787,0.31889 -0.60239,0.70866 -0.15208,0.47915 -0.53611,0.70866 -1.18581,0.70866 -0.55442,0 -1.17698,0.29978 -1.47167,0.70866 -0.28092,0.38976 -0.71476,0.70866 -0.96407,0.70866 -0.63418,0 -0.56724,0.48415 0.27401,1.98197 0.6565,1.16884 0.71263,1.74749 0.5766,5.94581 -0.0828,2.55803 -0.2667,5.155 -0.40851,5.77104 -0.21958,0.95364 -0.13415,1.18527 0.57497,1.55895 1.15948,0.611 1.3527,0.99963 1.3589,2.73337 0.005,1.40128 -0.0742,1.53071 -1.05757,1.72737 -1.16866,0.23371 -1.47239,1.187 -0.37822,1.187 0.37662,0 0.78602,0.3189 0.90971,0.70867 0.15917,0.50148 0.53611,0.70866 1.28934,0.70866 1.29505,0 2.07681,0.71312 2.07681,1.89453 0,2.03244 0.0991,2.0031 -6.7702,2.0031 -3.48701,0 -6.34004,0.13387 -6.34004,0.29746 0,0.1636 -0.42566,0.49139 -0.94589,0.72844 l -0.94585,0.43094 0.98639,0.51175 c 0.54248,0.28145 1.29426,0.51173 1.67063,0.51173 0.73697,0 2.4237,1.48592 2.4237,2.1352 0,0.96179 1.05884,1.40811 3.34084,1.40811 1.31609,0 2.32845,0.15406 2.32845,0.35433 0,0.20657 1.17694,0.35433 2.82217,0.35433 2.42756,0 2.87348,0.0958 3.18898,0.68538 0.46867,0.87573 0.47732,2.85792 0.0124,2.85792 -0.19488,0 -0.35433,0.47835 -0.35433,1.063 0,0.98266 0.0956,1.06299 1.26545,1.06299 1.33998,0 2.27785,0.64609 2.27785,1.56919 0,0.32056 0.30065,0.55679 0.70867,0.55679 0.38976,0 0.70866,0.21476 0.70866,0.47729 0,0.61072 -1.19881,2.00303 -1.72464,2.00303 -0.46403,0 -0.53185,1.72591 -0.0949,2.41497 0.16261,0.25643 0.74569,0.6997 1.29583,0.98511 1.0896,0.5653 1.57043,0.25186 1.58127,-1.03081 0.004,-0.51063 0.24183,-0.61973 1.15699,-0.5315 1.1385,0.10977 1.15278,0.13418 1.25784,2.14845 0.0732,1.40389 0.25253,2.0374 0.57671,2.0374 0.25873,0 0.68269,0.25579 0.94217,0.56842 0.25944,0.31262 0.83703,0.70728 1.28352,0.87704 0.48983,0.18623 0.81181,0.60324 0.81181,1.0514 0,1.0997 0.85061,1.75511 2.27785,1.75511 1.02923,0 1.26546,0.13227 1.26546,0.70866 0,0.38976 0.15945,0.70866 0.35433,0.70866 0.19488,0 0.35433,0.3189 0.35433,0.70866 0,0.50499 0.23623,0.70866 0.82194,0.70866 0.97462,0 2.36704,-1.47433 2.36704,-2.50628 0,-0.92357 0.57033,-1.99389 1.62375,-3.04732 0.71724,-0.71723 1.1717,-0.82435 3.49792,-0.82435 1.54619,0 2.6736,-0.14942 2.6736,-0.35433 0,-0.19488 0.41,-0.35433 0.91113,-0.35433 0.99662,0 1.92352,-0.7273 1.92352,-1.50931 0,-0.70898 1.47632,-1.40407 2.68852,-1.26584 0.96016,0.10948 1.03946,0.23474 1.13995,1.80074 0.0767,1.19558 0.25887,1.68307 0.62883,1.68307 0.28648,0 0.67351,0.40149 0.86007,0.89217 0.18655,0.49071 0.74069,1.04485 1.2314,1.23141 1.15367,0.43862 1.26705,2.4104 0.18351,3.19138 -1.12241,0.80901 -0.91619,2.27665 0.44291,3.15209 0.63337,0.40798 1.62993,1.06069 2.21457,1.45046 0.70909,0.47274 1.656,0.70929 2.84425,0.71053 1.48291,0 1.97624,0.17993 2.94512,1.06487 0.6401,0.58465 1.35794,1.063 1.59524,1.063 0.23726,0 0.66125,0.31889 0.94216,0.70866 0.39979,0.55467 0.91726,0.70866 2.38139,0.70866 l 1.87058,0 0,-4.96063 z " - }, - "cat21": { - "cat_id": 51, - "cat_slug": "urgell", - "name": "Urgell", - "nx": 245, - "ny": 410, - "capital": "Tàrrega", - "cx": 245, - "cy": 425, - "url": "https://work.catalunyamedieval.dev/mapa/urgell", - "statistics": { - "castell": 13, - "epoca-carlina": 0, - "muralles": 1, - "torre": 3, - "casa-forta": 0, - "palau": 2, - "pont": 1, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 9, - "esglesia": 29, - "esglesia-fortificada": 0, - "monestir": 5, - "altres-llocs-dinteres": 2 - }, - "total": 65, - "info": "", - "path": "m 244.79189,646.20115 c 0,-0.43597 3.09957,-1.84227 4.0604,-1.84227 0.54128,0 0.93458,-0.2587 1.07739,-0.70867 0.17527,-0.55218 0.53612,-0.70866 1.63448,-0.70866 1.02412,0 1.64737,-0.23782 2.27927,-0.8697 0.90226,-0.90227 1.12893,-1.61061 0.51539,-1.61061 -0.19488,0 -0.35433,-0.16714 -0.35433,-0.37145 0,-0.2043 -0.3189,-1.03149 -0.70866,-1.83819 -0.57541,-1.19098 -0.70866,-2.19193 -0.70866,-5.32318 0,-2.86976 0.1295,-3.98587 0.50618,-4.36256 0.36488,-0.36489 1.41057,-0.5062 3.74578,-0.5062 3.17334,0 4.25197,-0.34706 4.25197,-1.36814 0,-0.19566 0.3189,-0.45698 0.70866,-0.58068 0.60375,-0.19162 0.70866,-0.5361 0.70866,-2.32703 0,-1.91569 0.0677,-2.1021 0.76288,-2.1021 l 0.76288,0 -0.76288,-0.66164 c -0.59846,-0.51906 -0.76288,-1.05906 -0.76288,-2.50561 0,-1.01626 -0.19881,-2.03145 -0.44291,-2.26159 -0.52657,-0.49649 -2.73049,-1.30344 -3.5599,-1.30344 -0.3225,0 -1.10842,-0.3183 -1.74649,-0.70735 -0.63808,-0.38902 -1.43168,-0.70792 -1.76355,-0.70866 -0.33187,0 -1.00953,-0.18635 -1.50591,-0.41252 -0.74662,-0.34019 -0.90249,-0.6543 -0.90249,-1.81867 0,-1.45183 0.75855,-2.4739 2.16807,-2.92128 0.36661,-0.11636 0.66657,-0.51973 0.66657,-0.89635 0,-0.38629 0.24269,-0.68478 0.55681,-0.68478 1.48076,0 1.56917,-0.58312 1.56917,-10.34922 0,-8.93037 0.0309,-9.35908 0.70867,-9.84763 0.38976,-0.28091 0.70866,-0.79448 0.70866,-1.14123 0,-0.34671 0.15945,-0.63042 0.35433,-0.63042 0.19488,0 0.35433,-0.60261 0.35433,-1.33909 0,-0.93263 0.21511,-1.49414 0.70866,-1.84989 0.59698,-0.43026 0.70866,-0.91725 0.70866,-3.09005 0,-2.51496 -0.0221,-2.57924 -0.88582,-2.57924 -0.54404,0 -0.88583,0.20144 -0.88583,0.522 0,0.63638 -1.49013,3.86075 -1.86024,4.02523 -0.14616,0.065 -0.26575,0.40667 -0.26575,0.75933 0,0.76302 -0.67855,1.07139 -2.35744,1.07139 -2.0007,0 -2.24885,-0.52504 -2.24885,-4.75816 0,-2.26095 0.14045,-3.74577 0.35433,-3.74577 0.19488,0 0.35433,-0.33028 0.35433,-0.73396 0,-0.84108 0.78031,-1.74636 1.50528,-1.74636 0.2711,0 0.84056,-0.39983 1.26546,-0.88852 1.34777,-1.55005 0.96378,-6.55242 -0.50297,-6.55242 -0.14473,0 -0.55474,-0.26387 -0.91113,-0.58642 -0.51571,-0.46671 -0.64798,-1.11765 -0.64798,-3.18897 l 0,-2.60257 -1.07711,0 c -1.56276,0 -3.88352,-1.27477 -3.88352,-2.13318 0,-0.38581 -0.15945,-0.70146 -0.35433,-0.70146 -0.19488,0 -0.35433,-0.84177 -0.35433,-1.8706 0,-1.46412 0.15399,-1.98159 0.70866,-2.38137 0.38976,-0.28093 0.70866,-0.8742 0.70866,-1.31838 0,-0.44418 0.15945,-0.8076 0.35433,-0.8076 0.19488,0 0.35433,-0.3189 0.35433,-0.70867 0,-0.9228 -1.29069,-0.95716 -1.58113,-0.0421 -0.11636,0.36661 -0.50457,1.00441 -0.86268,1.41732 -0.5701,0.65734 -1.03462,0.75075 -3.73325,0.75075 -3.85868,0 -4.45286,-0.28535 -4.45286,-2.13845 0,-0.77267 -0.15945,-1.40486 -0.35433,-1.40486 -0.19488,0 -0.35433,-0.55807 -0.35433,-1.24016 0,-1.36403 0.23367,-1.45778 2.02181,-0.81118 1.09903,0.39741 1.25077,0.35944 2.06256,-0.51603 0.71489,-0.77097 0.87626,-1.30972 0.87626,-2.9254 0,-2.52684 -0.99933,-3.71983 -3.116,-3.71983 -1.13125,0 -1.44983,0.16083 -1.78775,0.9025 -0.22617,0.49638 -0.41121,1.2139 -0.41121,1.59449 0,0.38059 -0.15945,0.69199 -0.35433,0.69199 -0.19489,0 -0.35433,0.72313 -0.35433,1.60695 0,1.49839 -0.55716,2.82584 -1.67848,3.99907 -0.24613,0.25752 -0.44751,0.68526 -0.44751,0.95053 0,0.26527 -0.31884,0.5835 -0.70853,0.70719 -0.38969,0.12368 -1.70515,1.17974 -2.92323,2.34679 -1.21808,1.16706 -2.3383,2.23261 -2.48938,2.3679 -1.00746,0.90219 -1.67413,2.09873 -1.67413,3.00469 0,0.98272 -1.07167,2.37908 -1.82587,2.37908 -0.16506,0 -0.30012,0.17521 -0.30012,0.38934 0,0.21413 -0.49521,0.85193 -1.10046,1.41732 -1.09235,1.0204 -1.13301,1.02799 -5.50973,1.02799 -4.67314,0 -5.74917,0.27991 -7.39218,1.92291 -0.43326,0.43326 -1.28674,0.99444 -1.89662,1.24707 -0.60989,0.25261 -1.10888,0.67911 -1.10888,0.9478 0,0.26869 -0.15945,0.48852 -0.35433,0.48852 -0.19488,0 -0.35433,0.79724 -0.35433,1.77165 l 0,1.77166 2.18666,0 c 3.19224,0 3.48263,0.37073 3.48263,4.44614 0,3.51641 -0.10135,3.70346 -2.00671,3.70346 -0.84952,0 -0.82658,0.0569 0.56047,1.38954 0.79543,0.76426 1.44624,1.64123 1.44624,1.94882 0,0.85387 1.33343,0.67539 2.31925,-0.31043 0.47835,-0.47834 0.86972,-1.04368 0.86972,-1.25627 0,-0.2126 0.39138,-0.77794 0.86973,-1.25628 0.69357,-0.69357 1.2318,-0.86971 2.65748,-0.86971 l 1.78775,0 0,1.24016 c 0,0.68208 -0.15944,1.24016 -0.35433,1.24016 -0.19488,0 -0.35433,0.44316 -0.35433,0.98475 0,0.5783 -0.29251,1.19562 -0.70866,1.49556 -1.25025,0.90113 -0.86311,1.41732 1.06299,1.41732 l 1.77166,0 0,2.65748 c 0,1.53543 -0.14961,2.65748 -0.35433,2.65748 -0.19488,0 -0.35433,0.3189 -0.35433,0.70867 0,0.60473 -0.23623,0.70866 -1.6106,0.70866 -2.36457,0 -3.35003,1.08971 -3.35003,3.70435 0,1.08071 -0.15945,1.96494 -0.35433,1.96494 -0.19489,0 -0.35433,0.3189 -0.35433,0.70866 0,0.62993 -0.23623,0.70866 -2.12599,0.70866 -1.88976,0 -2.12598,0.0787 -2.12598,0.70866 0,0.38977 -0.15945,0.70866 -0.35433,0.70866 -0.19489,0 -0.35433,0.47835 -0.35433,1.063 0,0.58464 -0.15945,1.06299 -0.35434,1.06299 -0.19488,0 -0.35433,0.3189 -0.35433,0.70866 0,0.38976 -0.15945,0.70866 -0.35433,0.70866 -0.22157,0 -0.35433,2.14165 -0.35433,5.71631 0,5.41063 -0.0408,5.75171 -0.76288,6.37795 -0.41958,0.3639 -0.89793,0.66165 -1.06299,0.66165 -0.16506,0 -0.30011,1.99311 -0.30011,4.42913 0,2.71655 0.13701,4.42913 0.35433,4.42913 0.19488,0 0.35433,0.30682 0.35433,0.68181 0,0.47282 0.54512,0.93437 1.77856,1.5059 l 1.77855,0.8241 -0.17063,2.30315 c -0.0939,1.26674 -0.27179,3.14026 -0.39543,4.16339 -0.20834,1.72403 -0.17042,1.86024 0.51806,1.86024 0.40857,0 0.74286,0.15945 0.74286,0.35433 0,0.19488 0.3189,0.35433 0.70866,0.35433 0.38976,0 0.70866,0.15945 0.70866,0.35433 0,0.19488 0.47835,0.35433 1.06299,0.35433 0.58465,0 1.063,0.15945 1.063,0.35433 0,0.19488 0.47834,0.35433 1.06299,0.35433 0.58464,0 1.06299,0.15945 1.06299,0.35433 0,0.19488 0.3189,0.35433 0.70866,0.35433 0.40802,0 0.70866,0.23623 0.70866,0.5568 0,0.7819 0.95584,1.71237 1.15371,1.12312 0.17527,-0.522 1.84901,0.22362 2.78549,1.2409 0.31518,0.34236 0.99284,0.62249 1.50591,0.62249 0.51306,0 0.93284,0.15945 0.93284,0.35433 0,0.19995 1.00555,0.35433 2.30796,0.35433 1.26938,0 2.66026,0.19931 3.09085,0.44291 1.05166,0.59496 2.75065,2.36849 2.75144,2.87214 0.002,1.02281 1.93112,1.58063 5.58007,1.61319 1.99754,0.0177 3.63189,-0.0953 3.63189,-0.25132 z " - }, - "cat22": { - "cat_id": 53, - "cat_slug": "valles-occidental", - "name": "Vallès Occidental", - "nx": 480, - "ny": 420, - "capital": "Sabadell i Terrassa", - "cx": 480, - "cy": 435, - "url": "https://work.catalunyamedieval.dev/mapa/valles-occidental", - "statistics": { - "castell": 18, - "epoca-carlina": 0, - "muralles": 0, - "torre": 7, - "casa-forta": 3, - "palau": 0, - "pont": 2, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 27, - "esglesia": 19, - "esglesia-fortificada": 0, - "monestir": 1, - "altres-llocs-dinteres": 3 - }, - "total": 80, - "info": "", - "path": "m 466.4075,662.65485 c 0.49723,-0.46081 0.90407,-1.01888 0.90407,-1.24016 0,-0.22124 0.15945,-0.40227 0.35433,-0.40227 0.19489,0 0.35433,-0.64917 0.35433,-1.44262 0,-2.14385 0.51329,-2.45502 4.0495,-2.45502 2.8009,0 3.0371,-0.0551 3.0371,-0.70866 0,-0.38976 0.1196,-0.71121 0.2658,-0.71433 0.1461,-0.004 0.8055,-0.48147 1.4653,-1.06299 0.6598,-0.58153 1.3374,-1.05733 1.5059,-1.05733 0.1685,0 0.3063,-0.25054 0.3063,-0.55679 0,-0.99684 0.9601,-1.56919 2.6322,-1.56919 l 1.6198,0 0,-2.12598 c 0,-1.96186 0.062,-2.12772 0.7972,-2.14845 0.7588,-0.0213 0.763,-0.0368 0.089,-0.31869 -1.0051,-0.4202 -3.0118,-2.29649 -3.0118,-2.81615 0,-0.61302 -0.9053,-1.449 -1.5692,-1.449 -0.3205,0 -0.5568,-0.30065 -0.5568,-0.70866 0,-0.38976 -0.1594,-0.70866 -0.3543,-0.70866 -0.1999,0 -0.3543,-1.00393 -0.3543,-2.30315 l 0,-2.30315 1.063,0 c 0.5846,0 1.063,-0.15945 1.063,-0.35433 0,-0.19488 0.3189,-0.35433 0.7086,-0.35433 0.5737,0 0.7087,-0.23623 0.7087,-1.24016 0,-0.68208 -0.1595,-1.24016 -0.3543,-1.24016 -0.1949,0 -0.3544,-0.31889 -0.3544,-0.70866 0,-0.38976 -0.1594,-0.70866 -0.3543,-0.70866 -0.1949,0 -0.3543,-0.3189 -0.3543,-0.70866 0,-0.38976 -0.1595,-0.70866 -0.3544,-0.70866 -0.1948,0 -0.3543,-0.79725 -0.3543,-1.77165 0,-0.97441 -0.1594,-1.77166 -0.3543,-1.77166 -0.1949,0 -0.3544,-0.63779 -0.3544,-1.41732 0,-0.77953 0.1595,-1.41732 0.3544,-1.41732 0.1949,0 0.3543,-0.23918 0.3543,-0.5315 0,-0.29232 0.1595,-0.5315 0.3543,-0.5315 0.1949,0 0.3544,-0.28371 0.3544,-0.63042 0,-0.34675 0.3189,-0.86032 0.7086,-1.14123 0.9429,-0.67957 0.9102,-2.26098 -0.076,-3.66576 -0.4314,-0.61473 -0.9098,-1.17085 -1.063,-1.2358 -0.1531,-0.065 -0.2785,-0.5832 -0.2785,-1.15158 l 0,-1.03347 -3.4724,0 c -1.9099,0 -3.624,-0.14719 -3.8091,-0.32709 -0.1851,-0.17985 -0.815,-0.37917 -1.3996,-0.44291 -1.0533,-0.11477 -1.0646,-0.13922 -1.2402,-2.677 -0.1193,-1.72524 -0.3795,-2.79631 -0.7972,-3.2816 -0.34105,-0.39625 -0.62009,-0.88948 -0.62009,-1.09605 0,-0.42924 -0.60764,-1.03667 -1.59572,-1.59509 -0.86287,-0.48763 -1.85932,-2.25645 -2.00924,-3.56655 -0.10286,-0.89933 -0.27053,-1.02232 -1.53283,-1.12451 -1.89007,-0.15303 -2.65748,-0.90315 -2.65748,-2.59767 0,-0.7493 0.15945,-1.3624 0.35433,-1.3624 0.19488,0 0.35433,-0.26146 0.35433,-0.58103 0,-1.10463 1.13304,-1.52199 4.16339,-1.53369 2.35718,-0.009 2.92322,-0.11416 2.92322,-0.54276 0,-0.29232 -0.15944,-0.5315 -0.35433,-0.5315 -0.19488,0 -0.35433,-0.20919 -0.35433,-0.46484 0,-0.25569 -0.47834,-0.81854 -1.06299,-1.25079 -0.81974,-0.60605 -1.06299,-1.06246 -1.06299,-1.99453 0,-0.66476 0.15945,-1.30719 0.35433,-1.42763 0.19488,-0.12044 0.35433,-0.52849 0.35433,-0.90673 0,-0.38902 0.24187,-0.68776 0.5568,-0.68776 0.63637,0 1.56918,-0.8275 1.56918,-1.39202 0,-0.20881 -0.31889,-0.37963 -0.70866,-0.37963 -0.57366,0 -0.70866,-0.23624 -0.70866,-1.24016 0,-1.00393 0.135,-1.24016 0.70866,-1.24016 0.3937,0 0.70866,-0.23623 0.70866,-0.53149 0,-0.40157 -0.43306,-0.5315 -1.77165,-0.5315 -1.53542,0 -1.77165,-0.0945 -1.77165,-0.70866 0,-0.38977 -0.17082,-0.70866 -0.37963,-0.70866 -0.56452,0 -1.39203,0.93281 -1.39203,1.56919 0,0.32056 -0.30065,0.55679 -0.70866,0.55679 -0.38976,0 -0.70866,0.15945 -0.70866,0.35433 0,0.22192 -2.18505,0.35433 -5.84646,0.35433 -3.6614,0 -5.84645,-0.13241 -5.84645,-0.35433 0,-0.19488 -0.87148,-0.35433 -1.9366,-0.35433 -1.66904,0 -2.08516,0.14524 -3.01181,1.05105 -0.88001,0.86025 -1.07521,1.33835 -1.07521,2.6336 0,1.27137 -0.13936,1.62677 -0.70867,1.80748 -0.59265,0.18811 -0.70866,0.5361 -0.70866,2.12598 0,1.58988 -0.116,1.93787 -0.70866,2.12599 -0.6419,0.20374 -0.70866,0.5361 -0.70866,3.52927 0,3.76129 0.0216,3.73451 -2.98658,3.73451 -1.35702,0 -2.08836,0.19318 -2.68271,0.70866 -0.61111,0.53 -1.32569,0.70866 -2.83465,0.70866 -1.50895,0 -2.22353,0.17865 -2.83464,0.70866 -0.86687,0.75182 -2.43964,0.92466 -3.45955,0.3802 -0.33838,-0.18068 -0.89429,-0.41482 -1.23533,-0.52037 -0.39941,-0.12363 -0.62008,-0.54904 -0.62008,-1.19541 0,-0.5519 -0.19931,-1.43263 -0.44292,-1.95714 -0.42487,-0.91485 -0.55481,-0.95383 -3.18897,-0.95649 -1.59633,0 -2.74607,0.1456 -2.74607,0.35157 0,0.19488 -0.63779,0.35433 -1.41732,0.35433 -0.77953,0 -1.41732,0.15945 -1.41732,0.35433 0,0.19489 -0.23917,0.35433 -0.5315,0.35433 -0.44794,0 -0.53149,0.80575 -0.53149,5.12579 0,4.07501 -0.12242,5.38246 -0.59712,6.37795 -0.57341,1.20246 -0.67224,1.25217 -2.4891,1.25217 -1.69204,0 -1.92753,-0.0936 -2.22874,-0.88583 -0.69152,-1.81885 -1.063,-0.89015 -1.063,2.65748 l 0,3.54331 2.83465,0 2.83465,0 0,2.48031 c 0,2.19795 0.0764,2.48032 0.67117,2.48032 0.36918,0 1.18329,0.47835 1.80914,1.06299 0.62585,0.58465 1.43996,1.06299 1.80914,1.06299 0.43494,0 0.67118,0.24942 0.67118,0.70867 0,0.47242 0.23623,0.70866 0.70866,0.70866 0.46236,0 0.70866,0.23623 0.70866,0.67967 0,1.14502 0.41212,1.84015 1.28849,2.17336 0.78789,0.29955 0.83749,0.49316 0.83749,3.2681 0,1.62237 0.14595,3.10121 0.32432,3.28635 0.17841,0.18513 0.37772,0.73523 0.44291,1.22244 0.0875,0.65367 0.55971,1.10179 1.80167,1.70993 1.12302,0.54992 1.68307,1.04683 1.68307,1.49347 0,0.36811 0.3189,0.83997 0.70866,1.04857 0.49266,0.26365 0.70866,0.74189 0.70866,1.56904 0,1.24477 -0.4455,1.61993 -1.92359,1.61993 -0.44142,0 -1.17032,0.3189 -1.61971,0.70866 -0.51222,0.44426 -1.3257,0.70867 -2.1802,0.70867 -0.97544,0 -1.36311,0.15115 -1.36311,0.53149 0,0.29232 -0.15945,0.5315 -0.35433,0.5315 -0.19488,0 -0.35433,0.15945 -0.35433,0.35433 0,0.19488 0.23017,0.35433 0.51147,0.35433 0.28131,0 0.79402,0.47835 1.13939,1.06299 0.34537,0.58465 0.75299,1.06299 0.90585,1.06299 0.15286,0 0.27793,0.26033 0.27793,0.57852 0,0.31819 0.29608,0.8364 0.658,1.15157 0.36187,0.31518 0.77113,0.93147 0.90942,1.36949 0.1383,0.43803 0.63946,0.8938 1.1137,1.01282 0.4742,0.11902 0.86219,0.35855 0.86219,0.53231 0,0.17377 0.44316,0.31592 0.98476,0.31592 0.5783,0 1.19561,0.2925 1.49556,0.70866 0.28091,0.38977 0.79448,0.70867 1.14122,0.70867 0.3942,0 0.63043,0.26553 0.63043,0.70866 0,0.47243 0.23623,0.70866 0.70866,0.70866 0.38976,0 0.70866,0.15945 0.70866,0.35433 0,0.19488 0.25055,0.35433 0.5568,0.35433 0.83643,0 1.56919,0.89823 1.56919,1.92352 0,0.51137 0.20211,0.91113 0.46063,0.91113 0.70983,0 1.31102,-0.76369 1.31102,-1.66536 0,-0.44823 0.15945,-0.81496 0.35433,-0.81496 0.19488,0 0.35433,-0.23917 0.35433,-0.5315 0,-0.29526 0.31497,-0.53149 0.70866,-0.53149 0.38977,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.49206 2.20649,-0.44327 3.9032,0.0863 0.94309,0.2943 1.41176,0.64722 1.41176,1.06299 0,0.38615 0.26898,0.62238 0.70867,0.62238 0.44312,0 0.70866,0.23623 0.70866,0.63043 0,0.34674 0.3189,0.86031 0.70866,1.14123 0.38976,0.28091 0.70866,0.79448 0.70866,1.14122 0,0.46425 0.28017,0.63043 1.06299,0.63043 0.58465,0 1.06299,0.15945 1.06299,0.35433 0,0.20246 1.063,0.35433 2.48032,0.35433 l 2.48031,0 0,1.06299 0,1.06299 6.35971,0 c 6.19551,0 6.38302,-0.0216 7.26378,-0.83788 z " - }, - "cat23": { - "cat_id": 21, - "cat_slug": "anoia", - "name": "Anoia", - "nx": 350, - "ny": 410, - "capital": "Igualada", - "cx": 350, - "cy": 425, - "url": "https://work.catalunyamedieval.dev/mapa/anoia", - "statistics": { - "castell": 37, - "epoca-carlina": 0, - "muralles": 2, - "torre": 9, - "casa-forta": 2, - "palau": 0, - "pont": 0, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 17, - "esglesia": 37, - "esglesia-fortificada": 0, - "monestir": 1, - "altres-llocs-dinteres": 0 - }, - "total": 105, - "info": "", - "path": "m 326.99661,661.36675 0,-1.41732 1.77166,0 c 0.97441,0 1.77165,-0.15945 1.77165,-0.35433 0,-0.19489 0.47835,-0.35433 1.06299,-0.35433 0.58465,0 1.06299,-0.15945 1.06299,-0.35433 0,-0.19489 0.47835,-0.35434 1.063,-0.35434 0.58464,0 1.06299,-0.1401 1.06299,-0.31135 0,-0.17124 0.51821,-0.50343 1.15157,-0.73821 0.63337,-0.23478 1.42845,-0.57302 1.76684,-0.75164 0.82428,-0.43512 3.36228,-0.41446 3.63671,0.0294 0.12043,0.19488 0.76765,0.35433 1.43823,0.35433 0.6706,0 1.21925,-0.15945 1.21925,-0.35433 0,-0.19488 0.47834,-0.35433 1.06299,-0.35433 0.70866,0 1.06299,-0.17717 1.06299,-0.5315 0,-0.29232 -0.15945,-0.53149 -0.35433,-0.53149 -0.19488,0 -0.35433,-0.41439 -0.35433,-0.92084 0,-0.56625 -0.40932,-1.30319 -1.06299,-1.91381 -0.58465,-0.54613 -1.06299,-1.2127 -1.06299,-1.48128 0,-0.26855 -0.3189,-0.71812 -0.70867,-0.99903 -0.51866,-0.37386 -0.70866,-0.91726 -0.70866,-2.02706 0,-0.83392 0.15945,-1.51625 0.35433,-1.51625 0.19489,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.61416 0.23624,-0.70866 1.77166,-0.70866 1.73229,0 1.77165,-0.0237 1.77165,-1.063 0,-1.03935 0.0394,-1.06299 1.77166,-1.06299 l 1.77165,0 0,-2.83464 0,-2.83465 1.22347,0 c 1.13754,0 2.97443,0.59017 3.38283,1.08687 0.0974,0.11849 0.49606,0.307 0.88582,0.41889 2.30149,0.66076 4.5764,1.68013 4.8532,2.17471 0.24598,0.43955 0.8836,0.5715 2.76162,0.5715 1.34298,0 2.54034,0.15945 2.66078,0.35433 0.12043,0.19488 0.50396,0.35433 0.8523,0.35433 0.99107,0 2.86817,1.06051 2.86817,1.62043 0,0.27807 0.15945,0.50555 0.35433,0.50555 0.19488,0 0.35433,0.71752 0.35433,1.59449 0,1.03819 0.15452,1.59527 0.44291,1.59672 0.44249,0.004 1.68307,1.86864 1.68307,2.53212 0,0.79792 1.09163,1.36329 2.63218,1.36329 0.8909,0 1.61979,0.15945 1.61979,0.35433 0,0.19488 0.6378,0.35433 1.41732,0.35433 0.77953,0 1.41733,0.15945 1.41733,0.35433 0,0.19488 0.3189,0.35433 0.70866,0.35433 0.38976,0 0.70866,0.18401 0.70866,0.40893 0,0.46953 2.55575,2.73717 3.83007,3.39832 0.47147,0.24459 1.31736,0.44472 1.87972,0.44472 0.78626,0 1.02249,-0.1637 1.02249,-0.70866 0,-0.38977 0.15945,-0.70866 0.35433,-0.70866 0.19489,0 0.35434,-0.79725 0.35434,-1.77166 l 0,-1.77165 1.60334,0 c 1.49804,0 1.61731,-0.0698 1.81595,-1.06299 0.20133,-1.00666 0.30412,-1.06299 1.93996,-1.06299 l 1.72736,0 0,-1.26546 c 0,-1.56037 0.66965,-2.27785 2.12598,-2.27785 1.10739,0 2.12599,-0.66696 2.12599,-1.39202 0,-0.20881 0.15945,-0.37963 0.35433,-0.37963 0.19488,0 0.35433,-0.23918 0.35433,-0.5315 0,-0.29232 0.15945,-0.5315 0.35433,-0.5315 0.19488,0 0.35433,-0.31889 0.35433,-0.70866 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.6378 0.35433,-1.41732 0,-1.41733 0,-1.41733 1.41732,-1.41733 1.3836,0 1.41733,-0.0294 1.41733,-1.24015 0,-1.06477 -0.11753,-1.24016 -0.83091,-1.24016 -0.94932,0 -1.68445,-0.73474 -2.39297,-2.39173 -0.31783,-0.74332 -0.74009,-1.15158 -1.19101,-1.15158 -0.98947,0 -4.08905,-3.14582 -4.08905,-4.15006 0,-0.6547 -0.19396,-0.81057 -1.00857,-0.81057 -0.5547,0 -1.51139,-0.25086 -2.12598,-0.55743 -1.02703,-0.51236 -1.11742,-0.69867 -1.11742,-2.30315 0,-0.96017 0.11959,-1.74696 0.26575,-1.74848 0.29824,-0.004 1.15158,-1.7021 1.15158,-2.2928 0,-0.21044 0.31889,-0.6125 0.70866,-0.89341 0.38976,-0.28092 0.70866,-0.79448 0.70866,-1.14123 0,-0.34671 0.15945,-0.63043 0.35433,-0.63043 0.20246,0 0.35433,-1.06299 0.35433,-2.48031 0,-1.73902 0.13238,-2.48538 0.44291,-2.49722 0.24361,-0.009 -0.2746,-0.26387 -1.15157,-0.56569 -0.87697,-0.30182 -1.99311,-0.91254 -2.48032,-1.35712 -0.4872,-0.44458 -1.24458,-0.99287 -1.68307,-1.21844 -1.1009,-0.56629 -1.16178,-3.50929 -0.0886,-4.28279 0.92431,-0.66621 0.89656,-1.16685 -0.0886,-1.59906 -0.43849,-0.19237 -0.95042,-0.6987 -1.13762,-1.12518 -0.18723,-0.42651 -0.62571,-0.85007 -0.97441,-0.94124 -0.49308,-0.12894 -0.63404,-0.52767 -0.63404,-1.79348 0,-0.89522 -0.14641,-1.62766 -0.32534,-1.62766 -0.74009,0 -1.44631,0.46343 -1.44631,0.94904 0,1.37119 -2.93815,2.5813 -6.28629,2.5891 -2.01522,0.005 -2.30609,0.10417 -3.27756,1.12071 -0.66894,0.70002 -1.06607,1.48741 -1.06607,2.11376 0,0.62876 -0.38902,1.39621 -1.05105,2.07344 -0.86485,0.88473 -1.33565,1.07521 -2.65748,1.07521 -1.3702,0 -1.60643,-0.1042 -1.60643,-0.70866 0,-0.38976 -0.15945,-0.70866 -0.35433,-0.70866 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.5512 -0.23624,-0.70866 -1.063,-0.70866 -0.58464,0 -1.06299,-0.14085 -1.06299,-0.31302 0,-0.17213 -0.31889,-0.39639 -0.70866,-0.49829 -0.47888,-0.12526 -0.70866,-0.48334 -0.70866,-1.10434 0,-0.54436 -0.19899,-0.919 -0.48813,-0.919 -0.26844,0 -0.70037,-0.25579 -0.95984,-0.56841 -0.25944,-0.31263 -0.83704,-0.70728 -1.28353,-0.87704 -0.71486,-0.27181 -0.81308,-0.55301 -0.82258,-2.35481 -0.009,-1.72283 -0.0754,-1.93419 -0.41995,-1.33753 -0.97664,1.69136 -1.67907,1.92851 -3.26906,1.10363 -1.47291,-0.76418 -1.94598,-1.65139 -1.95824,-3.67253 -0.0103,-1.68814 0.0625,-1.86282 0.78598,-1.88819 0.43848,-0.0152 0.59793,-0.10843 0.35433,-0.20672 -0.24361,-0.0983 -0.44292,-0.41598 -0.44292,-0.706 0,-0.89522 -0.95343,-1.53964 -2.27785,-1.53964 l -1.26545,0 0,-1.77165 c 0,-1.01846 0.16065,-1.77166 0.37785,-1.77166 0.20785,0 0.32744,-0.43848 0.26575,-0.97441 -0.11172,-0.97115 -0.12245,-0.97476 -3.2125,-1.07677 -1.70522,-0.0563 -3.1004,-0.25562 -3.1004,-0.44292 0,-0.1873 -1.04779,-0.34054 -2.32844,-0.34054 -2.39408,0 -3.34085,-0.44469 -3.34085,-1.56919 0,-0.30625 -0.15945,-0.5568 -0.35433,-0.5568 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.54269 -0.23623,-0.70866 -1.00857,-0.70866 -2.861,0 -4.32354,-2.2579 -2.1804,-3.36614 0.58464,-0.30232 1.06299,-0.70505 1.06299,-0.89494 0,-0.21128 2.47429,-0.34522 6.37795,-0.34522 4.2992,0 6.37795,-0.12373 6.37795,-0.37963 0,-0.66983 -0.98557,-1.39202 -1.89963,-1.39202 -0.5664,0 -0.96602,-0.24818 -1.10506,-0.6862 -0.1198,-0.37743 -0.56902,-0.73619 -0.99829,-0.79724 -0.64339,-0.0916 -0.79962,-0.37556 -0.88944,-1.61696 -0.10616,-1.46707 -0.081,-1.5059 0.97441,-1.5059 0.96545,0 1.08337,-0.11473 1.08337,-1.05389 0,-0.81262 -0.24336,-1.17974 -1.06299,-1.60359 -0.954,-0.49334 -1.063,-0.7217 -1.063,-2.22701 0,-1.26726 -0.16547,-1.78065 -0.6768,-2.10001 -0.37223,-0.23244 -0.77542,-0.8717 -0.89596,-1.42053 -0.14213,-0.6471 -0.58508,-1.15986 -1.26011,-1.45864 -0.97388,-0.43108 -1.10937,-0.39072 -2.10387,0.62665 -0.58465,0.59808 -1.38728,1.08741 -1.7836,1.08741 -0.58734,0 -0.7206,0.22937 -0.7206,1.24016 0,0.68209 -0.15945,1.24016 -0.35433,1.24016 -0.19488,0 -0.35433,0.28265 -0.35433,0.62808 0,0.35437 -0.54043,0.91914 -1.24016,1.29597 -0.68209,0.3673 -1.24016,0.8128 -1.24016,0.98993 0,0.17713 -0.43848,0.27163 -0.97441,0.20994 -0.81967,-0.0943 -0.99251,-0.30129 -1.0884,-1.30351 -0.0785,-0.81996 -0.32701,-1.24711 -0.79724,-1.37006 -0.3758,-0.0983 -0.68326,-0.31953 -0.68326,-0.49167 0,-0.17217 -0.25054,-0.31301 -0.55679,-0.31301 -1.1245,0 -1.56919,-0.94678 -1.56919,-3.34084 0,-2.09223 -0.0719,-2.32846 -0.70866,-2.32846 -0.38976,0 -0.70866,-0.15944 -0.70866,-0.35433 0,-0.19488 -0.71752,-0.35433 -1.59449,-0.35433 -1.5801,0 -1.59449,0.011 -1.59449,1.21628 0,0.90509 -0.18131,1.27383 -0.70866,1.4412 -0.38976,0.12371 -0.70866,0.39479 -0.70866,0.6024 0,1.39102 -3.69454,2.30878 -4.80877,1.19457 -0.58655,-0.5864 -0.71989,-4.80864 -0.15186,-4.80864 0.19488,0 0.35433,-0.51313 0.35433,-1.14029 0,-0.79493 -0.28499,-1.38518 -0.94093,-1.94882 -0.84181,-0.72334 -1.30847,-0.80852 -4.42914,-0.80852 l -3.4882,0 0,1.46434 c 0,1.38748 -0.91708,2.78762 -1.82587,2.78762 -0.16506,0 -0.30011,0.55808 -0.30011,1.24016 0,0.68209 -0.15945,1.24016 -0.35433,1.24016 -0.21654,0 -0.35433,1.65354 -0.35433,4.25197 0,3.65432 0.0794,4.25197 0.56466,4.25197 0.31057,0 0.64806,0.31889 0.74999,0.70866 0.10193,0.38976 0.41729,0.70866 0.7008,0.70866 0.66879,0 1.52785,0.86602 1.52785,1.5402 0,1.18418 -0.44751,1.64878 -1.5881,1.64878 -1.00316,0 -1.18638,0.14212 -1.37056,1.06299 -0.14195,0.70976 -0.42503,1.06299 -0.85189,1.06299 -0.35162,0 -0.86915,0.3189 -1.15008,0.70866 -0.28092,0.38977 -0.71475,0.70866 -0.96405,0.70866 -0.2493,0 -0.45327,0.22844 -0.45327,0.50762 0,0.27917 -0.35876,0.60877 -0.79724,0.73243 -2.79575,0.78832 -3.18688,1.30982 -1.47149,1.962 0.46827,0.17806 0.85141,0.56683 0.85141,0.86397 0,0.29718 0.24642,0.54028 0.5476,0.54028 0.81045,0 2.28704,1.62294 2.28704,2.51373 0,1.02317 0.96479,1.71305 2.41503,1.72697 2.3126,0.0223 2.5456,0.38112 2.5456,3.92138 0,1.88146 0.14446,3.1765 0.35433,3.1765 0.19489,0 0.35433,0.6378 0.35433,1.41733 0,1.33859 0.0591,1.41732 1.063,1.41732 l 1.06299,0 0,2.80566 c 0,1.54311 -0.0968,3.05788 -0.21508,3.36614 -0.18471,0.48136 -1.08508,0.56048 -6.37795,0.56048 l -6.16288,0 0,1.20225 c 0,1.45644 -0.36598,1.6324 -3.39512,1.6324 l -2.27417,0 0,1.04687 c 0,1.35198 1.20855,2.55494 3.21695,3.20209 0.86158,0.27765 1.64624,0.59903 1.74368,0.71418 0.0974,0.1152 1.21358,0.44327 2.48032,0.72908 l 2.30315,0.51962 0.10739,1.86314 c 0.0978,1.69587 0.004,1.96583 -1.03874,3.00629 l -1.14614,1.14314 1.91745,0.10991 c 1.13231,0.0649 1.96874,-0.0439 2.04269,-0.26575 0.15905,-0.47717 3.25514,-0.49744 3.25514,-0.0213 0,0.19489 0.27904,0.35589 0.62008,0.35781 0.34104,0.004 1.45719,0.39316 2.48032,0.86952 1.69309,0.78825 1.86016,0.97098 1.85939,2.03393 -7.1e-4,1.05594 -0.18798,1.26567 -1.9536,2.18824 -1.92723,1.00701 -2.51844,1.86141 -2.24032,3.2377 0.11771,0.58252 2.3533,1.57256 3.57468,1.58304 0.34105,0.004 0.62008,0.15176 0.62008,0.3307 0,0.72691 -0.45947,1.44631 -0.92373,1.44631 -0.27148,0 -0.49359,0.14258 -0.49359,0.31684 0,0.1743 -0.46259,0.81209 -1.02799,1.41732 -0.72223,0.77319 -1.35456,1.10048 -2.12598,1.10048 -0.62556,0 -1.40292,0.30494 -1.80666,0.70867 -0.73157,0.73158 -2.48032,0.98138 -2.48032,0.35433 0,-0.19489 -0.55807,-0.35433 -1.24015,-0.35433 -1.2336,0 -1.24016,0.009 -1.24016,1.59448 0,0.87697 0.15945,1.59449 0.35433,1.59449 0.19488,0 0.35433,0.47835 0.35433,1.06299 0,0.82676 0.15748,1.063 0.70866,1.063 0.47244,0 0.70866,0.23623 0.70866,0.70866 0,0.55119 0.23622,0.70866 1.063,0.70866 0.58464,0 1.06299,0.15945 1.06299,0.35433 0,0.19488 0.30948,0.35433 0.68775,0.35433 0.37826,0 0.78629,0.15945 0.90674,0.35433 0.12044,0.19488 0.67851,0.35433 1.24015,0.35433 0.56165,0 1.11972,0.15945 1.24016,0.35433 0.12044,0.19488 0.62313,0.35433 1.11708,0.35433 0.60009,0 0.95957,0.23514 1.0834,0.70866 0.10257,0.39221 0.48332,0.70867 0.85266,0.70867 0.4117,0 0.66733,0.24966 0.66733,0.65179 0,0.7291 1.35153,1.47419 2.67417,1.47419 0.47803,0 0.86914,0.15945 0.86914,0.35433 0,0.19488 0.72418,0.35433 1.6093,0.35433 1.053,0 1.83022,0.21434 2.2484,0.62008 1.90634,1.84968 2.4226,5.53341 0.97796,6.97805 -0.95106,0.95106 -2.4407,1.76237 -3.86125,2.10299 -0.89564,0.21476 -0.97324,0.36914 -0.95988,1.90998 0.0142,1.65122 0.04,1.68824 1.7168,2.47355 0.93625,0.43848 1.98106,0.79724 2.32179,0.79724 0.34072,0 0.70292,0.3189 0.80486,0.70866 0.11991,0.45861 0.48331,0.70866 1.02979,0.70866 0.74906,0 0.84451,-0.16022 0.84451,-1.41732 z " - }, - "cat24": { - "cat_id": 19, - "cat_slug": "alt-penedes", - "name": "Alt Penedès", - "nx": 380, - "ny": 460, - "capital": "Vilafranca del Penedès", - "cx": 400, - "cy": 475, - "url": "https://work.catalunyamedieval.dev/mapa/alt-penedes", - "statistics": { - "castell": 22, - "epoca-carlina": 0, - "muralles": 0, - "torre": 15, - "casa-forta": 3, - "palau": 7, - "pont": 1, - "torre-colomer": 4, - "basilica": 1, - "catedral": 0, - "ermita": 24, - "esglesia": 26, - "esglesia-fortificada": 0, - "monestir": 2, - "altres-llocs-dinteres": 2 - }, - "total": 107, - "info": "", - "path": "m 355.34307,721.24864 c 0,-0.94489 0.1181,-1.06299 1.06299,-1.06299 0.58465,0 1.06299,-0.15945 1.06299,-0.35433 0,-0.19489 0.46761,-0.35433 1.03911,-0.35433 0.72794,0 1.10647,-0.21225 1.26404,-0.70867 0.1372,-0.43231 0.53611,-0.70866 1.02299,-0.70866 0.82832,0 2.34316,-1.44014 2.34316,-2.2276 0,-0.24782 0.31889,-0.68046 0.70866,-0.96137 0.41616,-0.29994 0.70866,-0.91726 0.70866,-1.49556 0,-0.5416 0.15945,-0.98476 0.35433,-0.98476 0.19488,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.24488 0.35433,-0.54415 0,-0.2993 0.35876,-0.94248 0.79725,-1.42933 0.43848,-0.48685 1.07627,-1.19867 1.41732,-1.58184 0.34104,-0.38314 0.62008,-0.8561 0.62008,-1.05098 0,-0.19488 0.15945,-0.35433 0.35433,-0.35433 0.19488,0 0.35433,-0.88834 0.35433,-1.97412 0,-2.64997 0.39646,-2.98651 3.51801,-2.98651 1.96423,0 2.50561,0.11214 2.50561,0.51902 0,0.28549 0.3189,0.68971 0.70866,0.8983 0.38977,0.2086 0.70866,0.61282 0.70866,0.8983 0,0.28545 0.23918,0.51902 0.5315,0.51902 0.29526,0 0.5315,-0.31496 0.5315,-0.70866 0,-0.47243 0.23623,-0.70866 0.70866,-0.70866 0.55119,0 0.70866,-0.23623 0.70866,-1.06299 0,-0.58465 0.15945,-1.06299 0.35433,-1.06299 0.19488,0 0.35433,-0.29332 0.35433,-0.65179 0,-0.59602 1.29143,-1.4742 2.16797,-1.4742 0.70976,0 1.37534,-1.02887 1.37534,-2.12598 0,-1.8523 0.58974,-2.12599 4.581,-2.12599 2.14285,0 3.5686,0.14156 3.5686,0.35434 0,0.19488 0.30816,0.35433 0.68478,0.35433 0.37662,0 0.78601,0.31889 0.90971,0.70866 0.14372,0.4528 0.5361,0.70866 1.08688,0.70866 0.47405,0 0.86194,0.15945 0.86194,0.35433 0,0.21476 1.53542,0.35433 3.89764,0.35433 2.53545,0 3.89764,0.1327 3.89764,0.37963 0,0.20881 0.23917,0.14049 0.53149,-0.15183 0.29232,-0.29232 0.5315,-0.86712 0.5315,-1.27729 0,-0.41017 0.55807,-1.30387 1.24016,-1.98595 0.68208,-0.68209 1.24015,-1.3977 1.24015,-1.59028 0,-0.19254 0.39862,-0.53174 0.88583,-0.75373 0.4872,-0.22195 0.88583,-0.62855 0.88583,-0.90351 0,-0.6672 0.87689,-1.51232 1.56919,-1.51232 0.36517,0 0.55679,-0.32102 0.55679,-0.93284 0,-0.51307 0.3324,-1.22113 0.73867,-1.57351 0.99475,-0.86273 0.75381,-1.89294 -0.47597,-2.03489 -0.86705,-0.1001 -0.97136,-0.25537 -0.97136,-1.44602 0,-1.43083 0.10796,-1.33735 -3.27756,-2.83752 -1.19619,-0.53004 -1.68307,-0.95024 -1.68307,-1.45261 0,-0.47062 -0.23684,-0.70686 -0.70866,-0.70686 -0.57366,0 -0.70866,-0.23623 -0.70866,-1.24015 0,-0.86613 0.1603,-1.24016 0.53149,-1.24016 0.29233,0 0.5315,-0.15945 0.5315,-0.35433 0,-0.19488 0.16611,-0.35433 0.36914,-0.35433 0.20303,0 0.71146,-0.3189 1.12982,-0.70866 0.41836,-0.38977 1.03241,-0.70867 1.3646,-0.70867 0.72393,0 1.03408,-0.69941 1.03408,-2.33213 0,-0.66614 0.15945,-1.21117 0.35433,-1.21117 0.19488,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.47243 0.23623,-0.70867 0.70866,-0.70867 0.3937,0 0.70866,-0.23623 0.70866,-0.53149 0,-0.29232 0.15945,-0.5315 0.35433,-0.5315 0.19488,0 0.35433,-0.23917 0.35433,-0.53149 0,-0.29233 0.15945,-0.5315 0.35433,-0.5315 0.19488,0 0.35433,-0.41978 0.35433,-0.93285 0,-0.51307 0.3324,-1.22113 0.73868,-1.57351 0.99474,-0.86272 0.7538,-1.89294 -0.47598,-2.03488 -0.64959,-0.075 -0.97136,-0.31926 -0.97136,-0.73737 0,-0.34391 -0.43848,-0.85152 -0.97441,-1.12804 -2.17307,-1.12132 -2.80027,-2.24433 -3.15025,-5.64059 -0.21089,-2.04658 -0.78569,-3.18898 -1.60451,-3.18898 -0.48465,0 -0.64878,-0.26894 -0.64878,-1.06299 0,-0.58465 -0.15945,-1.06299 -0.35433,-1.06299 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70867 0,-0.38976 -0.12742,-0.70866 -0.28315,-0.70866 -0.33197,0 -1.13418,-2.08541 -1.13418,-2.94838 0,-0.32719 -0.16671,-0.59492 -0.37045,-0.59492 -0.40805,0 -2.10986,1.59686 -2.10986,1.97975 0,0.51218 -1.56568,1.56355 -2.32838,1.56355 -1.52667,0 -1.92359,0.36557 -1.92359,1.77166 0,1.48663 -0.3752,1.77165 -2.33213,1.77165 -0.74675,0 -1.21118,0.17362 -1.21118,0.45276 0,0.75625 -1.36148,1.67322 -2.48435,1.67322 -0.97204,0 -1.05895,0.10081 -1.05895,1.22815 0,0.67546 -0.26869,1.7916 -0.59712,2.48031 -0.55846,1.17107 -0.70501,1.25217 -2.26265,1.25217 -2.03978,0 -3.10443,-0.52837 -5.29526,-2.62796 -0.932,-0.8932 -1.94985,-1.624 -2.26187,-1.624 -0.31206,0 -0.56735,-0.15945 -0.56735,-0.35434 0,-0.19488 -0.47835,-0.35433 -1.063,-0.35433 -0.58464,0 -1.06299,-0.15945 -1.06299,-0.35433 0,-0.19488 -0.88834,-0.35433 -1.97412,-0.35433 -2.0216,0 -2.98651,-0.50159 -2.98651,-1.5525 0,-0.95159 -0.79565,-2.32497 -1.47111,-2.53938 -0.50924,-0.16161 -0.65487,-0.56271 -0.65487,-1.80376 0,-0.87774 -0.20548,-1.78384 -0.45663,-2.01352 -0.79636,-0.72832 -1.99059,-1.30344 -2.70662,-1.30344 -0.38091,0 -0.79112,-0.15944 -0.91156,-0.35433 -0.12043,-0.19488 -1.23976,-0.35433 -2.48743,-0.35433 -1.72425,0 -2.42047,-0.15456 -2.90229,-0.64428 -0.65789,-0.66865 -4.08504,-2.19036 -4.93313,-2.19036 -0.26632,0 -0.48423,-0.12742 -0.48423,-0.28315 0,-0.29601 -2.048,-1.13418 -2.77122,-1.13418 -0.27741,0 -0.41776,0.76408 -0.41776,2.27417 0,3.14965 -0.14042,3.39513 -1.94244,3.39513 -1.39684,0 -1.52851,0.0811 -1.72488,1.06299 -0.19761,0.98798 -0.32269,1.06299 -1.77297,1.06299 -1.40198,0 -1.60533,0.1086 -2.00363,1.07015 -0.39682,0.958 -0.36418,1.13875 0.31135,1.72463 0.41503,0.35997 0.75462,0.85086 0.75462,1.09085 0,0.23998 0.47834,0.8832 1.06299,1.42933 0.65367,0.61062 1.06299,1.34756 1.06299,1.91381 0,0.50645 0.15945,0.92084 0.35433,0.92084 0.38881,0 0.4809,1.7382 0.13926,2.62849 -0.12753,0.33236 -0.63227,0.56048 -1.24016,0.56048 -0.56378,0 -1.02508,0.15945 -1.02508,0.35433 0,0.4904 -3.40494,0.44674 -4.20662,-0.0539 -0.79774,-0.49819 -3.61615,0.22826 -4.66058,1.20129 -0.36854,0.34335 -1.07539,0.6243 -1.57075,0.6243 -0.49535,0 -0.90063,0.15945 -0.90063,0.35433 0,0.19488 -0.47835,0.35433 -1.063,0.35433 -0.58464,0 -1.06299,0.15945 -1.06299,0.35433 0,0.19488 -0.71752,0.35433 -1.59449,0.35433 -1.45017,0 -1.59448,0.0775 -1.59448,0.85684 0,1.57362 -0.3554,1.9778 -1.73892,1.9778 -0.71982,0 -1.73795,0.19932 -2.26247,0.44292 l -0.95372,0.44291 -0.004,4.10917 c -0.004,3.57754 -0.0931,4.21332 -0.7009,4.91415 -0.38399,0.44273 -0.79335,1.10491 -0.90971,1.47153 -0.11636,0.36663 -0.35525,0.66657 -0.53089,0.66657 -0.17565,0 -0.22756,0.23917 -0.11537,0.53149 0.42831,1.11622 2.60844,0.49224 2.60844,-0.74657 0,-0.46633 0.15945,-0.84791 0.35433,-0.84791 0.19488,0 0.3594,-0.35876 0.3656,-0.79725 0.0237,-1.68799 0.71376,-2.0374 4.02278,-2.0374 2.87409,0 3.0898,0.0518 3.37876,0.81181 0.16976,0.44649 0.56441,1.02408 0.87704,1.28353 0.41294,0.3427 0.56842,1.08988 0.56842,2.7315 0,2.02354 0.0741,2.25978 0.70866,2.25978 0.38976,0 0.70866,0.15944 0.70866,0.35433 0,0.19488 0.63779,0.35433 1.41732,0.35433 0.77953,0 1.41732,0.15945 1.41732,0.35433 0,0.19488 0.3189,0.35433 0.70867,0.35433 0.44847,0 0.70866,0.23623 0.70866,0.64343 0,0.38165 0.57656,0.96746 1.41732,1.43996 1.13645,0.63872 1.41732,0.99702 1.41732,1.80794 0,1.36991 -0.33027,2.13229 -0.92374,2.13229 -0.27145,0 -0.49358,0.23917 -0.49358,0.5315 0,0.35433 0.35433,0.53149 1.06299,0.53149 0.89763,0 1.06299,0.1378 1.06299,0.88583 0,0.4872 -0.31889,1.20472 -0.70866,1.59449 -0.38976,0.38976 -0.70866,1.16344 -0.70866,1.71925 0,1.33876 1.38072,3.33662 2.48429,3.59468 1.17896,0.2757 1.44985,1.95523 0.37059,2.29776 -0.96258,0.30551 -1.55009,1.45864 -1.28378,2.51972 0.17483,0.69658 0.44008,0.85284 1.44748,0.85284 0.67837,0 1.23339,0.15945 1.23339,0.35433 0,0.19488 0.3189,0.35433 0.70866,0.35433 0.79427,0 0.95414,1.0052 0.34186,2.14926 -0.25285,0.47247 -0.25285,0.68539 0,0.68539 0.20176,0 0.3668,0.31889 0.3668,0.70866 0,0.59456 0.23624,0.70866 1.46729,0.70866 1.2725,0 1.67237,-0.21101 3.01181,-1.58914 0.84951,-0.87406 1.54452,-1.8399 1.54452,-2.14636 0,-0.43643 0.32649,-0.53358 1.50591,-0.44826 1.27977,0.0926 1.52387,0.23595 1.62549,0.95471 0.13192,0.93309 -0.42633,1.44368 -1.58758,1.45197 -0.87767,0.006 -1.18948,0.62565 -1.18948,2.36286 0,1.31407 0.65225,2.24886 1.56918,2.24886 0.42237,0 0.5568,0.37889 0.5568,1.56926 0,1.29044 -0.20463,1.78045 -1.15157,2.75776 -1.71695,1.77197 -2.91189,2.40527 -4.53841,2.40527 -1.16497,0 -1.50074,-0.14436 -1.64832,-0.70866 -0.1064,-0.40699 -0.4833,-0.70867 -0.88533,-0.70867 -0.38501,0 -1.10544,-0.31889 -1.60093,-0.70866 -1.05449,-0.82945 -3.81894,-0.95375 -4.79158,-0.21543 -0.85461,0.64874 -0.77691,1.53524 0.16065,1.83278 1.07139,0.34008 1.69958,1.03184 1.69958,1.87168 0,1.07986 0.37744,1.82593 0.92374,1.82593 0.27146,0 0.49359,0.15945 0.49359,0.35433 0,0.20669 1.18109,0.35434 2.83464,0.35434 2.59842,0 2.83465,0.0591 2.83465,0.70866 0,0.38976 0.15945,0.70866 0.35433,0.70866 0.19488,0 0.35433,0.3189 0.35433,0.70866 0,0.64566 0.23623,0.70866 2.65748,0.70866 l 2.65748,0 0,-1.06299 z " - }, - "cat25": { - "cat_id": 17, - "cat_slug": "alt-camp", - "name": "Alt Camp", - "nx": 300, - "ny": 490, - "capital": "Valls", - "cx": 300, - "cy": 505, - "url": "https://work.catalunyamedieval.dev/mapa/alt-camp", - "statistics": { - "castell": 19, - "epoca-carlina": 0, - "muralles": 1, - "torre": 8, - "casa-forta": 0, - "palau": 0, - "pont": 0, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 2, - "esglesia": 4, - "esglesia-fortificada": 0, - "monestir": 1, - "altres-llocs-dinteres": 1 - }, - "total": 36, - "info": "", - "path": "m 271.16055,728.47451 c 0.79228,-0.30402 0.70035,-1.98798 -0.14819,-2.71453 -0.38976,-0.33371 -0.70866,-0.99634 -0.70866,-1.47253 0,-0.68106 -0.20787,-0.88969 -0.97441,-0.97788 -0.86739,-0.0998 -0.98618,-0.27344 -1.08155,-1.58085 l -0.10714,-1.46877 1.52447,-0.19144 c 3.04924,-0.38289 4.01994,-0.68641 4.80202,-1.50141 0.43848,-0.45698 0.79724,-1.07699 0.79724,-1.37782 0,-0.87735 2.14406,-0.73155 2.37765,0.16172 0.16656,0.63695 0.48331,0.70866 3.12985,0.70866 l 2.94453,0 0.55745,1.11742 c 0.3066,0.61459 0.55745,1.73073 0.55745,2.48031 l 0,1.3629 1.90543,0 c 1.26145,0 2.05452,-0.17964 2.34654,-0.53149 0.30476,-0.36723 0.31817,-0.5315 0.0434,-0.5315 -0.21874,0 -0.39771,-0.3189 -0.39771,-0.70866 0,-0.38976 -0.15945,-0.70866 -0.35433,-0.70866 -0.53308,0 -0.42565,-1.39663 0.15185,-1.97412 0.27841,-0.2784 0.75675,-0.5062 1.06299,-0.5062 0.31412,0 0.55681,-0.29849 0.55681,-0.68478 0,-0.37661 0.3189,-0.78601 0.70866,-0.90971 0.38977,-0.12369 0.70866,-0.45336 0.70866,-0.73254 0,-0.27918 0.15945,-0.50761 0.35433,-0.50761 0.19489,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.59262 0.23623,-0.70867 1.44264,-0.70867 1.66012,0 2.455,0.62281 2.455,1.92352 0,0.6749 0.18373,0.91113 0.70866,0.91113 0.38977,0 0.70866,0.16501 0.70866,0.36666 0,0.23673 1.53064,0.33998 4.31954,0.2913 3.0417,-0.0531 4.36042,0.0473 4.45772,0.33916 0.1042,0.31259 0.32361,0.31529 0.89217,0.011 1.34428,-0.71944 1.99938,-1.82661 2.0117,-3.39988 l 0.0118,-1.50587 -1.99677,0 c -2.66215,0 -3.67252,-0.97986 -3.67252,-3.56155 0,-1.70419 0.0292,-1.75341 1.04208,-1.75341 0.57314,0 1.14062,-0.15945 1.26107,-0.35433 0.12044,-0.19488 0.9271,-0.35433 1.79256,-0.35433 1.41184,0 1.57358,-0.0849 1.57358,-0.82594 0,-0.9595 -1.02048,-1.58617 -2.82072,-1.73211 -0.97823,-0.0793 -1.26772,-0.27858 -1.43134,-0.98526 -0.14684,-0.63418 -0.47791,-0.91768 -1.1655,-0.99793 -0.80429,-0.0939 -0.96039,-0.28372 -0.96039,-1.1677 0,-1.64328 1.38042,-2.795 3.35003,-2.795 1.19542,0 1.6106,-0.13702 1.6106,-0.53149 0,-0.29233 -0.26076,-0.5315 -0.57945,-0.5315 -0.3187,0 -0.95649,-0.40684 -1.41733,-0.90407 -1.41889,-1.53103 -0.94142,-4.41089 0.73131,-4.41089 0.30624,0 0.5568,-0.15945 0.5568,-0.35433 0,-0.19488 0.3189,-0.35433 0.70867,-0.35433 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19488 0.31889,-0.35433 0.70866,-0.35433 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19488 0.47835,-0.35433 1.06299,-0.35433 0.58465,0 1.06299,-0.15945 1.06299,-0.35433 0,-0.19489 0.40587,-0.35434 0.90193,-0.35434 0.96181,0 2.64138,-1.41618 2.64138,-2.22718 0,-0.26822 0.39862,-0.70104 0.88583,-0.96179 0.4872,-0.26075 0.88582,-0.60658 0.88582,-0.76854 0,-0.16193 1.51477,-0.29445 3.36615,-0.29445 1.85137,0 3.36614,-0.13387 3.36614,-0.29746 0,-0.48604 1.71407,-1.11987 3.0285,-1.11987 0.86311,0 1.22347,-0.16001 1.22347,-0.54329 0,-0.29884 0.55275,-1.09609 1.22835,-1.77166 0.67557,-0.6756 1.47282,-1.22835 1.77166,-1.22835 0.8994,0 0.76103,-4.29942 -0.16537,-5.1378 -0.38976,-0.35273 -0.70866,-0.85578 -0.70866,-1.11791 0,-0.35313 -0.63269,-0.47658 -2.4424,-0.47658 -2.55062,0 -2.87256,0.20183 -2.87256,1.80064 0,0.37382 -0.15945,0.67968 -0.35433,0.67968 -0.19488,0 -0.35433,0.26032 -0.35433,0.57851 0,0.97952 -1.41325,1.9018 -2.91416,1.9018 -2.21088,0 -3.23791,-1.72052 -1.69214,-2.83464 0.38976,-0.28092 0.70866,-0.75926 0.70866,-1.06299 0,-0.30374 0.32893,-0.78673 0.73095,-1.07334 0.684,-0.48767 0.7251,-0.82276 0.63985,-5.21603 -0.0826,-4.25669 -0.15084,-4.69489 -0.73095,-4.69489 -0.46896,0 -0.63985,-0.27287 -0.63985,-1.02167 0,-0.72365 -0.20668,-1.07572 -0.70866,-1.20696 -0.61923,-0.16196 -0.70866,-0.48334 -0.70866,-2.54696 0,-2.61599 0.43214,-3.37401 1.92352,-3.37401 0.50113,0 0.91112,-0.15945 0.91112,-0.35433 0,-0.19489 0.24644,-0.35433 0.54762,-0.35433 0.9365,0 2.28703,-1.65204 2.28703,-2.79762 0,-0.58203 -0.15945,-1.15675 -0.35433,-1.27719 -0.19488,-0.12043 -0.35433,-0.53348 -0.35433,-0.91786 0,-0.38437 -0.27904,-0.80181 -0.62008,-0.92763 -0.34104,-0.12586 -0.73722,-0.39987 -0.88041,-0.60899 -0.17496,-0.25554 -0.26209,-0.23496 -0.26574,0.0627 -0.004,0.2436 -0.32432,0.44291 -0.71409,0.44291 -0.50251,0 -0.70866,0.23624 -0.70866,0.81202 0,0.63259 -0.43239,1.02405 -1.95668,1.77166 -1.07614,0.52781 -2.17542,0.95963 -2.44283,0.95963 -0.80163,0 -2.6871,1.99743 -2.6871,2.84666 0,1.21822 -1.29409,2.11397 -3.05401,2.11397 -1.76724,0 -4.03261,0.959 -4.03261,1.70713 0,0.74955 -1.39505,1.83618 -2.35736,1.83618 -0.45739,0 -0.83161,0.15945 -0.83161,0.35433 0,0.4663 -2.68956,0.45691 -3.5666,-0.0124 -0.53632,-0.28701 -0.68537,-0.74938 -0.68537,-2.12599 0,-1.64023 -0.0599,-1.75918 -0.88583,-1.75918 -0.80198,0 -0.88583,0.13862 -0.88583,1.46434 0,1.05793 -0.21172,1.64796 -0.76287,2.12599 -0.41959,0.3639 -0.88719,0.66164 -1.03912,0.66164 -0.15193,0 -0.36736,0.28711 -0.47873,0.63801 -0.31453,0.99092 -3.7429,2.02929 -3.7429,1.13357 0,-0.19488 -0.58371,-0.35433 -1.29713,-0.35433 -1.01163,0 -1.52845,-0.25345 -2.34809,-1.15157 -0.66941,-0.7335 -1.10968,-0.99078 -1.21271,-0.70866 -0.089,0.2436 -0.38782,0.44291 -0.66411,0.44291 -0.2763,0 -1.12132,0.63779 -1.87783,1.41732 -0.75651,0.77953 -1.5981,1.41732 -1.87021,1.41732 -0.2721,0 -0.72458,0.3189 -1.00551,0.70867 -0.28093,0.38976 -0.704,0.70866 -0.94017,0.70866 -0.23617,0 -0.53061,0.3189 -0.65432,0.70866 -0.15756,0.49642 -0.53611,0.70866 -1.26403,0.70866 -0.57151,0 -1.03912,0.16285 -1.03912,0.36191 0,0.19907 -0.43848,0.55414 -0.9744,0.78906 -1.52102,0.66675 -2.21457,1.65108 -2.21457,3.14299 0,1.01973 -0.25767,1.61451 -1.05105,2.4261 -0.57808,0.59138 -1.21587,1.07522 -1.41733,1.07522 -0.20144,0 -0.36627,0.55807 -0.36627,1.24015 0,0.68209 -0.15945,1.24016 -0.35433,1.24016 -0.19488,0 -0.35433,0.3189 -0.35433,0.70866 0,0.38977 -0.15945,0.70866 -0.35433,0.70866 -0.19488,0 -0.35433,0.21476 -0.35433,0.47729 0,0.68825 -1.1088,1.86016 -2.0374,2.15337 -0.46492,0.1468 -0.79725,0.5372 -0.79725,0.93653 0,0.37662 -0.15944,0.68478 -0.35433,0.68478 -0.19488,0 -0.35433,0.47835 -0.35433,1.06299 0,0.58465 -0.15945,1.063 -0.35433,1.063 -0.19488,0 -0.35433,0.47834 -0.35433,1.06299 0,0.58464 -0.15945,1.06299 -0.35433,1.06299 -0.19488,0 -0.35433,0.28347 -0.35433,0.62993 0,0.34643 -0.3189,0.90294 -0.70866,1.23668 -0.38977,0.33371 -0.70866,0.83045 -0.70866,1.10382 0,0.54272 -0.74172,0.92721 -1.78861,0.92721 -1.26635,0 -3.17173,1.15487 -3.17745,1.92586 -0.003,0.40237 -0.12257,0.89433 -0.26575,1.09318 -0.38741,0.53801 -2.12486,1.23293 -3.08272,1.23293 -0.49821,0 -1.44074,0.57695 -2.31539,1.41732 l -1.47515,1.41732 -7.79168,0 c -8.6637,0 -8.80404,-0.0363 -8.80404,-2.27785 0,-1.02922 -0.13228,-1.26545 -0.70866,-1.26545 -0.38977,0 -0.70866,-0.15945 -0.70866,-0.35434 0,-0.19488 -0.62839,-0.35433 -1.39641,-0.35433 -0.76803,0 -1.49496,-0.15944 -1.6154,-0.35433 -0.12045,-0.19488 -1.16628,-0.35433 -2.32407,-0.35433 l -2.10507,0 0,1.87243 c 0,1.70472 0.0952,1.92866 1.06299,2.50033 0.92741,0.54783 1.063,0.82875 1.063,2.20238 0,0.86595 -0.15945,1.57447 -0.35433,1.57447 -0.19686,0 -0.35434,0.94489 -0.35434,2.12598 0,1.18109 -0.15747,2.12599 -0.35433,2.12599 -0.19488,0 -0.35433,0.63779 -0.35433,1.41732 0,1.26645 0.0921,1.41732 0.86492,1.41732 0.4757,0 0.96346,0.15945 1.0839,0.35433 0.12045,0.19489 1.00683,0.35433 1.96973,0.35433 0.96291,0 1.75074,0.12062 1.75074,0.26806 0,0.49772 2.80915,1.14927 4.95505,1.14927 l 2.13157,0 0,1.06299 c 0,0.70866 0.17716,1.06299 0.53149,1.06299 0.29233,0 0.5315,-0.15945 0.5315,-0.35433 0,-0.19488 0.55807,-0.35433 1.24016,-0.35433 0.68209,0 1.24016,0.15945 1.24016,0.35433 0,0.19488 0.88835,0.35433 1.97412,0.35433 1.23848,0 2.16276,0.18865 2.48032,0.5062 0.5679,0.56788 0.70073,4.30721 0.1821,5.12628 -0.21455,0.33884 -0.0505,0.75745 0.52082,1.32874 0.45872,0.45875 0.96895,0.83406 1.13384,0.83406 0.52637,0 2.2071,0.8758 2.20997,1.15157 10e-4,0.14616 0.40139,0.26575 0.88859,0.26575 0.4872,0 0.88583,-0.15945 0.88583,-0.35433 0,-0.19488 0.23917,-0.35433 0.53149,-0.35433 0.29233,0 0.5315,0.16565 0.5315,0.36815 0,0.20246 0.34896,0.043 0.77547,-0.35433 0.42651,-0.39738 0.89412,-0.72248 1.03912,-0.72248 0.145,0 0.36485,-0.3189 0.48856,-0.70866 0.16737,-0.52735 0.53611,-0.70867 1.4412,-0.70867 0.98006,0 1.21628,0.13763 1.21628,0.70867 0,0.40907 0.23622,0.70866 0.55875,0.70866 0.30731,0 1.01676,0.43848 1.57653,0.97441 0.55978,0.53592 1.42448,1.26088 1.92156,1.61103 0.52935,0.37286 0.90379,0.97966 0.90379,1.46459 0,0.52994 0.25506,0.89465 0.70866,1.01325 0.5311,0.13889 0.70866,0.48334 0.70866,1.37466 0,0.88012 0.20725,1.29192 0.79725,1.58414 0.88207,0.43685 3.78948,0.60311 4.6659,0.26678 z " - }, - "cat26": { - "cat_id": 27, - "cat_slug": "baix-penedes", - "name": "Baix Penedès", - "nx": 380, - "ny": 540, - "capital": "El Vendrell", - "cx": 380, - "cy": 555, - "url": "https://work.catalunyamedieval.dev/mapa/baix-penedes", - "statistics": { - "castell": 11, - "epoca-carlina": 0, - "muralles": 0, - "torre": 12, - "casa-forta": 3, - "palau": 0, - "pont": 0, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 4, - "esglesia": 12, - "esglesia-fortificada": 0, - "monestir": 0, - "altres-llocs-dinteres": 1 - }, - "total": 43, - "info": "", - "path": "m 329.59659,736.6841 c 0.34979,-0.91155 3.09787,-1.49928 10.24451,-2.19097 1.12057,-0.10846 2.0374,-0.32503 2.0374,-0.48129 0,-0.26844 0.41854,-0.37459 3.63519,-0.92193 0.73261,-0.12465 1.41966,-0.3685 1.52681,-0.54184 0.10711,-0.17334 0.57327,-0.31518 1.03581,-0.31518 0.51857,0 0.92396,-0.26121 1.05726,-0.6812 0.18014,-0.5676 0.64201,-0.70767 2.76994,-0.84008 3.86182,-0.24024 4.67972,-0.56268 4.67972,-1.84486 0,-0.87449 0.14138,-1.058 0.79724,-1.03486 0.66717,0.0234 0.79725,-0.15757 0.79725,-1.11026 0,-0.84036 -0.1855,-1.18686 -0.70867,-1.32367 -0.38976,-0.10194 -0.70866,-0.43944 -0.70866,-0.75001 0,-0.39118 -0.32658,-0.56467 -1.06299,-0.56467 -0.58464,0 -1.06299,-0.15944 -1.06299,-0.35433 0,-0.20668 -1.18109,-0.35433 -2.83465,-0.35433 -2.59841,0 -2.83464,-0.0591 -2.83464,-0.70866 0,-0.38976 -0.15945,-0.70866 -0.35433,-0.70866 -0.19489,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.64676 -0.23624,-0.70866 -2.7045,-0.70866 -2.94272,0 -3.77894,-0.47966 -4.27383,-2.45144 -0.12469,-0.49688 -0.83789,-1.47331 -1.58486,-2.16981 -1.32257,-1.23329 -1.83557,-2.8197 -0.91179,-2.8197 0.24544,0 0.64541,-0.31889 0.8888,-0.70866 0.62993,-1.00864 4.3707,-1.00782 6.02585,0 0.63808,0.38906 1.49011,0.70735 1.8934,0.70735 0.43526,0 0.80859,0.288 0.91861,0.70866 0.34756,1.3292 2.22215,0.77468 4.26603,-1.26198 1.22131,-1.21695 1.54145,-2.63565 0.59478,-2.63565 -1.04432,0 -1.56919,-0.95702 -1.56919,-2.86108 l 0,-1.84869 -0.86892,0.93756 c -0.76915,0.82995 -1.13521,0.93756 -3.18898,0.93756 -2.08382,0 -2.32005,-0.0721 -2.32005,-0.70866 0,-0.38977 -0.15945,-0.70866 -0.35433,-0.70866 -0.51622,0 -0.43484,-2.38876 0.0886,-2.59998 0.2436,-0.0983 0.0842,-0.1913 -0.35433,-0.20671 -0.43848,-0.0152 -0.79724,-0.18741 -0.79724,-0.38229 0,-0.19488 -0.45277,-0.35433 -1.00612,-0.35433 -1.12277,0 -1.82853,-1.07476 -1.82853,-2.78451 0,-1.00825 1.11331,-2.51975 1.87406,-2.5443 0.23598,-0.008 -0.08,-0.23528 -0.70222,-0.50588 -2.30619,-1.00297 -3.47644,-5.53592 -1.79192,-6.9412 l 0.79725,-0.66511 -1.15158,-0.0117 c -1.12688,-0.0117 -1.15157,-0.046 -1.15157,-1.60628 0,-1.35826 0.10499,-1.59449 0.70866,-1.59449 0.4809,0 0.70866,-0.23623 0.70866,-0.73499 0,-0.52172 -0.41017,-0.90723 -1.41371,-1.32874 -0.88016,-0.36964 -1.41509,-0.82779 -1.41732,-1.21383 -0.004,-0.38264 -0.27496,-0.62008 -0.71228,-0.62008 -0.38976,0 -0.70866,-0.15945 -0.70866,-0.35433 0,-0.19708 -0.94882,-0.35433 -2.13778,-0.35433 -1.96686,0 -2.23604,0.0982 -3.36614,1.22836 -0.67561,0.67556 -1.22836,1.47281 -1.22836,1.77165 0,0.41343 -0.41046,0.5433 -1.71744,0.5433 -1.20884,0 -1.95942,0.20987 -2.53453,0.70866 -0.68453,0.59368 -1.32569,0.70866 -3.95185,0.70866 -2.66233,0 -3.24156,0.10679 -3.84343,0.70866 -0.38976,0.38976 -0.70866,0.87537 -0.70866,1.07911 0,0.80072 -1.86818,2.17024 -3.80705,2.79085 -1.12167,0.35901 -3.11568,1.18414 -4.43114,1.83359 -1.95161,0.96354 -2.39173,1.33594 -2.39173,2.0238 0,0.54493 0.25052,0.90843 0.70866,1.02827 0.38977,0.1019 0.70866,0.32616 0.70866,0.49829 0,0.17217 0.3189,0.31302 0.70867,0.31302 0.54676,0 0.70866,0.23623 0.70866,1.03401 0,1.84174 -0.29562,2.15497 -2.03375,2.15497 -1.22083,0 -1.76951,0.19031 -2.29866,0.79724 -0.69356,0.79554 -0.69337,0.79749 0.0892,0.91598 0.4815,0.0729 0.93474,0.51746 1.17409,1.15157 0.31977,0.84717 0.59552,1.03284 1.53407,1.03284 1.43151,0 2.95238,1.32931 2.95238,2.58056 0,1.59048 -0.35195,2.02574 -1.63798,2.02574 -0.6643,0 -1.84311,0.19829 -2.61957,0.44061 -1.15929,0.36181 -1.40972,0.59942 -1.40047,1.32874 0.0212,1.67294 0.72841,2.12829 3.30535,2.12829 l 2.35267,0 0,2.34439 c 0,2.28816 -0.035,2.37742 -1.46112,3.72048 -0.80361,0.75685 -1.60085,1.37607 -1.77165,1.37607 -0.1708,0 -0.31054,0.20966 -0.31054,0.46588 0,0.48915 -2.13285,1.66011 -3.02383,1.66011 -0.31405,0 -0.51947,0.34087 -0.51947,0.86194 0,0.55078 -0.25586,0.94316 -0.70867,1.08688 -0.59409,0.18857 -0.70866,0.5361 -0.70866,2.14986 0,1.81705 0.0496,1.92494 0.88583,1.92494 0.56908,0 0.88583,-0.1991 0.88583,-0.55679 0,-0.91418 0.93341,-1.56919 2.2361,-1.56919 1.15361,0 1.2921,0.13528 2.41704,2.36122 1.03849,2.05487 1.38413,2.43046 2.66411,2.89506 1.32784,0.48196 1.52586,0.47877 2.0374,-0.0326 0.31163,-0.31167 0.56661,-0.82318 0.56661,-1.13673 0,-0.49018 0.45953,-0.5558 3.27756,-0.46821 l 3.27755,0.10187 0.10712,1.86024 c 0.0589,1.02313 0.23379,1.86023 0.38866,1.86023 0.51928,0 1.70345,1.23205 1.95747,2.03659 0.13829,0.43802 0.63946,0.8938 1.1137,1.01282 0.4742,0.11902 0.86219,0.34363 0.86219,0.49914 0,0.15552 0.3189,0.19935 0.70866,0.0974 0.49284,-0.12887 0.70866,-0.011 0.70866,0.38753 0,0.77524 3.36745,0.83353 3.66297,0.0634 z " - }, - "cat27": { - "cat_id": 23, - "cat_slug": "baix-camp", - "name": "Baix Camp", - "nx": 220, - "ny": 570, - "capital": "Reus", - "cx": 220, - "cy": 585, - "url": "https://work.catalunyamedieval.dev/mapa/baix-camp", - "statistics": { - "castell": 11, - "epoca-carlina": 0, - "muralles": 4, - "torre": 28, - "casa-forta": 2, - "palau": 0, - "pont": 2, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 5, - "esglesia": 12, - "esglesia-fortificada": 0, - "monestir": 0, - "altres-llocs-dinteres": 4 - }, - "total": 68, - "info": "", - "path": "m 177.16418,803.45336 c 0.79834,0 1.01354,-0.16044 1.01354,-0.75568 0,-0.72117 1.1925,-2.07896 1.82587,-2.07896 0.16506,0 0.30011,-0.34005 0.30011,-0.75568 0,-0.41563 0.28012,-1.01357 0.6225,-1.32874 0.34237,-0.31518 0.84766,-1.01155 1.12287,-1.54747 0.36752,-0.71572 0.76669,-0.97441 1.50348,-0.97441 0.8412,0 1.00312,-0.14708 1.00312,-0.91113 0,-0.93936 0.71674,-1.92352 1.40087,-1.92352 0.21368,0 0.48417,-0.47834 0.6011,-1.06299 0.11693,-0.58465 0.35211,-1.06299 0.52264,-1.06299 0.17052,0 0.31003,-0.3189 0.31003,-0.70866 0,-0.38977 0.15945,-0.70866 0.35434,-0.70866 0.19488,0 0.35433,-0.3189 0.35433,-0.70867 0,-0.52494 0.23622,-0.70866 0.91113,-0.70866 0.9499,0 1.92351,-0.71865 1.92351,-1.4198 0,-0.44387 2.72297,-3.1865 3.16368,-3.1865 0.5355,0 1.79695,-1.33504 1.79695,-1.9018 0,-0.31819 0.23918,-0.57851 0.5315,-0.57851 0.29232,0 0.53149,0.15945 0.53149,0.35433 0,0.19488 0.16169,0.35433 0.3593,0.35433 0.58328,0 2.82052,-1.56139 2.82529,-1.97178 0.006,-0.50818 2.29467,-1.57153 3.38255,-1.57153 0.63759,0 0.87381,-0.19158 0.87381,-0.70866 0,-0.3937 0.23622,-0.70866 0.53149,-0.70866 0.29233,0 0.5315,-0.15945 0.5315,-0.35433 0,-0.19488 0.71752,-0.35433 1.59449,-0.35433 0.87697,0 1.59449,-0.15945 1.59449,-0.35433 0,-0.19488 0.27903,-0.35494 0.62008,-0.35564 0.34104,0 1.14214,-0.31965 1.78021,-0.70867 0.64582,-0.39376 1.78468,-0.70735 2.5689,-0.70735 1.03299,0 1.40876,-0.14573 1.40876,-0.5463 0,-0.91435 1.2458,-1.95176 2.96522,-2.46923 0.89711,-0.26996 1.98231,-0.81808 2.41157,-1.21797 0.42925,-0.39994 1.22874,-0.72713 1.77664,-0.72713 0.54789,0 0.99618,-0.12915 0.99618,-0.287 0,-0.47902 4.4235,-1.83898 5.98155,-1.83898 1.22317,0 1.45939,-0.1147 1.45939,-0.70866 0,-0.58472 0.23622,-0.70866 1.35051,-0.70866 2.26585,0 3.72323,-2.06348 2.39527,-3.39144 -0.2784,-0.2784 -0.68841,-0.5062 -0.91113,-0.5062 -0.88531,0 -1.41733,-1.05452 -1.41733,-2.80935 0,-1.56072 0.0932,-1.79695 0.70867,-1.79695 0.38976,0 0.70866,-0.12061 0.70866,-0.26805 0,-0.34756 2.57088,-1.14927 3.68536,-1.14927 0.47404,0 0.94231,0.19931 1.0406,0.44291 0.0983,0.2436 0.19131,-1.03199 0.20669,-2.83464 l 0.028,-3.27756 2.50562,0 c 2.43357,0 3.518,0.42346 3.518,1.37374 0,0.19878 0.37704,0.76822 0.83787,1.26549 1.69994,1.83426 4.56707,0.89709 5.07848,-1.65997 0.10772,-0.53862 0.33537,-0.97926 0.50589,-0.97926 0.17052,0 0.31004,-0.30561 0.31004,-0.67915 0,-0.3735 0.19931,-0.74604 0.44292,-0.82782 0.56486,-0.18968 -0.0856,-1.4872 -1.54845,-3.08881 -0.56125,-0.61448 -1.02045,-1.328 -1.02045,-1.58556 0,-0.25756 -0.3189,-0.55169 -0.70866,-0.6536 -0.424,-0.1109 -0.70866,-0.48334 -0.70866,-0.92717 0,-0.40802 -0.13506,-0.74183 -0.30012,-0.74183 -0.16506,0 -0.64341,-0.29774 -1.06299,-0.66164 -0.62437,-0.54153 -0.76288,-1.05183 -0.76288,-2.81077 0,-1.80326 0.10879,-2.18367 0.67593,-2.36367 0.37176,-0.11799 0.76538,-0.44762 0.8747,-0.73254 0.10933,-0.28488 0.44296,-0.51799 0.7414,-0.51799 0.29844,0 0.54262,-0.15945 0.54262,-0.35434 0,-0.19488 0.47834,-0.35433 1.06299,-0.35433 0.89764,0 1.06299,-0.1378 1.06299,-0.88582 0,-0.48721 0.15945,-0.88583 0.35433,-0.88583 0.19488,0 0.35433,-0.30947 0.35433,-0.68776 0,-0.37824 0.15945,-0.78629 0.35433,-0.90673 0.19488,-0.12043 0.35433,-1.00683 0.35433,-1.96972 0,-0.96293 0.15945,-1.75075 0.35433,-1.75075 0.19489,0 0.35434,-0.3189 0.35434,-0.70866 0,-0.38977 0.15944,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.55807 0.35433,-1.24016 0,-1.14173 -0.0844,-1.24016 -1.063,-1.24016 -0.58464,0 -1.06299,-0.12742 -1.06299,-0.28314 0,-0.29945 -2.05146,-1.13418 -2.78732,-1.13418 -0.8493,0 -2.17331,-1.71709 -2.17331,-2.81852 0,-0.59351 0.15945,-1.07912 0.35433,-1.07912 0.54573,0 0.41946,-2.82015 -0.15185,-3.39144 -0.31756,-0.31755 -1.24185,-0.5062 -2.48032,-0.5062 -1.12459,0 -1.97413,-0.15785 -1.97413,-0.3668 0,-0.25285 -0.21292,-0.25285 -0.68536,0 -0.37696,0.20176 -1.1742,0.3668 -1.77166,0.3668 -0.97076,0 -1.08628,-0.11303 -1.08628,-1.06299 0,-1.03982 -0.0388,-1.06299 -1.77724,-1.06299 -1.85379,0 -4.60072,-0.6862 -4.60072,-1.14927 0,-0.14744 -0.84507,-0.26805 -1.87795,-0.26805 -1.03287,0 -2.02943,-0.14595 -2.21457,-0.32432 -0.18513,-0.17841 -0.73523,-0.37772 -1.22244,-0.44292 -0.82421,-0.11033 -0.89316,-0.27262 -0.99131,-2.33316 -0.0655,-1.37452 0.0353,-2.21456 0.26574,-2.21456 0.21752,0 0.37124,-0.88034 0.37124,-2.12599 0,-1.18109 0.15748,-2.12598 0.35433,-2.12598 0.19489,0 0.35433,-0.41248 0.35433,-0.91662 0,-0.69307 -0.25923,-1.01445 -1.06299,-1.31783 -1.05564,-0.39844 -1.06299,-0.4203 -1.06299,-3.15818 0,-2.52075 -0.0607,-2.75698 -0.70866,-2.75698 -0.47244,0 -0.70866,-0.23623 -0.70866,-0.70866 0,-0.47243 -0.23622,-0.70866 -0.70866,-0.70866 -0.38977,0 -0.70867,-0.15945 -0.70867,-0.35433 0,-0.64088 -3.49991,-0.39086 -4.96063,0.35433 -0.764,0.38976 -1.71434,0.70866 -2.11186,0.70866 -0.67395,0 -0.72278,-0.21547 -0.72278,-3.18898 l 0,-3.18897 -1.41057,0 c -1.2091,0 -1.44233,0.12653 -1.63291,0.88582 -0.12227,0.48721 -0.36448,0.88583 -0.53824,0.88583 -0.17375,0 -0.31592,0.3189 -0.31592,0.70866 0,0.38977 -0.12507,0.70866 -0.27793,0.70866 -0.15287,0 -0.58241,0.51821 -0.95453,1.15158 -0.81104,1.3804 -1.42609,2.0374 -1.90733,2.0374 -0.19567,0 -0.45697,0.3189 -0.58068,0.70866 -0.19832,0.62486 -0.54682,0.71132 -2.94711,0.73113 -1.99146,0.0163 -2.50818,0.10846 -1.92494,0.34292 0.43849,0.17624 0.79725,0.56477 0.79725,0.86336 0,0.2986 0.17619,0.54291 0.39154,0.54291 0.26021,0 0.31503,0.50513 0.16344,1.5059 -0.60677,4.0056 -0.63094,4.87205 -0.13591,4.87205 0.26811,0 0.71732,-0.3189 0.99825,-0.70866 0.37543,-0.52087 0.91725,-0.70866 2.04479,-0.70866 l 1.53403,0 -0.13929,5.22637 c -0.0766,2.87451 -0.33359,5.9439 -0.57106,6.82087 -0.23747,0.87697 -0.51704,2.01437 -0.62127,2.52758 -0.29983,1.47618 -1.98617,2.0232 -8.20702,2.6622 -1.58179,0.16249 -1.84446,0.28789 -1.63295,0.77949 0.13862,0.32223 0.32761,1.02628 0.41996,1.56458 0.0923,0.53834 0.30897,1.06593 0.48138,1.17252 0.44284,0.27368 0.40333,8.3015 -0.0409,8.3015 -0.19488,0 -0.35433,0.46131 -0.35433,1.02508 0,0.60789 -0.22811,1.11264 -0.56047,1.24016 -0.30826,0.11831 -2.54055,0.21508 -4.96063,0.21508 l -4.40016,0 0,1.24016 c 0,0.86612 0.1603,1.24015 0.5315,1.24015 0.29232,0 0.85039,0.3189 1.24016,0.70867 0.43869,0.43869 1.1811,0.70866 1.94882,0.70866 1.52874,0 1.54671,0.23775 0.28986,3.83517 -0.52266,1.49598 -1.06544,3.91581 -1.20618,5.37742 -0.32623,3.38787 -0.63866,4.59351 -1.40298,5.41393 -0.33756,0.36234 -0.70721,1.12606 -0.82144,1.69724 -0.13217,0.66083 -0.42724,1.03844 -0.81147,1.03844 -1.14716,0 -2.95503,-0.85213 -3.15683,-1.48798 -0.31522,-0.99315 -1.57207,-0.81818 -1.57207,0.21884 0,1.53386 -0.36332,1.9778 -1.61859,1.9778 -0.76628,0 -1.44508,-0.27545 -1.91091,-0.77549 -0.58668,-0.62971 -0.72246,-0.66695 -0.72246,-0.19807 0,0.31759 0.15944,0.67596 0.35433,0.7964 0.19488,0.12043 0.35433,0.99379 0.35433,1.94074 0,2.05334 0.25651,2.84272 0.92373,2.84272 0.27147,0 0.49359,0.23917 0.49359,0.5315 0,0.30139 -0.31777,0.53149 -0.73397,0.53149 -0.65242,0 -0.67492,0.0591 -0.20248,0.5315 0.29233,0.29232 0.69322,0.5315 0.89089,0.5315 0.19766,0 0.93955,0.34231 1.64864,0.76067 1.28069,0.75565 1.28815,0.7739 1.12156,2.74607 -0.0922,1.09197 -0.3542,2.7029 -0.58214,3.57987 -0.22795,0.87697 -0.50246,2.03297 -0.61003,2.5689 -0.10757,0.53592 -0.33693,0.97441 -0.50969,0.97441 -0.17277,0 -0.31412,0.30185 -0.31412,0.67075 0,0.99092 -0.62228,1.1009 -6.22977,1.1009 l -5.10881,0 0,1.59449 c 0,0.87697 -0.15945,1.59449 -0.35433,1.59449 -0.19488,0 -0.35433,0.28346 -0.35433,0.62993 0,0.34643 -0.3189,0.90294 -0.70866,1.23668 -0.38977,0.33371 -0.70867,0.84749 -0.70867,1.14173 0,0.29423 -0.12741,0.53496 -0.28314,0.53496 -0.31655,0 -1.13418,2.06912 -1.13418,2.87015 0,0.28421 -0.3189,0.74658 -0.70866,1.02749 -0.38976,0.28092 -0.70866,0.78375 -0.70866,1.11735 0,0.3336 -0.3189,0.70777 -0.70866,0.83147 -0.38977,0.1237 -0.70866,0.45337 -0.70866,0.73254 0,0.27918 -0.15945,0.50762 -0.35433,0.50762 -0.20248,0 -0.35434,1.06299 -0.35434,2.48031 0,1.74788 0.1308,2.48039 0.44292,2.4806 0.6904,0 3.10039,2.29684 3.10039,2.95427 0,0.32382 0.15945,0.58875 0.35433,0.58875 0.19488,0 0.35433,0.79725 0.35433,1.77166 0,1.53542 0.0945,1.77165 0.70866,1.77165 0.47244,0 0.70867,0.23623 0.70867,0.70866 0,0.38977 0.15944,0.70866 0.35433,0.70866 0.19488,0 0.35433,0.3189 0.35433,0.70867 0,0.41931 0.23622,0.70866 0.57851,0.70866 0.58209,0 1.9018,1.26701 1.9018,1.82586 0,0.16509 0.39862,0.30012 0.88583,0.30012 0.4872,0 0.88583,0.18114 0.88583,0.40249 0,0.27499 0.52081,0.33112 1.64394,0.17716 0.90417,-0.12391 2.10003,-0.22532 2.65748,-0.22532 z " - }, - "cat28": { - "cat_id": 45, - "cat_slug": "ripolles", - "name": "Ripollès", - "nx": 500, - "ny": 190, - "capital": "Ripoll", - "cx": 490, - "cy": 205, - "url": "https://work.catalunyamedieval.dev/mapa/ripolles", - "statistics": { - "castell": 19, - "epoca-carlina": 0, - "muralles": 1, - "torre": 1, - "casa-forta": 2, - "palau": 1, - "pont": 4, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 3, - "esglesia": 18, - "esglesia-fortificada": 0, - "monestir": 2, - "altres-llocs-dinteres": 0 - }, - "total": 51, - "info": "", - "path": "m 468.47831,460.37266 c 0.52452,-0.2436 0.95492,-0.53176 0.95652,-0.64036 0,-0.10859 0.4245,-0.70652 0.9399,-1.32874 0.7916,-0.95552 1.177,-1.1313 2.4803,-1.1313 0.8488,0 1.5432,-0.15944 1.5432,-0.35433 0,-0.20879 1.2535,-0.35433 3.0521,-0.35433 2.4638,0 3.3127,0.14642 4.4036,0.75954 1.2537,0.70464 1.3935,0.71744 1.9338,0.17717 0.3202,-0.32031 0.7304,-0.58238 0.9113,-0.58238 0.181,0 0.3291,-0.23917 0.3291,-0.53149 0,-0.29233 0.1408,-0.5315 0.313,-0.5315 0.1721,0 0.3964,-0.3189 0.4983,-0.70866 0.1778,-0.67972 0.4833,-0.70866 7.4823,-0.70866 l 7.2969,0 0,-1.39201 c 0,-1.59628 -0.7164,-2.50563 -1.9741,-2.50563 -0.7647,0 -0.8605,-0.15455 -0.8605,-1.38834 0,-2.42278 0.1112,-2.5093 3.2269,-2.5093 1.6282,0 2.7967,0.14804 2.7967,0.35433 0,0.19489 0.4434,0.35433 0.9853,0.35433 0.7694,0 1.0733,0.23293 1.3866,1.063 0.3898,1.0329 0.4672,1.06299 2.7351,1.06299 2.0977,0 2.3339,-0.0717 2.3339,-0.70866 0,-0.44314 0.2363,-0.70866 0.6305,-0.70866 0.3467,0 0.8603,-0.3189 1.1412,-0.70867 0.2809,-0.38976 0.7148,-0.70866 0.9641,-0.70866 0.2492,0 0.4532,-0.15945 0.4532,-0.35433 0,-0.19488 0.3986,-0.35433 0.8858,-0.35433 0.4873,0 0.8859,-0.15945 0.8859,-0.35433 0,-0.19488 0.6378,-0.35433 1.4173,-0.35433 0.7795,0 1.4173,-0.15945 1.4173,-0.35433 0,-0.19488 0.3189,-0.35433 0.7087,-0.35433 0.3897,0 0.7086,-0.22058 0.7086,-0.49017 0,-0.26959 -0.3189,-0.57356 -0.7086,-0.67549 -0.3898,-0.10193 -0.7087,-0.43942 -0.7087,-0.74999 0,-0.36296 -0.3099,-0.56467 -0.8678,-0.56467 -0.9065,0 -2.6755,-1.90321 -2.6755,-2.87845 0,-0.27962 -0.3189,-0.73826 -0.7086,-1.01918 -0.3898,-0.28093 -0.7087,-0.79448 -0.7087,-1.14122 0,-0.34674 -0.1595,-0.63044 -0.3543,-0.63044 -0.5412,0 -0.4218,-2.10919 0.1518,-2.68279 0.3442,-0.34421 1.3161,-0.50618 3.0371,-0.50618 1.7211,0 2.693,-0.16198 3.0371,-0.50619 0.5776,-0.57751 0.685,-1.97413 0.1519,-1.97413 -0.1949,0 -0.3543,-0.63779 -0.3543,-1.41732 l 0,-1.41732 -2.8347,0 -2.8346,0 0,-1.03402 c 0,-1.512 0.3389,-2.15496 1.1359,-2.15496 0.3882,0 1.1526,-0.47835 1.6987,-1.06299 0.5462,-0.58465 1.2423,-1.063 1.547,-1.063 0.3048,0 0.7248,-0.31889 0.9334,-0.70866 0.2141,-0.40009 0.7419,-0.70866 1.2121,-0.70866 0.4581,0 1.2895,-0.23819 1.8477,-0.52931 0.5583,-0.29112 0.8156,-0.5303 0.572,-0.5315 -0.613,-0.003 -0.5646,-2.05705 0.063,-2.68497 0.2911,-0.29106 1.1946,-0.50619 2.126,-0.50619 1.3836,0 1.6198,-0.10334 1.6198,-0.70866 0,-0.4193 0.2362,-0.70866 0.5785,-0.70866 0.5821,0 1.9018,-1.26702 1.9018,-1.82587 0,-0.16506 1.4351,-0.30011 3.189,-0.30011 1.8898,0 3.189,0.14435 3.189,0.35433 0,0.21732 1.7126,0.35433 4.4291,0.35433 4.1414,0 4.4292,-0.0445 4.4292,-0.68479 0,-0.37663 0.3108,-0.78344 0.6907,-0.90402 0.5476,-0.17381 0.7129,-0.60102 0.7973,-2.06128 l 0.1064,-1.84204 2.3581,-0.104 c 2.3378,-0.10311 2.363,-0.0942 2.9232,1.02884 0.3109,0.62307 0.5652,1.90561 0.5652,2.85007 l 0,1.71722 2.6575,0 c 1.5354,0 2.6575,-0.14961 2.6575,-0.35433 0,-0.19488 0.6378,-0.35433 1.4173,-0.35433 0.7795,0 1.4173,-0.12767 1.4173,-0.28369 0,-0.9848 -1.0551,-2.14695 -2.6288,-2.89557 -3.7994,-1.80736 -3.7491,-1.72329 -3.7491,-6.27714 0,-3.3266 0.09,-4.00817 0.5314,-4.00817 0.2924,0 0.5315,-0.14776 0.5315,-0.32835 0,-0.18059 0.2791,-0.40127 0.6201,-0.49039 0.3411,-0.0891 -0.1851,-0.18054 -1.1693,-0.20315 -0.9841,-0.0226 -1.9408,-0.168 -2.126,-0.3231 -0.1851,-0.1551 -0.9744,-0.49769 -1.7539,-0.76133 -0.7795,-0.26362 -1.6565,-0.74858 -1.9488,-1.07766 -0.2923,-0.32909 -1.0896,-0.70645 -1.7717,-0.83858 -0.682,-0.13213 -1.9172,-0.51684 -2.7447,-0.85491 l -1.5046,-0.61466 0,-2.0374 0,-2.0374 -1.7716,0 c -1.5354,0 -1.7717,-0.0945 -1.7717,-0.70866 0,-0.38976 -0.235,-0.70866 -0.5224,-0.70866 -0.5589,0 -1.6036,-1.7255 -1.6036,-2.64874 0,-0.33648 -0.4219,-0.64234 -1.063,-0.77055 -0.9616,-0.19233 -1.0629,-0.34351 -1.0629,-1.58563 0,-1.28937 -0.065,-1.37303 -1.063,-1.37303 -0.5847,0 -1.063,-0.15945 -1.063,-0.35434 0,-0.19488 -0.7973,-0.35433 -1.7717,-0.35433 -0.9744,0 -1.7716,-0.15944 -1.7716,-0.35433 0,-0.19488 -0.3892,-0.35433 -0.865,-0.35433 -0.4757,0 -0.9634,-0.15945 -1.0839,-0.35433 -0.1204,-0.19488 -0.5834,-0.35433 -1.0288,-0.35433 -0.4454,0 -1.2607,-0.38746 -1.8118,-0.86102 -0.5511,-0.47356 -1.7319,-1.12432 -2.624,-1.44613 -3.299,-1.19005 -3.609,-1.35006 -4.2878,-2.21306 -0.4963,-0.63094 -1.1466,-0.9321 -2.2911,-1.06111 -0.879,-0.0991 -1.5982,-0.31884 -1.5982,-0.48838 0,-0.16954 -1.435,-0.30825 -3.189,-0.30825 -1.7539,0 -3.1889,-0.14185 -3.1889,-0.31522 0,-0.17338 -0.725,-0.52927 -1.611,-0.79087 -0.886,-0.26161 -2.2748,-1.07645 -3.0862,-1.81077 -0.814,-0.73431 -1.6836,-1.33511 -1.935,-1.33511 -0.2514,0 -0.4571,-0.15945 -0.4571,-0.35433 0,-0.19988 -1.0039,-0.35433 -2.3032,-0.35433 -2.103,0 -2.3031,0.0646 -2.3031,0.74366 0,0.71014 -1.8689,2.79965 -2.504,2.79965 -0.1667,0 -0.5883,0.30084 -0.9369,0.66854 -0.9282,0.9789 -6.79,1.79077 -8.0522,1.11524 -1.2878,-0.68919 -10.1746,-0.0768 -10.6768,0.73568 -0.1071,0.17335 -0.9826,0.31518 -1.9455,0.31518 -0.9629,0 -1.7508,0.15945 -1.7508,0.35433 0,0.19488 -0.7039,0.35433 -1.56422,0.35433 l -1.56422,0 -0.17614,2.21457 c -0.24265,3.0505 -0.59971,4.54253 -1.13641,4.74848 -0.25009,0.096 -0.64811,0.64138 -0.88448,1.21202 -0.23634,0.57064 -0.65994,1.03753 -0.94125,1.03753 -0.28133,0 -1.28806,0.79725 -2.23717,1.77165 -0.94911,0.97441 -1.97518,1.77166 -2.28015,1.77166 -0.30498,0 -0.55449,0.15945 -0.55449,0.35433 0,0.75702 -1.76415,0.30734 -2.78015,-0.70866 -1.26181,-1.26182 -2.75177,-1.3954 -3.95214,-0.35433 -0.4494,0.38976 -1.02274,0.70866 -1.2741,0.70866 -0.53954,0 -3.10234,1.44739 -3.27313,1.84855 -0.065,0.15259 -0.34402,0.27743 -0.62008,0.27743 -0.27609,0 -0.50198,0.15945 -0.50198,0.35433 0,0.19488 -0.39862,0.35433 -0.88583,0.35433 -0.4872,0 -0.88582,0.15945 -0.88582,0.35433 0,0.19489 -0.39863,0.35434 -0.88583,0.35434 -0.4872,0 -0.88583,0.1806 -0.88583,0.40135 0,0.81209 -1.52854,1.72463 -2.88885,1.72463 l -1.36312,0 0,1.91091 c 0,2.10715 -0.233,2.34106 -2.33213,2.34106 -1.04676,0 -1.21117,0.11701 -1.21117,0.86195 0,0.59104 -0.25058,0.9326 -0.79725,1.08675 -2.18848,0.61709 -2.74606,0.98556 -2.74606,1.81476 0,0.46356 0.15945,0.84284 0.35433,0.84284 0.19488,0 0.35788,0.27903 0.3622,0.62008 0.005,0.35379 0.78282,1.1146 1.81251,1.77165 l 1.80467,1.15157 6.93202,0 c 7.67782,0 9.28545,0.28839 9.28545,1.66567 0,0.44806 0.15945,0.81465 0.35433,0.81465 0.19488,0 0.67323,0.3189 1.06299,0.70866 0.53689,0.53686 0.70867,1.1811 0.70867,2.65748 0,1.07185 -0.15945,1.94882 -0.35433,1.94882 -0.19489,0 -0.35434,0.26033 -0.35434,0.57852 0,0.31818 -0.27977,0.83639 -0.62174,1.15157 -0.34196,0.31518 -1.08879,1.56961 -1.65965,2.78763 -0.57083,1.21801 -1.14243,2.21456 -1.2702,2.21456 -0.12774,0 -0.43959,0.43849 -0.69297,0.97441 -0.98709,2.08788 -1.78405,7.1752 -1.12401,7.1752 0.203,0 0.41772,0.75738 0.47711,1.68307 l 0.108,1.68307 1.59449,0.17717 1.59449,0.17716 0.10888,1.94882 c 0.0599,1.07185 0.2592,2.1003 0.44292,2.28543 0.18372,0.18514 0.33402,0.70335 0.33402,1.15158 0,0.44823 0.15945,0.81496 0.35433,0.81496 0.38229,0 0.49444,3.8289 0.13926,4.75448 -0.17249,0.44948 -0.80405,0.56048 -3.18898,0.56048 -2.37667,0 -2.9739,0.10432 -2.9739,0.51947 0,0.28571 -0.27223,1.09035 -0.60495,1.78807 -0.57731,1.21065 -0.67847,1.2638 -2.21456,1.1636 -1.29579,-0.0845 -1.62982,-0.24317 -1.71312,-0.81366 -0.0644,-0.44066 -0.63386,-0.93321 -1.50591,-1.30243 l -1.4024,-0.59376 0,-2.6838 c 0,-2.20359 0.0996,-2.68379 0.55679,-2.68379 0.30625,0 0.76068,-0.20385 1.00981,-0.45299 0.36776,-0.36777 0.36581,-0.53443 -0.0103,-0.88583 -0.2549,-0.23806 -0.70933,-0.43283 -1.00987,-0.43283 -0.30055,0 -0.54645,-0.15945 -0.54645,-0.35433 0,-0.50398 -4.3368,-0.44193 -6.02919,0.0863 l -1.41176,0.4406 0,2.21688 0,2.21688 2.35109,0 c 2.06536,0 2.45293,0.10987 3.18898,0.90408 0.46084,0.49724 0.83788,1.28508 0.83788,1.75074 0,0.46566 0.15945,0.9452 0.35434,1.06565 0.19488,0.12044 0.35507,0.48861 0.35603,0.81815 0.004,0.76616 2.2743,3.25665 2.97113,3.25665 0.29076,0 0.6272,0.15945 0.74764,0.35433 0.12044,0.19488 0.67851,0.35433 1.24016,0.35433 0.56165,0 1.1093,0.14261 1.21702,0.31691 0.24225,0.39195 2.35863,0.73799 5.95817,0.97419 2.41119,0.15821 2.74607,0.26332 2.74607,0.86187 0,0.61588 0.27361,0.68168 2.83464,0.68168 1.65356,0 2.83465,0.14764 2.83465,0.35433 0,0.19488 0.47462,0.35433 1.05473,0.35433 0.88803,0 1.16802,0.2345 1.77166,1.48388 0.3943,0.81613 0.71691,1.93227 0.71691,2.48031 0,0.82022 0.15297,0.99644 0.86493,0.99644 0.47568,0 0.96346,0.15945 1.08389,0.35433 0.30707,0.49683 2.68214,0.44182 3.82422,-0.0886 z " - }, - "cat29": { - "cat_id": 42, - "cat_slug": "pla-durgell", - "name": "Pla d'Urgell", - "nx": 210, - "ny": 380, - "capital": "Mollerussa", - "cx": 210, - "cy": 395, - "url": "https://work.catalunyamedieval.dev/mapa/pla-durgell", - "statistics": { - "castell": 4, - "epoca-carlina": 0, - "muralles": 0, - "torre": 0, - "casa-forta": 0, - "palau": 0, - "pont": 0, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 0, - "esglesia": 7, - "esglesia-fortificada": 0, - "monestir": 0, - "altres-llocs-dinteres": 1 - }, - "total": 12, - "info": "", - "path": "m 168.53992,623.3825 c 0.23386,-0.23386 0.4252,-0.70661 0.4252,-1.05052 0,-0.34395 0.3189,-0.79601 0.70866,-1.0046 0.46403,-0.24835 0.70866,-0.7419 0.70866,-1.42979 0,-1.03713 0.0248,-1.05052 1.94882,-1.05052 1.07185,0 1.94882,0.15944 1.94882,0.35433 0,0.20668 1.1811,0.35433 2.83464,0.35433 2.59843,0 2.83465,0.0591 2.83465,0.70866 0,0.62018 0.23622,0.70866 1.8921,0.70866 l 1.89211,0 0.46776,-1.41732 c 0.25768,-0.78077 0.6969,-1.41733 0.97797,-1.41733 0.70163,0 2.91967,-2.27519 2.91967,-2.99491 0,-0.48362 0.32351,-0.56682 1.86023,-0.47834 l 1.86024,0.10711 0.10997,1.32874 c 0.0719,0.86921 0.28639,1.32874 0.62008,1.32874 0.28056,0 0.51011,-0.15945 0.51011,-0.35433 0,-0.19488 0.25492,-0.35433 0.5665,-0.35433 0.31157,0 1.01334,-0.47835 1.55948,-1.06299 0.54614,-0.58465 1.16819,-1.06299 1.38232,-1.06299 0.21413,0 0.38933,-0.15945 0.38933,-0.35433 0,-0.21969 1.92275,-0.35433 5.05958,-0.35433 4.65309,0 5.10061,-0.057 5.57035,-0.70867 0.54506,-0.75624 1.41732,-0.95871 1.41732,-0.32903 0,0.20881 0.23917,0.14049 0.53149,-0.15183 0.42835,-0.42835 0.5315,-1.63669 0.5315,-6.22612 0,-3.56017 0.13281,-5.69459 0.35433,-5.69459 0.19488,0 0.35433,-0.39862 0.35433,-0.88583 0,-0.4872 0.15945,-0.88582 0.35433,-0.88582 0.19488,0 0.35433,-0.47835 0.35433,-1.063 0,-0.58464 0.15945,-1.06299 0.35433,-1.06299 0.19489,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.62993 0.23623,-0.70866 2.12599,-0.70866 1.88976,0 2.12598,-0.0787 2.12598,-0.70866 0,-0.38977 0.15945,-0.70866 0.35433,-0.70866 0.19489,0 0.35433,-0.88424 0.35433,-1.96494 0,-2.61465 0.98547,-3.70436 3.35004,-3.70436 1.37437,0 1.61059,-0.10392 1.61059,-0.70866 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19489,0 0.35434,-0.71752 0.35434,-1.59449 l 0,-1.59448 -1.6198,0 c -2.71262,0 -3.42757,-1.45297 -1.56918,-3.18898 0.63621,-0.59432 1.06299,-1.35085 1.06299,-1.8843 0,-0.49021 0.19931,-0.97171 0.44291,-1.07 0.24361,-0.0983 0.0769,-0.19131 -0.37043,-0.20672 -0.8255,-0.0283 -2.55279,1.39121 -2.55279,2.09803 0,0.2126 -0.39138,0.77793 -0.86973,1.25628 -0.69357,0.69356 -1.2318,0.8697 -2.65748,0.8697 -1.37017,0 -1.78775,-0.12692 -1.78775,-0.54329 0,-0.7373 -2.56568,-3.27544 -2.7505,-2.72098 -0.0788,0.2363 -0.44882,0.42963 -0.82234,0.42963 -0.37352,0 -0.67913,0.15944 -0.67913,0.35433 0,0.50432 -5.89399,0.44706 -7.32721,-0.0712 -0.85534,-0.30929 -1.17673,-0.64205 -1.17673,-1.21829 0,-0.43601 -0.47835,-1.31648 -1.06299,-1.95658 -0.58465,-0.64014 -1.06299,-1.51753 -1.06299,-1.94978 0,-0.43228 -0.15945,-0.88451 -0.35433,-1.00495 -0.19489,-0.12044 -0.35434,-0.53348 -0.35434,-0.91786 0,-0.38438 -0.27903,-0.80238 -0.62007,-0.92891 -0.6937,-0.25735 -1.86024,-1.46633 -1.86024,-1.92792 0,-0.16508 -0.30949,-0.30011 -0.68775,-0.30011 -0.37826,0 -0.78629,-0.15945 -0.90674,-0.35433 -0.12044,-0.19489 -1.23525,-0.35434 -2.47735,-0.35434 -1.94717,0 -2.28935,0.0977 -2.48328,0.70867 -0.12371,0.38976 -0.53307,0.70866 -0.9097,0.70866 -0.37663,0 -0.68479,0.15945 -0.68479,0.35433 0,0.19488 -0.39862,0.35433 -0.88582,0.35433 -0.77616,0 -0.88583,0.15353 -0.88583,1.24016 l 0,1.24015 1.77165,0 c 1.51026,0 1.77166,0.10028 1.77166,0.67968 0,1.14842 -0.39877,1.80064 -1.1009,1.80064 -0.36892,0 -0.67076,0.15945 -0.67076,0.35433 0,0.19488 -0.47834,0.35433 -1.06299,0.35433 -0.58464,0 -1.06299,0.17483 -1.06299,0.38852 0,0.26154 -0.60806,0.31376 -1.86024,0.15977 -1.02313,-0.12582 -3.17569,-0.31238 -4.78346,-0.41457 -2.4564,-0.15611 -2.92323,-0.10009 -2.92323,0.35083 0,0.29515 0.15945,0.63517 0.35433,0.75561 0.56057,0.34646 0.41205,1.85084 -0.20615,2.08807 -0.30826,0.11831 -1.51204,0.21508 -2.67507,0.21508 -1.26919,0 -2.56796,0.23347 -3.24858,0.58397 -1.26387,0.65087 -2.72737,2.19093 -2.72803,2.87075 -2.4e-4,0.2436 -0.15989,0.44291 -0.35477,0.44291 -0.20997,0 -0.35433,1.29923 -0.35433,3.18898 0,1.88975 -0.14436,3.18898 -0.35433,3.18898 -0.19488,0 -0.35433,0.2223 -0.35433,0.49401 0,0.27173 -0.46259,0.98925 -1.02799,1.59448 -0.91123,0.97551 -1.25141,1.10048 -2.99515,1.10048 -1.94539,0 -1.97095,0.0138 -2.30836,1.23566 -0.34793,1.26014 -1.143,2.30765 -1.75149,2.30765 -0.18608,0 -0.41614,0.35876 -0.51124,0.79725 -0.0951,0.43848 -0.28968,1.07493 -0.4324,1.41434 -0.18242,0.43381 -0.0644,0.68195 0.39735,0.83541 1.83638,0.61044 4.37731,2.02089 4.37731,2.42986 0,0.25526 0.3189,0.54751 0.70866,0.64941 0.65726,0.17189 0.70866,0.48335 0.70866,4.29332 0,2.50243 -0.13848,4.10797 -0.35433,4.10797 -0.19488,0 -0.35433,0.57922 -0.35433,1.28718 0,1.31219 -0.99617,2.61046 -2.00303,2.61046 -0.2625,0 -0.47728,0.15945 -0.47728,0.35433 0,0.19488 -0.71752,0.35433 -1.59449,0.35433 -1.15208,0 -1.59449,0.14166 -1.59449,0.51059 0,0.28081 0.15945,0.60913 0.35433,0.72957 0.19488,0.12043 0.35433,0.60821 0.35433,1.08389 0,0.80058 0.13054,0.86493 1.75499,0.86493 0.96524,0 2.20096,0.19459 2.74606,0.43239 1.46786,0.64041 3.29423,2.67381 3.29423,3.66764 0,0.80298 0.1257,0.8606 1.87795,0.8606 1.03288,0 2.06929,-0.19134 2.30315,-0.4252 " - }, - "cat30": { - "cat_id": 35, - "cat_slug": "maresme", - "name": "Maresme", - "nx": 580, - "ny": 420, - "capital": "Mataró", - "cx": 580, - "cy": 435, - "url": "https://work.catalunyamedieval.dev/mapa/maresme", - "statistics": { - "castell": 10, - "epoca-carlina": 0, - "muralles": 1, - "torre": 29, - "casa-forta": 8, - "palau": 0, - "pont": 0, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 9, - "esglesia": 9, - "esglesia-fortificada": 1, - "monestir": 1, - "altres-llocs-dinteres": 0 - }, - "total": 68, - "info": "", - "path": "m 501.32733,654.32503 c 0,-0.32244 0.6378,-0.98043 1.4173,-1.46222 0.7795,-0.48178 1.4173,-0.97841 1.4173,-1.10363 0,-0.12526 0.4784,-0.42584 1.063,-0.66802 0.5847,-0.24219 1.063,-0.58039 1.063,-0.75164 0,-0.17125 0.3189,-0.31135 0.7087,-0.31135 0.3897,0 0.7086,-0.15945 0.7086,-0.35433 0,-0.19489 0.4784,-0.35433 1.063,-0.35433 0.8268,0 1.063,-0.15747 1.063,-0.70867 0,-0.57525 0.2363,-0.70866 1.255,-0.70866 0.7652,0 1.5518,-0.27655 2.0156,-0.70866 0.4184,-0.38976 0.9698,-0.70866 1.2254,-0.70866 0.2556,0 0.4647,-0.3189 0.4647,-0.70866 0,-0.61416 0.2362,-0.70866 1.7716,-0.70866 0.9744,0 1.7717,-0.15945 1.7717,-0.35433 0,-0.19489 0.3189,-0.35433 0.7086,-0.35433 0.4725,0 0.7087,-0.23624 0.7087,-0.70867 0,-0.61416 0.2362,-0.70866 1.7716,-0.70866 0.9744,0 1.7717,-0.1395 1.7717,-0.31004 0,-0.1705 0.44,-0.39802 0.9777,-0.50559 0.5378,-0.10754 1.4546,-0.60562 2.0374,-1.10682 0.5828,-0.50124 1.2238,-0.91152 1.4244,-0.91177 0.2006,-2.5e-4 0.5945,-0.31932 0.8755,-0.70908 0.2809,-0.38977 0.695,-0.70867 0.9202,-0.70867 0.5389,0 3.3317,-2.63859 3.3317,-3.14773 0,-0.21756 0.3986,-0.39557 0.8858,-0.39557 0.4873,0 0.8859,-0.15945 0.8859,-0.35433 0,-0.19488 0.4783,-0.35433 1.063,-0.35433 0.838,0 1.063,-0.15488 1.063,-0.73194 0,-1.04656 0.6419,-2.10271 1.2779,-2.10271 0.2994,0 0.7543,-0.19931 1.011,-0.44291 1.2768,-1.21185 2.0498,-1.67914 3.363,-2.03273 1.0577,-0.28481 1.4347,-0.56891 1.4347,-1.08131 0,-0.53603 0.2431,-0.69502 1.063,-0.69502 0.5846,0 1.063,-0.15945 1.063,-0.35433 0,-0.19488 0.4482,-0.35433 0.9961,-0.35433 0.5479,0 1.3117,-0.29392 1.6973,-0.65314 0.7983,-0.74381 2.0247,-1.10934 4.5703,-1.36219 0.9744,-0.0968 1.9232,-0.32074 2.1083,-0.49765 0.1851,-0.17692 0.7944,-0.32166 1.354,-0.32166 1.1193,0 2.0299,-0.70395 2.0299,-1.56919 0,-0.32057 0.3006,-0.5568 0.7086,-0.5568 0.3898,0 0.7087,-0.15945 0.7087,-0.35433 0,-0.19488 0.2677,-0.35433 0.5949,-0.35433 0.7732,0 2.9484,-0.78743 2.9484,-1.06735 0,-0.60654 1.5616,-1.7673 2.3776,-1.7673 0.513,0 1.1845,-0.22202 1.4921,-0.49337 0.7479,-0.65965 8.0903,-4.46513 8.6344,-4.47512 0.236,-0.004 0.8276,-0.31971 1.3148,-0.7008 0.4872,-0.38108 1.2338,-0.69643 1.6592,-0.70079 0.4577,-0.005 0.8651,-0.29714 0.9983,-0.71653 0.1823,-0.57462 0.5387,-0.70965 1.8841,-0.71401 1.565,-0.005 4.0112,-0.63411 4.5463,-1.16915 0.1335,-0.13355 0.5351,-0.24282 0.8924,-0.24282 0.3573,0 0.6496,-0.15945 0.6496,-0.35434 0,-0.19488 0.2155,-0.35433 0.479,-0.35433 0.2634,0 0.9794,-0.47834 1.5912,-1.06299 0.6118,-0.58464 1.4233,-1.06299 1.8033,-1.06299 0.38,0 0.7895,-0.15945 0.91,-0.35433 0.1209,-0.19573 1.7162,-0.35433 3.5642,-0.35433 3.109,0 3.3452,-0.05 3.3452,-0.70866 0,-0.47243 0.2363,-0.70866 0.7087,-0.70866 0.3897,0 0.7086,-0.15945 0.7086,-0.35433 0,-0.19489 0.3603,-0.35434 0.8007,-0.35434 0.4403,0 0.9997,-0.31889 1.2431,-0.70866 0.2538,-0.40641 0.8263,-0.70866 1.3423,-0.70866 0.4949,0 1.2509,-0.37236 1.6801,-0.82747 0.4292,-0.4551 1.0992,-1.00832 1.489,-1.22938 0.6465,-0.36666 0.652,-0.40288 0.063,-0.41269 -1.5709,-0.0262 -1.6578,-0.53706 -1.6578,-9.74566 l 0,-8.72252 0.8697,-0.86974 c 0.4783,-0.47835 1.25,-0.8697 1.7148,-0.8697 0.7811,0 1.6675,-1.139 1.6675,-2.14268 0,-0.1857 -1.0807,-0.33764 -2.4016,-0.33764 -1.9631,0 -2.5124,-0.1294 -3.0084,-0.70866 -0.3337,-0.38976 -0.8474,-0.70866 -1.1417,-0.70866 -0.2987,0 -0.5349,-0.31291 -0.5349,-0.70866 0,-0.39575 -0.2363,-0.70866 -0.535,-0.70866 -0.2943,0 -0.808,-0.3189 -1.1417,-0.70867 -0.4722,-0.55144 -1.0453,-0.70866 -2.5834,-0.70866 -1.9571,0 -1.9865,0.0156 -2.9845,1.59449 -0.5543,0.87697 -1.1269,1.59449 -1.2724,1.59449 -0.1454,0 -0.3645,0.39862 -0.4868,0.88583 -0.1662,0.6622 -0.4561,0.88582 -1.1485,0.88582 -0.5093,0 -1.1839,0.27904 -1.4991,0.62008 -1.3072,1.41442 -3.8221,2.21457 -6.9605,2.21457 -2.4325,0 -3.0023,0.10088 -3.0023,0.53149 0,0.29233 -0.1595,0.5315 -0.3544,0.5315 -0.1948,0 -0.3543,0.3189 -0.3543,0.70866 0,0.38977 -0.1343,0.70866 -0.2985,0.70866 -0.1642,0 -0.5991,0.55807 -0.9664,1.24016 -0.3673,0.68209 -0.8515,1.24016 -1.0758,1.24016 -0.2244,0 -0.6176,0.51821 -0.8737,1.15157 -0.6019,1.48791 -0.9015,1.6711 -2.7439,1.67765 -2.2135,0.008 -3.9629,1.06473 -3.9629,2.39414 0,0.36723 0.4783,1.12596 1.0629,1.68609 1.5888,1.52217 1.2787,2.30315 -0.9148,2.30315 -0.634,0 -0.8568,0.19336 -0.8568,0.74367 0,0.409 -0.4952,1.20624 -1.1005,1.77165 -1.0867,1.01512 -1.1532,1.02798 -5.3149,1.02798 -3.51,0 -4.2145,0.0888 -4.2145,0.5315 0,0.29232 -0.1595,0.5315 -0.3544,0.5315 -0.1948,0 -0.3543,0.31889 -0.3543,0.70866 0,0.38976 -0.1594,0.70866 -0.3543,0.70866 -0.1949,0 -0.3543,0.40422 -0.3543,0.8983 0,1.06767 -0.7821,2.35445 -2.4934,4.10283 -2.1822,2.22941 -2.9129,2.43981 -8.4733,2.43981 -3.0826,0 -4.9782,-0.13493 -4.9782,-0.35433 0,-0.19956 -0.997,-0.35433 -2.2823,-0.35433 -1.2552,0 -2.3808,-0.15945 -2.5012,-0.35433 -0.1222,-0.19779 -1.7753,-0.35433 -3.7414,-0.35433 -2.112,0 -3.5224,0.14187 -3.5224,0.35433 0,0.19488 -0.7068,0.35433 -1.5706,0.35433 -1.2594,0 -1.6152,0.14042 -1.7955,0.70866 -0.1237,0.38977 -0.3579,0.70866 -0.5203,0.70866 -0.1624,0 -0.5902,0.71441 -0.9505,1.58758 -0.4364,1.05754 -0.9805,1.72255 -1.6296,1.99184 -0.8249,0.34218 -0.9744,0.61409 -0.9744,1.77179 0,1.16324 -0.1324,1.40078 -0.8858,1.58992 -0.4873,0.12228 -0.8859,0.34717 -0.8859,0.49982 0,0.15265 -0.3986,0.37754 -0.8858,0.49982 -0.5476,0.13744 -0.8858,0.47392 -0.8858,0.88125 0,0.3981 -0.4208,0.83325 -1.063,1.09924 -0.5847,0.24219 -1.063,0.67589 -1.063,0.96382 0,0.28793 -0.4784,0.97037 -1.063,1.5165 -0.5846,0.54613 -1.063,1.22857 -1.063,1.5165 0,0.28793 -0.4783,0.72163 -1.063,0.96381 -0.9227,0.38222 -1.063,0.62168 -1.063,1.81464 0,0.75589 0.1595,1.37434 0.3544,1.37434 0.3941,0 0.4707,1.05598 0.1392,1.91984 -0.1509,0.39337 -0.6791,0.56048 -1.7717,0.56048 -0.856,0 -1.5565,0.153 -1.5565,0.34001 0,0.18702 -0.6378,0.99071 -1.4173,1.78597 -0.7796,0.79526 -1.4174,1.61036 -1.4174,1.81127 0,0.54333 0.9359,1.37771 1.5453,1.37771 0.2931,0 0.6342,0.31889 0.7579,0.70866 0.1437,0.4528 0.5361,0.70866 1.0869,0.70866 0.7161,0 0.8619,0.17493 0.8619,1.03401 0,2.09678 -0.1096,2.15497 -4.0585,2.15497 -3.1197,0 -3.7429,0.0993 -4.4454,0.70866 -0.4494,0.38976 -1.1022,0.70866 -1.4507,0.70866 -0.3484,0 -0.7321,0.15945 -0.8525,0.35433 -0.1204,0.19488 -0.5338,0.35433 -0.9185,0.35433 -1.0677,0 -3.8856,1.54772 -5.3709,2.94994 -1.1583,1.09361 -1.3287,1.46194 -1.3287,2.87271 0,1.20227 0.1366,1.61829 0.5315,1.61829 0.7509,0 0.665,1.05697 -0.089,1.09095 -0.4899,0.022 -0.5085,0.0686 -0.089,0.22139 0.8208,0.29866 2.4803,1.95427 2.4803,2.47443 0,0.25586 0.2506,0.4652 0.5568,0.4652 0.7039,0 1.5692,0.84898 1.5692,1.53964 0,0.66869 0.4792,0.82517 1.9875,0.64906 0.8251,-0.0963 1.2015,-0.32389 1.2015,-0.72648 z " - }, - "cat31": { - "cat_id": 26, - "cat_slug": "baix-llobregat", - "name": "Baix Llobregat", - "nx": 490, - "ny": 510, - "capital": "Sant Feliu de Llobregat", - "cx": 490, - "cy": 525, - "url": "https://work.catalunyamedieval.dev/mapa/baix-llobregat", - "statistics": { - "castell": 17, - "epoca-carlina": 0, - "muralles": 0, - "torre": 26, - "casa-forta": 0, - "palau": 1, - "pont": 1, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 15, - "esglesia": 13, - "esglesia-fortificada": 0, - "monestir": 0, - "altres-llocs-dinteres": 2 - }, - "total": 75, - "info": "", - "path": "m 429.92968,713.09903 c 0.15757,-0.49641 0.53611,-0.70866 1.26404,-0.70866 0.5715,0 1.03911,-0.15945 1.03911,-0.35433 0,-0.19488 0.54865,-0.35433 1.21926,-0.35433 0.67057,0 1.31779,-0.15945 1.43822,-0.35433 0.12622,-0.2042 2.01157,-0.35433 4.45004,-0.35433 2.40828,0 4.23107,-0.14368 4.23107,-0.3335 0,-0.18343 1.87352,-0.41329 4.16338,-0.51084 5.41152,-0.23049 8.23819,-0.55991 8.23819,-0.96009 0,-0.17685 0.6378,-0.32156 1.41732,-0.32156 1.07731,0 1.41733,-0.13939 1.41733,-0.58103 0,-0.90733 1.09945,-1.52135 2.74606,-1.53368 1.26592,-0.01 1.50591,-0.1242 1.50591,-0.71993 0,-0.5512 0.23623,-0.70866 1.06299,-0.70866 0.58464,0 1.06299,-0.15945 1.06299,-0.35433 0,-0.19489 0.3189,-0.35433 0.70866,-0.35433 0.44313,0 0.70866,-0.23624 0.70866,-0.63043 0,-0.34675 0.3189,-0.86031 0.70866,-1.14123 0.49355,-0.35575 0.70866,-0.91725 0.70866,-1.84989 0,-0.73647 0.15945,-1.33908 0.35434,-1.33908 0.19488,0 0.35436,-0.23918 0.35436,-0.5315 0,-0.39933 -0.42707,-0.5315 -1.71726,-0.5315 -0.94447,0 -2.22963,-0.25561 -2.85591,-0.56806 -0.62631,-0.31245 -1.76694,-0.65232 -2.53477,-0.75533 -1.0602,-0.14219 -1.39603,-0.3465 -1.39603,-0.84926 0,-0.36411 -0.23358,-0.66199 -0.51902,-0.66199 -0.28549,0 -0.68971,-0.3189 -0.8983,-0.70866 -0.2086,-0.38977 -0.61282,-0.70866 -0.8983,-0.70866 -0.28545,0 -0.51903,-0.15945 -0.51903,-0.35434 0,-0.19488 -0.31889,-0.35433 -0.70866,-0.35433 -0.47243,0 -0.70866,-0.23623 -0.70866,-0.70866 0,-0.38976 -0.15945,-0.70866 -0.35433,-0.70866 -0.20282,0 -0.35433,-1.07142 -0.35433,-2.50561 0,-2.62294 0.40617,-3.49172 1.65777,-3.54597 0.37215,-0.0163 0.45787,-0.10364 0.20247,-0.20671 -0.24853,-0.10028 -0.44292,-0.78782 -0.44292,-1.5665 0,-0.7633 -0.15945,-1.38781 -0.35433,-1.38781 -0.19488,0 -0.35433,-0.65356 -0.35433,-1.45233 0,-1.15682 0.21628,-1.65437 1.06299,-2.4453 1.04538,-0.97654 1.063,-1.0523 1.063,-4.5713 0,-3.11407 -0.0772,-3.57831 -0.59493,-3.57831 -0.86297,0 -2.94838,0.8022 -2.94838,1.13418 0,0.4304 -2.45537,0.33803 -3.7839,-0.14237 -0.73903,-0.26724 -1.17673,-0.66264 -1.17673,-1.063 0,-0.35061 -0.25055,-0.63747 -0.5568,-0.63747 -1.09743,0 -1.56919,-0.9511 -1.56919,-3.16368 0,-1.91505 0.0778,-2.15128 0.70867,-2.15128 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19489 0.40999,-0.35433 0.91112,-0.35433 0.93437,0 1.92352,-0.71586 1.92352,-1.39203 0,-0.23379 -0.95276,-0.37963 -2.48031,-0.37963 -1.41733,0 -2.48032,-0.15186 -2.48032,-0.35433 0,-0.19488 -0.47834,-0.35433 -1.06299,-0.35433 -0.78282,0 -1.06299,-0.16618 -1.06299,-0.63042 0,-0.34675 -0.3189,-0.86032 -0.70866,-1.14123 -0.38977,-0.28092 -0.70866,-0.79448 -0.70866,-1.14123 0,-0.39419 -0.26554,-0.63043 -0.70867,-0.63043 -0.45184,0 -0.70866,-0.23623 -0.70866,-0.65179 0,-0.63779 -1.30936,-1.47419 -2.30779,-1.47419 -0.27655,0 -1.06629,0.26869 -1.755,0.59712 -0.90074,0.42955 -1.25217,0.82732 -1.25217,1.41732 0,1.21989 -1.20862,2.23753 -2.65748,2.23753 -1.0958,0 -1.24016,-0.10605 -1.24016,-0.91113 0,-1.02529 -0.73275,-1.92352 -1.56918,-1.92352 -0.30625,0 -0.5568,-0.15945 -0.5568,-0.35433 0,-0.19488 -0.3189,-0.35433 -0.70866,-0.35433 -0.47243,0 -0.70866,-0.23623 -0.70866,-0.70866 0,-0.44313 -0.23624,-0.70866 -0.63043,-0.70866 -0.34675,0 -0.86031,-0.3189 -1.14123,-0.70866 -0.28091,-0.38977 -0.79448,-0.70866 -1.14122,-0.70866 -0.34672,0 -0.63043,-0.15945 -0.63043,-0.35434 0,-0.19488 -0.26167,-0.35433 -0.58146,-0.35433 -0.72272,0 -3.67051,-2.98364 -3.67051,-3.71512 0,-0.29526 -0.14216,-0.53684 -0.31592,-0.53684 -0.17376,0 -0.41737,-0.40426 -0.54138,-0.89837 -0.12607,-0.50234 -0.61161,-1.04517 -1.1014,-1.23137 -0.66522,-0.25293 -0.87594,-0.59085 -0.87594,-1.40478 0,-0.5895 0.15944,-1.07178 0.35433,-1.07178 0.19488,0 0.35433,-0.3189 0.35433,-0.70867 0,-0.6098 0.23623,-0.70866 1.69341,-0.70866 1.28697,0 1.81606,-0.17011 2.20423,-0.70866 0.35574,-0.49355 0.91725,-0.70866 1.84988,-0.70866 1.51193,0 1.74466,-0.55825 0.63043,-1.51228 -0.38976,-0.33371 -0.70866,-0.80859 -0.70866,-1.05524 0,-0.24664 -0.51821,-0.67003 -1.15158,-0.94088 -1.64749,-0.70449 -2.39173,-1.44259 -2.39173,-2.37207 0,-0.4455 -0.15945,-0.90854 -0.35433,-1.02898 -0.19488,-0.12044 -0.35433,-1.5649 -0.35433,-3.20988 0,-2.31197 -0.1114,-2.99091 -0.49075,-2.99091 -0.56898,0 -1.63523,-1.49361 -1.63523,-2.29067 0,-0.30774 -0.30774,-0.54397 -0.70867,-0.54397 -0.47242,0 -0.70866,-0.23623 -0.70866,-0.70866 0,-0.4145 -0.23623,-0.70866 -0.56909,-0.70866 -0.31298,0 -0.87523,-0.3892 -1.2494,-0.86489 -0.37418,-0.47569 -1.02746,-0.97508 -1.45177,-1.10973 -1.33752,-0.42452 -1.69037,-1.0795 -1.69037,-3.13788 l 0,-1.97412 -4.96063,0 c -3.07087,0 -4.96063,-0.135 -4.96063,-0.35433 0,-0.19488 -0.31889,-0.35433 -0.70866,-0.35433 -0.38976,0 -0.70866,-0.15945 -0.70866,-0.35433 0,-0.19488 -0.3189,-0.35433 -0.70866,-0.35433 -0.38976,0 -0.70866,-0.22082 -0.70866,-0.49075 0,-0.48249 -1.44978,-1.63524 -2.05664,-1.63524 -0.56782,0 -1.13234,1.78356 -1.13234,3.57758 0,1.70812 -0.64896,3.49993 -1.61883,4.46984 -0.25519,0.25519 -0.66518,1.02037 -0.91109,1.7004 -0.24591,0.68003 -0.57451,1.23644 -0.73024,1.23644 -0.15573,0 -0.28315,0.45974 -0.28315,1.02167 0,1.09205 0.46028,1.38129 2.83465,1.78122 0.98486,0.1659 1.26425,0.39129 1.35712,1.09474 0.15601,1.18173 2.82313,3.89764 3.82759,3.89764 0.5844,0 0.99588,0.42959 1.6093,1.68003 0.65257,1.33033 1.04534,1.7179 1.88709,1.86218 1.00995,0.17309 1.06845,0.27769 1.17199,2.09551 0.11951,2.09768 -0.16629,2.4974 -1.79207,2.50647 -0.86991,0.005 -0.97441,0.13397 -0.97441,1.20426 0,0.90082 0.17614,1.24487 0.70867,1.38412 0.5035,0.13171 0.70866,0.48335 0.70866,1.21468 0,0.56615 0.31889,1.37165 0.70866,1.79001 0.38976,0.41836 0.70866,1.00651 0.70866,1.30699 0,0.30047 0.15945,0.5463 0.35433,0.5463 0.19488,0 0.35433,0.47835 0.35433,1.063 0,0.80482 0.16207,1.06299 0.66735,1.06299 0.75231,0 1.04421,0.69941 1.47876,3.5433 0.54943,3.59597 0.75235,4.25197 1.3151,4.25197 0.3004,0 1.15289,0.6378 1.89443,1.41733 0.74154,0.77952 1.58822,1.41732 1.8815,1.41732 1.29692,0 1.73374,3.05029 0.55814,3.89764 -0.38977,0.28091 -0.70866,0.89535 -0.70866,1.36541 0,0.47002 -0.29608,1.11249 -0.658,1.42767 -0.36187,0.31518 -0.77123,0.93182 -0.90967,1.3703 -0.13847,0.43849 -0.45457,0.79725 -0.7025,0.79725 -0.54559,0 -1.27314,1.49719 -1.27314,2.61992 0,0.84724 -1.06579,2.34071 -1.67042,2.34071 -0.19092,0 -0.71483,0.31889 -1.16423,0.70866 -0.44939,0.38976 -1.0148,0.70866 -1.25645,0.70866 -0.24166,0 -0.53115,0.23917 -0.64333,0.53149 -0.13872,0.36153 0.0191,0.5315 0.49359,0.5315 0.51013,0 0.69753,0.24098 0.69753,0.89695 0,0.54015 0.24665,0.97824 0.62008,1.10133 0.34104,0.1124 1.296,0.50602 2.12212,0.87471 0.82612,0.36868 1.66323,0.67032 1.86024,0.67032 0.19701,0 0.35819,0.63779 0.35819,1.41732 0,1.17266 0.12019,1.41732 0.69619,1.41732 1.4361,0 1.98826,2.98435 0.72113,3.89764 -0.4028,0.29034 -0.70866,0.91726 -0.70866,1.45254 0,0.71239 -0.25894,1.04907 -1.06299,1.38211 -0.6278,0.26004 -1.06299,0.70306 -1.06299,1.08209 0,0.35298 -0.32315,0.74438 -0.71809,0.86974 -0.39497,0.12532 -0.98879,0.6543 -1.31963,1.17542 -0.33081,0.52115 -0.88335,1.20433 -1.22786,1.51813 -0.34452,0.31383 -0.8769,1.42997 -1.18308,2.48031 -0.30618,1.05038 -0.70607,2.39939 -0.88866,2.99789 -0.48331,1.58414 -0.40805,2.55455 0.22557,2.90913 0.30663,0.1716 0.74937,0.69771 0.9839,1.16918 0.513,1.03128 2.86601,2.38351 4.21643,2.42309 0.74771,0.022 0.97441,-0.13631 0.97441,-0.6801 0,-0.61303 0.23623,-0.70866 1.75075,-0.70866 0.96289,0 1.84929,0.15945 1.96972,0.35433 0.29073,0.47044 2.65748,0.45769 2.65748,-0.0142 0,-0.23385 1.06895,-0.33105 2.92323,-0.26574 l 2.92323,0.10289 0.108,1.68308 c 0.065,1.01235 -0.041,1.68307 -0.26575,1.68307 -0.9613,0 -0.1997,1.17662 1.39791,2.15964 0.97441,0.59956 1.77165,1.31563 1.77165,1.59123 0,0.2756 0.23917,0.50109 0.5315,0.50109 0.29232,0 0.53149,0.15945 0.53149,0.35434 0,0.19488 0.62706,0.35433 1.39344,0.35433 1.08227,0 1.44369,-0.15828 1.61837,-0.70867 z " - }, - "cat32": { - "cat_id": 32, - "cat_slug": "garrigues", - "name": "Garrigues", - "nx": 180, - "ny": 450, - "capital": "Les Borges Blanques", - "cx": 180, - "cy": 465, - "url": "https://work.catalunyamedieval.dev/mapa/garrigues", - "statistics": { - "castell": 12, - "epoca-carlina": 0, - "muralles": 0, - "torre": 0, - "casa-forta": 0, - "palau": 0, - "pont": 0, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 0, - "esglesia": 0, - "esglesia-fortificada": 0, - "monestir": 0, - "altres-llocs-dinteres": 0 - }, - "total": 12, - "info": "", - "path": "m 130.67224,699.90021 c 0.69593,-0.2436 1.57442,-0.72194 1.95221,-1.06299 0.37779,-0.34104 1.13517,-0.62008 1.68307,-0.62008 0.5479,0 0.99618,-0.15945 0.99618,-0.35433 0,-0.19488 0.20398,-0.35433 0.45328,-0.35433 0.2493,0 0.68312,-0.3189 0.96404,-0.70866 0.28093,-0.38976 0.75928,-0.70866 1.063,-0.70866 0.30371,0 0.78206,-0.3189 1.06299,-0.70866 0.28093,-0.38977 0.79447,-0.70866 1.14121,-0.70866 0.34674,0 0.63044,-0.15945 0.63044,-0.35433 0,-0.20247 1.06299,-0.35434 2.48032,-0.35434 1.36417,0 2.48031,-0.12061 2.48031,-0.26805 0,-0.67872 3.14682,-1.14945 7.70111,-1.15203 l 4.87763,-0.004 0.44292,-0.95371 c 0.2436,-0.52452 0.44291,-1.47997 0.44291,-2.12322 l 0,-1.16951 4.0748,0 c 2.48032,0 4.0748,0.13865 4.0748,0.35433 0,0.19489 0.3189,0.35434 0.70867,0.35434 0.38976,0 0.70866,0.15944 0.70866,0.35433 0,0.19488 0.47834,0.35433 1.06299,0.35433 0.58465,0 1.06299,0.15945 1.06299,0.35433 0,0.19488 0.71752,0.35433 1.59449,0.35433 1.35827,0 1.59449,-0.10499 1.59449,-0.70866 0,-0.38977 0.15945,-0.70866 0.35433,-0.70866 0.20858,0 0.35433,-1.24555 0.35433,-3.02794 0,-2.74238 0.082,-3.10992 0.86972,-3.89764 0.47835,-0.47834 1.08094,-0.8697 1.3391,-0.8697 0.25816,0 0.69923,-0.3189 0.98016,-0.70866 0.37384,-0.51867 0.91725,-0.70866 2.02704,-0.70866 1.28004,0 1.51626,0.11041 1.51626,0.70866 0,0.46896 0.23622,0.70866 0.69838,0.70866 0.49981,0 0.97835,0.5793 1.68307,2.0374 l 0.98469,2.0374 3.80906,0.10056 c 2.4511,0.0647 3.80905,-0.0301 3.80905,-0.26575 0,-0.21731 1.00889,-0.3663 2.48032,-0.3663 2.24409,0 2.48031,-0.0675 2.48031,-0.70866 0,-0.5512 0.23623,-0.70867 1.063,-0.70867 0.58464,0 1.06299,-0.15944 1.06299,-0.35433 0,-0.19488 0.3189,-0.35433 0.70866,-0.35433 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19488 0.72891,-0.35433 1.6198,-0.35433 1.95953,0 2.63217,-0.58209 2.63217,-2.27785 0,-0.69601 0.15945,-1.26546 0.35433,-1.26546 0.19488,0 0.35433,-0.41991 0.35433,-0.9332 0,-0.92654 1.51401,-2.60876 2.34875,-2.60968 0.21995,-2.5e-4 0.59806,-0.47877 0.84023,-1.06341 0.24217,-0.58465 0.58041,-1.063 0.75165,-1.063 0.17123,0 0.31134,-0.40999 0.31134,-0.91112 0,-1.16238 0.76114,-1.92352 1.92351,-1.92352 0.59209,0 0.91114,-0.19499 0.91114,-0.5568 0,-0.98486 0.96058,-1.56919 2.57962,-1.56919 1.24453,0 1.81518,-0.22138 2.77137,-1.07514 0.66227,-0.59131 1.55719,-1.38855 1.98871,-1.77166 0.43152,-0.38306 0.96567,-0.6965 1.18701,-0.6965 0.61005,0 2.81187,-2.33065 2.81187,-2.97638 0,-0.31181 0.15945,-0.56693 0.35433,-0.56693 0.19488,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.38977 0.14871,-0.70866 0.33045,-0.70866 0.18175,0 0.4333,-0.32404 0.55899,-0.72004 0.12569,-0.39603 0.61479,-1.10629 1.08687,-1.5784 0.47208,-0.47208 0.85834,-1.10473 0.85834,-1.40591 0,-0.30119 0.15944,-0.54762 0.35433,-0.54762 0.19488,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.38977 0.17004,-0.70867 0.37786,-0.70867 0.20783,0 0.32741,-0.4382 0.26575,-0.97373 -0.0837,-0.72737 -0.44832,-1.13152 -1.44086,-1.59729 -0.7308,-0.34292 -1.32874,-0.78172 -1.32874,-0.97508 0,-0.19332 -0.47834,-0.35153 -1.06299,-0.35153 -0.97051,0 -1.06299,-0.10375 -1.06299,-1.19236 0,-0.65587 -0.31887,-1.59778 -0.70866,-2.09332 -0.91224,-1.15972 -0.91224,-2.02928 0,-2.02928 0.59793,0 0.70823,-0.23531 0.70589,-1.50591 -0.002,-1.28767 -0.14098,-1.57011 -0.95646,-1.94882 -0.52454,-0.2436 -1.25221,-0.44291 -1.61704,-0.44291 -0.80833,0 -1.6757,-0.81223 -1.6757,-1.56919 0,-0.32056 -0.30064,-0.5568 -0.70866,-0.5568 -0.38977,0 -0.70866,-0.15944 -0.70866,-0.35433 0,-0.19488 -0.47835,-0.35433 -1.06299,-0.35433 -0.58465,0 -1.063,-0.15945 -1.063,-0.35433 0,-0.19488 -0.31889,-0.35433 -0.70866,-0.35433 -0.38976,0 -0.70866,-0.15945 -0.70866,-0.35433 0,-0.19488 -0.47835,-0.35433 -1.06299,-0.35433 -0.58465,0 -1.06299,-0.15945 -1.06299,-0.35433 0,-0.19488 -0.3189,-0.35433 -0.70867,-0.35433 -0.64566,0 -0.70866,-0.23623 -0.70866,-2.65748 0,-1.53542 0.14961,-2.65748 0.35433,-2.65748 0.19489,0 0.35433,-0.70544 0.35433,-1.56763 0,-1.53238 -0.0395,-1.58613 -1.75713,-2.39173 -1.10414,-0.51786 -1.76252,-1.05453 -1.77165,-1.44418 -0.008,-0.34027 -0.17397,-0.6193 -0.36885,-0.6193 -0.21842,0 -0.35412,-1.80082 -0.35378,-4.69489 l 7.1e-4,-4.69488 -5.18411,0.10729 -5.18411,0.10729 -1.34378,1.39862 c -0.73908,0.76925 -1.59546,1.39861 -1.90306,1.39861 -0.3076,0 -0.55927,0.16909 -0.55927,0.37574 0,0.21748 -0.55957,0.32938 -1.32874,0.26574 -1.25659,-0.10399 -1.33471,-0.18212 -1.43872,-1.43872 -0.0945,-1.14229 -0.23127,-1.32874 -0.97441,-1.32874 -0.47543,0 -0.86443,0.14811 -0.86443,0.3291 0,0.46814 -2.15268,2.6724 -3.09621,3.17041 -0.43619,0.23021 -0.89922,0.85245 -1.02897,1.38278 -0.32882,1.3439 -0.66566,1.48408 -3.58151,1.49024 -2.33449,0.005 -2.5689,-0.0592 -2.5689,-0.70324 0,-0.64959 -0.23622,-0.70866 -2.83465,-0.70866 -1.65354,0 -2.83464,-0.14765 -2.83464,-0.35433 0,-0.19488 -0.39863,-0.35433 -0.88583,-0.35433 -0.70529,0 -0.88583,0.17798 -0.88583,0.87335 0,0.51073 -0.29425,1.03086 -0.70866,1.25263 -0.38976,0.2086 -0.70866,0.61282 -0.70866,0.8983 0,1.20841 -1.34157,1.93635 -3.56862,1.93635 -2.11295,0 -2.81813,-0.30834 -3.25591,-1.42367 -0.11338,-0.28881 -0.21872,0.39168 -0.23411,1.51225 -0.0266,1.93681 -0.0723,2.0374 -0.92561,2.0374 -0.90921,0 -3.35433,2.07613 -3.35433,2.84815 0,1.14317 -1.99674,2.11248 -4.35163,2.11248 -2.03708,0 -3.44365,0.7768 -3.44365,1.9018 0,0.31819 -0.15945,0.57852 -0.35433,0.57852 -0.19488,0 -0.35433,0.31889 -0.35433,0.70866 0,0.38976 -0.15945,0.70866 -0.35433,0.70866 -0.20669,0 -0.35433,1.18109 -0.35433,2.83464 0,1.55906 -0.13434,2.83465 -0.29854,2.83465 -0.16419,0 -0.5916,0.54418 -0.9498,1.20933 -0.64916,1.2054 -0.9111,1.32775 -3.97804,1.85808 l -1.15157,0.19909 0,2.82119 c 0,1.79557 -0.16102,2.97467 -0.44292,3.2434 -1.31158,1.25022 -2.45283,1.65316 -4.68241,1.65316 -1.27359,0 -2.31562,0.12742 -2.31562,0.28315 0,0.15573 -0.56779,0.48848 -1.26176,0.73942 -0.70244,0.25398 -1.43447,0.83529 -1.65137,1.31134 -0.21428,0.47027 -0.52345,0.85507 -0.68705,0.85507 -0.42367,0 -0.37018,4.16519 0.0569,4.42913 0.19489,0.12044 0.35433,1.33824 0.35433,2.70617 0,2.42755 -0.0337,2.52053 -1.40349,3.87673 -0.77192,0.76426 -1.62954,1.38954 -1.90583,1.38954 -0.27629,0 -0.70048,0.47835 -0.94264,1.063 -0.24217,0.58464 -0.70202,1.06299 -1.02188,1.06299 -0.31987,0 -0.86993,0.38399 -1.22236,0.85326 -0.35243,0.46931 -1.10779,1.04673 -1.67858,1.28314 -0.89137,0.36921 -1.03781,0.62086 -1.03781,1.78331 0,0.74438 -0.15945,1.45198 -0.35433,1.57241 -0.20258,0.12519 -0.35433,1.94283 -0.35433,4.24389 0,4.26225 -0.15197,5.14588 -0.88497,5.14588 -0.25016,0 -0.55199,0.55807 -0.67076,1.24015 -0.11876,0.68209 -0.31374,1.80373 -0.43328,2.49247 -0.17401,1.00265 -0.068,1.38186 0.53149,1.9018 0.45129,0.3914 0.74885,1.07157 0.74885,1.7117 0,0.58426 0.3189,1.46764 0.70867,1.96317 0.38976,0.4955 0.70866,1.07508 0.70866,1.28792 0,0.21289 0.2541,0.38704 0.56466,0.38704 0.31057,0 0.64807,0.3189 0.74999,0.70866 0.10193,0.38976 0.37354,0.70866 0.60358,0.70866 0.23005,0 1.04105,0.6378 1.80224,1.41732 1.51333,1.54981 1.82032,1.63074 3.69531,0.97441 z " - }, - "cat33": { - "cat_id": 8, - "cat_slug": "conca-de-barbara", - "name": "Conca de Barberà", - "nx": 280, - "ny": 440, - "capital": "Montblanc", - "cx": 280, - "cy": 455, - "url": "https://work.catalunyamedieval.dev/mapa/conca-de-barbara", - "statistics": { - "castell": 36, - "epoca-carlina": 0, - "muralles": 1, - "torre": 1, - "casa-forta": 0, - "palau": 4, - "pont": 2, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 8, - "esglesia": 43, - "esglesia-fortificada": 0, - "monestir": 1, - "altres-llocs-dinteres": 8 - }, - "total": 104, - "info": "", - "path": "m 252.23283,695.3825 c 0.97043,-1.01002 1.65493,-1.41733 2.3819,-1.41733 1.59162,0 2.92712,-0.76705 2.9303,-1.68307 10e-4,-0.43848 0.16221,-0.79724 0.3571,-0.79724 0.19488,0 0.35433,-0.23917 0.35433,-0.5315 0,-0.29526 0.31496,-0.53149 0.70866,-0.53149 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19488 0.63779,-0.35433 1.41732,-0.35433 0.91406,0 1.41732,-0.16076 1.41732,-0.45277 0,-0.24899 0.3189,-0.72577 0.70867,-1.05952 0.38976,-0.33371 0.70866,-0.92721 0.70866,-1.31889 0,-0.39167 0.15945,-0.71213 0.35433,-0.71213 0.19488,0 0.35433,-0.47835 0.35433,-1.06299 0,-0.58465 0.15945,-1.06299 0.35433,-1.06299 0.19488,0 0.35433,-0.39863 0.35433,-0.88583 0,-0.48721 0.15945,-0.88583 0.35433,-0.88583 0.19488,0 0.35433,-0.37169 0.35433,-0.82594 0,-0.54294 0.33389,-0.99826 0.97441,-1.32874 1.21249,-0.62565 1.86024,-1.22376 1.86024,-1.71766 0,-0.2088 0.15945,-0.37963 0.35433,-0.37963 0.19488,0 0.35433,-0.39862 0.35433,-0.88582 0,-0.48721 0.15945,-0.88583 0.35433,-0.88583 0.19488,0 0.35433,-0.6378 0.35433,-1.41732 0,-1.13429 0.12876,-1.41733 0.64476,-1.41733 1.09157,0 2.18989,-1.61344 2.18989,-3.21696 0,-1.3893 0.6034,-2.45233 1.39201,-2.45233 0.2088,0 0.37964,-0.15945 0.37964,-0.35433 0,-0.19488 0.23782,-0.35433 0.52849,-0.35433 0.29068,0 0.72765,-0.3189 0.97106,-0.70866 0.26453,-0.42357 0.82631,-0.70866 1.39645,-0.70866 0.64269,0 1.02726,-0.2312 1.1788,-0.70866 0.12371,-0.38977 0.41815,-0.70866 0.65432,-0.70866 0.23617,0 0.65924,-0.3189 0.94017,-0.70867 0.28093,-0.38976 0.79447,-0.70866 1.14122,-0.70866 0.34674,0 0.63043,-0.14871 0.63043,-0.33045 0,-0.18173 0.29337,-0.42356 0.65193,-0.53737 0.35857,-0.11381 0.86386,-0.6029 1.12287,-1.08688 0.25902,-0.48398 0.69456,-0.87994 0.96787,-0.87994 0.78201,0 1.5093,-0.9269 1.5093,-1.92352 0,-1.75033 1.72633,-0.56658 1.77166,1.21486 0.0385,1.51423 0.78896,2.12598 2.60796,2.12598 0.9042,0 1.644,0.14446 1.644,0.32099 0,0.17656 0.39738,0.1367 0.88307,-0.0886 0.48568,-0.22525 0.8843,-0.60889 0.88582,-0.85249 10e-4,-0.2436 0.13782,-0.44291 0.30288,-0.44291 0.16506,0 0.64341,-0.29775 1.063,-0.66164 0.57595,-0.49954 0.76287,-1.06385 0.76287,-2.30315 l 0,-1.64151 1.93114,0 1.93113,0 0.10627,2.0374 0.10627,2.0374 1.32874,0.10999 c 0.76917,0.0636 1.32874,-0.0483 1.32874,-0.26575 0,-0.20665 0.33028,-0.37573 0.73397,-0.37573 0.79779,0 1.74634,-0.76986 1.74634,-1.41733 0,-0.58602 0.92036,-1.41732 1.56918,-1.41732 0.30624,0 0.55681,-0.15945 0.55681,-0.35433 0,-0.19488 0.88835,-0.35433 1.97412,-0.35433 2.14542,0 2.98651,-0.5017 2.98651,-1.78136 0,-0.97696 1.93579,-2.8046 3.24872,-3.0672 0.55178,-0.11037 1.00324,-0.34015 1.00324,-0.51069 0,-0.17051 0.3189,-0.31004 0.70867,-0.31004 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19489 0.31889,-0.35433 0.70866,-0.35433 0.48058,0 0.70866,-0.23624 0.70866,-0.73396 0,-1.02724 -0.62288,-1.53971 -2.5689,-2.11348 -0.92569,-0.27294 -1.68307,-0.70785 -1.68307,-0.96651 0,-0.6497 -1.61798,-2.20968 -2.29185,-2.20968 -0.30383,0 -0.82928,-0.13989 -1.16768,-0.31081 -0.94078,-0.4753 -3.07477,-1.10651 -3.74082,-1.10651 -0.32721,0 -0.59492,-0.15945 -0.59492,-0.35433 0,-0.19488 -0.2837,-0.35433 -0.63044,-0.35433 -0.34674,0 -0.86029,-0.3189 -1.14122,-0.70866 -0.28093,-0.38977 -0.79447,-0.70866 -1.14121,-0.70866 -0.46427,0 -0.63044,-0.28017 -0.63044,-1.063 0,-0.58464 -0.15945,-1.06299 -0.35433,-1.06299 -0.20473,0 -0.35433,-1.12206 -0.35433,-2.65748 l 0,-2.65748 1.94882,0 c 1.07185,0 1.94881,0.15945 1.94881,0.35433 0,0.62472 1.04187,0.37853 1.49956,-0.35433 0.29754,-0.47643 0.82631,-0.70866 1.61359,-0.70866 1.32081,0 3.03341,-1.41658 2.84628,-2.35431 -0.0621,-0.31135 -0.67104,-0.74612 -1.35313,-0.96616 -1.20732,-0.38941 -1.24297,-0.45393 -1.34642,-2.4374 -0.0841,-1.61192 0.004,-2.0374 0.41904,-2.0374 0.28891,0 0.62651,-0.3189 0.75022,-0.70867 0.12371,-0.38976 0.53307,-0.70866 0.9097,-0.70866 0.37663,0 0.68479,-0.15945 0.68479,-0.35433 0,-0.19488 0.31889,-0.35433 0.70866,-0.35433 1.24648,0 0.76705,-1.07114 -0.79725,-1.78118 -0.82824,-0.37598 -1.78494,-0.68709 -2.12598,-0.69134 -0.34104,-0.004 -0.62008,-0.16724 -0.62008,-0.36212 0,-0.19489 -0.47835,-0.35434 -1.06299,-0.35434 -0.58465,0 -1.06299,0.15945 -1.06299,0.35434 0,0.19488 -0.85991,0.35433 -1.91091,0.35433 -1.37172,0 -1.96846,0.14995 -2.11487,0.53149 -0.11217,0.29233 -0.44813,0.5315 -0.74657,0.5315 -0.7788,0 -0.66917,1.16964 0.16605,1.77165 0.38976,0.28092 0.70866,0.87421 0.70866,1.3184 0,0.57135 -0.20728,0.80759 -0.70866,0.80759 -0.47244,0 -0.70866,0.23623 -0.70866,0.70866 0,0.64566 -0.23623,0.70866 -2.65748,0.70866 -1.53544,0 -2.65748,-0.1496 -2.65748,-0.35433 0,-0.19488 -0.25493,-0.35433 -0.5665,-0.35433 -0.31158,0 -1.01335,-0.47835 -1.55949,-1.06299 -0.93482,-1.00074 -1.1507,-1.063 -3.68547,-1.063 -1.55876,0 -2.69248,-0.14921 -2.69248,-0.35433 0,-0.19686 -0.94488,-0.35433 -2.12599,-0.35433 -1.1811,0 -2.12598,-0.15746 -2.12598,-0.35433 0,-0.19488 -0.39862,-0.35433 -0.88583,-0.35433 -0.4872,0 -0.88582,0.13504 -0.88582,0.30012 0,1.16908 -2.45686,2.36948 -3.01181,1.47153 -0.12045,-0.19488 -0.75824,-0.35433 -1.41733,-0.35433 -0.65908,0 -1.29688,-0.15945 -1.41732,-0.35433 -0.12044,-0.19488 -1.07714,-0.35433 -2.12598,-0.35433 -1.04885,0 -2.00554,-0.15945 -2.12599,-0.35433 -0.12044,-0.19488 -0.57631,-0.35433 -1.01304,-0.35433 -0.43672,0 -0.97071,-0.17667 -1.18665,-0.3926 -0.37656,-0.37658 -1.64416,-0.31376 -4.79834,0.23779 -0.98496,0.17224 -1.32874,0.40568 -1.32874,0.90224 0,0.43366 -0.24989,0.66989 -0.70866,0.66989 -0.62992,0 -0.70866,0.23624 -0.70866,2.12599 0,1.88975 -0.0787,2.12598 -0.70866,2.12598 -0.38977,0 -0.70867,0.1806 -0.70867,0.40135 0,0.22075 -0.34329,0.6991 -0.76287,1.06299 -0.61233,0.53107 -1.34084,0.66165 -3.6915,0.66165 -1.61073,0 -3.18083,0.0968 -3.48909,0.21507 -0.4585,0.17593 -0.56047,0.84902 -0.56047,3.69957 0,1.94078 0.15697,3.58151 0.35433,3.70347 0.19488,0.12043 0.35433,0.4984 0.35433,0.83994 0,0.3415 0.3189,0.96321 0.70866,1.38157 1.02684,1.10218 0.90279,2.63353 -0.31933,3.94179 -0.82119,0.87909 -1.31534,1.10048 -2.45643,1.10048 -1.11726,0 -1.47745,0.15438 -1.65337,0.70866 -0.16008,0.50435 -0.53612,0.70866 -1.30438,0.70866 -1.09835,0 -3.83342,1.3106 -3.83342,1.83688 0,0.15903 -1.95325,0.28655 -4.34055,0.28343 -4.26996,-0.006 -4.35928,-0.0223 -5.49213,-1.02107 -0.63336,-0.55846 -1.15157,-1.19371 -1.15157,-1.41166 0,-0.21794 -0.23917,-0.39624 -0.5315,-0.39624 -0.29232,0 -0.53149,-0.28687 -0.53149,-0.63748 0,-0.89709 -1.87535,-1.48851 -4.72004,-1.48851 -1.3415,0 -2.36658,-0.15346 -2.36658,-0.35433 0,-0.19488 -0.23917,-0.35433 -0.53149,-0.35433 -0.39222,0 -0.5315,0.4101 -0.5315,1.56497 0,0.93019 -0.17965,1.63 -0.44291,1.72535 -0.35433,0.12833 -0.35433,0.31043 0,0.91056 0.2436,0.41258 0.44291,1.15093 0.44291,1.64076 0,0.56618 0.19901,0.89064 0.54631,0.89064 0.30047,0 0.88861,0.3189 1.30697,0.70867 0.41837,0.38976 0.99708,0.70866 1.28603,0.70866 1.06634,0 1.82132,1.12436 1.82132,2.7124 0,0.84674 -0.15945,1.53957 -0.35433,1.53957 -0.19488,0 -0.35433,0.31889 -0.35433,0.70866 0,0.38976 -0.15945,0.70866 -0.35433,0.70866 -0.19488,0 -0.35433,0.24644 -0.35433,0.54762 0,0.30118 -0.40138,0.94897 -0.89195,1.43954 -0.49057,0.49057 -1.38904,1.87848 -1.99661,3.08427 -1.13764,2.25779 -2.95182,4.27712 -4.19792,4.67263 -0.38984,0.12373 -0.7088,0.3629 -0.7088,0.53153 0,0.16863 -0.27903,0.39859 -0.62008,0.51101 -0.34104,0.11247 -1.15989,0.68128 -1.81967,1.26404 -0.81259,0.71777 -1.57483,1.05959 -2.36275,1.05959 -1.61522,0 -2.28411,0.31841 -2.28411,1.08723 0,0.4668 -0.4105,0.76766 -1.41732,1.03876 -1.24857,0.33619 -1.41733,0.50659 -1.41733,1.43096 0,0.57714 -0.13434,1.04935 -0.29853,1.04935 -0.1642,0 -0.59908,0.55807 -0.9664,1.24016 -0.36733,0.68209 -0.84639,1.24016 -1.06458,1.24016 -0.78078,0 -1.92246,1.33983 -1.92246,2.25613 0,0.51307 -0.15944,0.93285 -0.35433,0.93285 -0.19488,0 -0.35433,0.57922 -0.35433,1.28717 0,1.60381 -1.05115,2.61046 -2.72581,2.61046 -0.66003,0 -1.82515,0.3189 -2.58915,0.70866 -0.764,0.38977 -1.63461,0.70867 -1.9347,0.70867 -0.30009,0 -0.54561,0.22213 -0.54561,0.49358 0,0.6835 -0.79564,0.92374 -3.05931,0.92374 l -1.93836,0 0.1071,1.86023 c 0.0956,1.66036 0.19895,1.87321 0.96183,1.981 1.01613,0.14357 1.80275,0.85287 1.80275,1.6256 0,0.38242 0.33286,0.55679 1.06299,0.55679 0.58465,0 1.063,0.15945 1.063,0.35433 0,0.19488 0.39862,0.35433 0.88582,0.35433 0.5024,0 0.88583,-0.20469 0.88583,-0.47289 0,-0.36857 0.62532,-0.43671 2.83465,-0.3088 2.70686,0.15669 2.83464,0.13008 2.83464,-0.5901 0,-0.46141 0.22458,-0.75419 0.57852,-0.75419 0.65182,0 1.7729,-1.16168 2.09232,-2.16808 0.11636,-0.36663 0.36027,-0.66657 0.54202,-0.66657 0.18174,0 0.33045,-0.23917 0.33045,-0.53149 0,-0.29233 0.15945,-0.5315 0.35433,-0.5315 0.19488,0 0.35433,-0.21476 0.35433,-0.47728 0,-0.26249 0.29774,-0.82056 0.66164,-1.24016 0.53109,-0.61236 1.05545,-0.76287 2.65748,-0.76287 l 1.99584,0 0.005,3.27755 c 0.003,1.80266 0.12257,3.11726 0.26575,2.92135 0.74962,-1.02578 7.52411,-1.82165 7.52411,-0.88394 0,0.19488 0.31889,0.35433 0.70866,0.35433 0.47244,0 0.70866,0.23623 0.70866,0.70866 0,0.55119 0.23622,0.70866 1.06299,0.70866 0.58465,0 1.06299,0.14527 1.06299,0.32287 0,0.17755 0.91683,0.41219 2.03741,0.52139 4.41519,0.43023 5.75787,0.65445 5.75787,0.96159 0,0.17606 0.3189,0.32013 0.70866,0.32013 0.61417,0 0.70866,0.23624 0.70866,1.77166 l 0,1.77165 7.46873,0 7.46872,0 1.36176,-1.41732 z " - }, - "cat34": { - "cat_id": 29, - "cat_slug": "barcelones", - "name": "Barcelonès", - "nx": 520, - "ny": 470, - "capital": "Barcelona", - "cx": 520, - "cy": 485, - "url": "https://work.catalunyamedieval.dev/mapa/barcelones", - "statistics": { - "castell": 2, - "epoca-carlina": 0, - "muralles": 1, - "torre": 6, - "casa-forta": 0, - "palau": 0, - "pont": 0, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 0, - "esglesia": 0, - "esglesia-fortificada": 0, - "monestir": 0, - "altres-llocs-dinteres": 0 - }, - "total": 9, - "info": "", - "path": "m 469.53423,696.82271 c 0.1037,-0.3965 -0.028,-0.7655 -0.313,-0.8747 -0.6125,-0.23503 -0.65331,-1.27828 -0.049,-1.26291 0.2436,0.006 0.7524,0.24538 1.1307,0.5315 0.9634,0.72868 1.261,0.65133 1.261,-0.32769 0,-0.46637 0.2388,-0.93954 0.5307,-1.05154 1.012,-0.38835 2.509,-4.30558 2.9041,-7.59919 0.1164,-0.96998 0.4278,-1.679 0.8545,-1.94545 0.3693,-0.2306 0.6714,-0.7441 0.6714,-1.14113 0,-0.39702 0.3189,-0.99489 0.7086,-1.32863 0.3898,-0.33371 0.7087,-0.92721 0.7087,-1.31889 0,-0.39168 0.1594,-0.71213 0.3543,-0.71213 0.1949,0 0.3544,-0.39863 0.3544,-0.88583 0,-0.4872 0.1594,-0.88583 0.3543,-0.88583 0.1949,0 0.3543,-0.23917 0.3543,-0.53149 0,-0.29233 0.1595,-0.5315 0.3543,-0.5315 0.1949,0 0.3544,-0.3189 0.3544,-0.70866 0,-0.47243 0.2362,-0.70866 0.7086,-0.70866 0.4725,0 0.7087,-0.23623 0.7087,-0.70866 0,-0.38977 0.1594,-0.70866 0.3543,-0.70866 0.1949,0 0.3544,-0.46726 0.3544,-1.03834 0,-0.79083 0.1814,-1.06536 0.761,-1.15157 0.4186,-0.0623 0.9368,-0.42991 1.1516,-0.81691 0.4237,-0.76344 1.1442,-1.48128 2.3063,-2.2978 0.4079,-0.28662 0.7417,-0.80483 0.7417,-1.15157 0,-0.3942 0.2655,-0.63043 0.7086,-0.63043 0.5512,0 0.7087,-0.23623 0.7087,-1.06299 0,-0.82676 0.1575,-1.06299 0.7087,-1.06299 0.3897,0 0.7086,-0.21129 0.7086,-0.46949 0,-0.25824 0.2791,-0.74144 0.6201,-1.0738 1.0904,-1.06253 2.3142,-2.00002 2.6109,-2.00002 0.1583,0 0.7773,-0.47835 1.3753,-1.06299 0.5981,-0.58465 1.3104,-1.06299 1.5829,-1.06299 0.2724,0 0.5966,-0.3189 0.7203,-0.70867 0.1237,-0.38976 0.355,-0.70866 0.514,-0.70866 0.1591,0 0.3654,-0.39862 0.4585,-0.88582 0.093,-0.48721 0.024,-0.88583 -0.1526,-0.88583 -0.553,0 -3.3878,-2.99346 -3.529,-3.72653 -0.074,-0.38346 -0.5708,-0.90645 -1.1043,-1.16217 -0.5335,-0.25572 -0.9701,-0.69541 -0.9701,-0.9771 0,-0.37836 -0.4628,-0.51215 -1.7716,-0.51215 -1.5355,0 -1.7717,-0.0945 -1.7717,-0.70866 0,-0.63599 -0.2362,-0.70867 -2.3031,-0.70867 l -2.3032,0 0,2.12599 0,2.12598 -1.6198,0 c -1.6721,0 -2.6322,0.57235 -2.6322,1.56919 0,0.30625 -0.2952,0.5568 -0.6561,0.5568 -0.776,0 -2.8872,1.91774 -2.8872,2.62265 0,0.71011 -0.8103,0.92065 -3.5433,0.92065 -3.2615,0 -3.5433,0.14386 -3.5433,1.80957 0,0.75866 -0.1594,1.37941 -0.3543,1.37941 -0.19489,0 -0.35433,0.25494 -0.35433,0.5665 0,0.31157 -0.49522,1.02909 -1.10048,1.59449 l -1.10045,1.02799 -6.69483,0 c -4.22699,0 -6.6948,0.1306 -6.6948,0.35433 0,0.19488 -0.71752,0.35433 -1.59448,0.35433 -0.87697,0 -1.59449,0.15945 -1.59449,0.35433 0,0.19488 -0.23918,0.35433 -0.5315,0.35433 -0.35709,0 -0.53149,0.35713 -0.53149,1.08829 0,1.18208 0.68619,2.10069 1.56919,2.10069 0.30624,0 0.55679,0.26146 0.55679,0.58103 0,0.31953 0.27904,0.79281 0.62008,1.05172 0.72599,0.55109 2.92323,0.65551 2.92323,0.1389 0,-0.19488 0.23917,-0.35433 0.53149,-0.35433 0.29233,0 0.5315,-0.15945 0.5315,-0.35433 0,-0.19488 0.87697,-0.35433 1.94882,-0.35433 l 1.94882,0 0,4.39164 c 0,4.39055 -2.9e-4,4.39197 -1.06299,5.52962 -1.05566,1.1301 -1.38763,2.12598 -0.70867,2.12598 0.19489,0 0.35433,0.6378 0.35433,1.41732 0,0.77953 0.15945,1.41733 0.35434,1.41733 0.39415,0 0.47076,1.05597 0.13925,1.91983 -0.11828,0.30827 -0.49986,0.56048 -0.84792,0.56048 -0.79348,0 -1.06299,0.68751 -1.06299,2.71177 0,1.55398 0.57395,2.60319 1.42406,2.60319 0.22641,0 1.15462,0.76723 2.0627,1.70497 1.22588,1.26592 2.10727,1.82682 3.42269,2.17821 0.97441,0.26029 1.92313,0.6092 2.10827,0.77535 0.18514,0.16615 1.16309,0.3021 2.17325,0.3021 1.51821,0 1.86771,-0.11888 2.01591,-0.68577 z " - }, - "cat35": { - "cat_id": 43, - "cat_slug": "priorat", - "name": "Priorat", - "nx": 180, - "ny": 500, - "capital": "Falset", - "cx": 180, - "cy": 515, - "url": "https://work.catalunyamedieval.dev/mapa/priorat", - "statistics": { - "castell": 5, - "epoca-carlina": 0, - "muralles": 1, - "torre": 0, - "casa-forta": 0, - "palau": 0, - "pont": 0, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 0, - "esglesia": 0, - "esglesia-fortificada": 0, - "monestir": 0, - "altres-llocs-dinteres": 0 - }, - "total": 6, - "info": "", - "path": "m 171.79976,760.80906 c 0,-1.62354 0.15288,-2.05622 1.063,-3.00859 0.58464,-0.61178 1.06299,-1.37104 1.06299,-1.68725 0,-0.58557 0.78867,-0.57256 2.74606,0.0452 0.72453,0.22868 0.79725,0.13666 0.79725,-1.00896 0,-0.69328 -0.15945,-1.3591 -0.35434,-1.47954 -0.19488,-0.12044 -0.35433,-0.59878 -0.35433,-1.06299 0,-0.46421 -0.15945,-0.94256 -0.35433,-1.063 -0.19488,-0.12043 -0.35433,-0.52848 -0.35433,-0.90673 0,-1.07217 1.54067,-0.86425 2.78013,0.37524 1.5141,1.51409 2.1805,1.40581 2.1805,-0.35433 l 0,-1.41733 1.57061,0 c 1.22954,0 1.61682,0.1456 1.78339,0.6704 0.11703,0.36871 0.48653,0.76744 0.82112,0.88607 0.33459,0.1186 0.80766,0.30855 1.05126,0.42212 0.27867,0.1299 0.44291,-0.0673 0.44291,-0.53175 0,-0.40599 0.29592,-1.03408 0.6576,-1.39578 0.87157,-0.87158 1.1729,-2.11694 1.36265,-5.63176 0.0868,-1.60778 0.30554,-2.92323 0.4861,-2.92323 0.18056,0 0.3283,-0.47835 0.3283,-1.06299 0,-0.58465 0.15945,-1.063 0.35433,-1.063 0.19488,0 0.35433,-0.46506 0.35433,-1.03347 0,-0.56838 0.19931,-1.11388 0.44291,-1.21217 0.24361,-0.0983 0.006,-0.1913 -0.52744,-0.20671 -0.5337,-0.0152 -1.29463,-0.307 -1.69096,-0.64804 -0.39634,-0.34104 -1.07582,-0.70639 -1.50996,-0.81188 -0.69541,-0.16901 -0.80191,-0.45365 -0.89484,-2.39173 l -0.10549,-2.19993 4.97753,0 4.97754,0 0,-1.063 c 0,-0.58464 0.15945,-1.06299 0.35433,-1.06299 0.45118,0 0.47662,-6.46469 0.0273,-6.92716 -0.17989,-0.18514 -0.3792,-0.81496 -0.44292,-1.39961 -0.0939,-0.86116 -0.30085,-1.08429 -1.09026,-1.1751 -0.73225,-0.0843 -0.9744,-0.30497 -0.9744,-0.88813 0,-0.90939 1.91622,-1.65724 4.24638,-1.65724 0.7826,0 1.42291,-0.15945 1.42291,-0.35433 0,-0.19687 0.94488,-0.35433 2.12598,-0.35433 1.1811,0 2.12599,-0.15747 2.12599,-0.35433 0,-0.19489 0.31889,-0.35433 0.70866,-0.35433 0.51511,0 0.70866,-0.23624 0.70866,-0.86493 0,-0.47568 0.15945,-0.96346 0.35433,-1.08389 0.19488,-0.12044 0.35433,-0.84739 0.35433,-1.6154 0,-0.76804 0.15945,-1.39641 0.35433,-1.39641 0.21732,0 0.35433,-1.71259 0.35433,-4.42914 0,-4.79051 -0.15722,-5.12068 -1.77165,-3.72047 -0.46669,0.40475 -1.32568,0.70866 -2.00304,0.70866 l -1.18594,0 0,-2.65748 c 0,-1.53542 0.14961,-2.65748 0.35433,-2.65748 0.5116,0 0.43602,-1.39323 -0.10228,-1.88553 -0.93871,-0.85851 -2.05118,-1.30345 -3.25905,-1.30345 -0.68473,0 -1.24497,-0.15944 -1.24497,-0.35433 0,-0.19488 -0.47834,-0.35433 -1.06299,-0.35433 -0.73014,0 -1.06299,-0.17436 -1.06299,-0.55679 0,-0.71104 -0.85134,-1.56919 -1.55671,-1.56919 -0.7668,0 -1.27794,-1.12443 -1.27794,-2.81137 l 0,-1.4406 -4.01988,0 c -4.61276,0 -4.93689,-0.19506 -6.03529,-3.63189 -0.11987,-0.37506 -0.5526,-0.62008 -1.09513,-0.62008 -0.66072,0 -0.89694,-0.18662 -0.89694,-0.70866 0,-0.38976 -0.21478,-0.70866 -0.47728,-0.70866 -0.2625,0 -0.84497,0.3189 -1.29437,0.70866 -0.44941,0.38976 -0.92775,0.70866 -1.063,0.70866 -0.13524,0 -0.58919,0.29775 -1.00877,0.66164 -0.67094,0.58192 -0.76288,1.03029 -0.76288,3.72048 0,1.80301 -0.14547,3.05883 -0.35433,3.05883 -0.19488,0 -0.35433,0.30185 -0.35433,0.67074 0,0.36893 -0.25221,0.76756 -0.56048,0.88583 -0.9256,0.35518 -4.7545,0.24304 -4.7545,-0.13925 0,-0.19488 -0.44315,-0.35433 -0.98477,-0.35433 -0.57829,0 -1.1956,-0.2925 -1.49555,-0.70866 -0.44687,-0.62001 -0.91725,-0.70866 -3.75992,-0.70866 l -3.24916,0 -0.2407,1.32874 c -0.13238,0.7308 -0.32462,2.36515 -0.42718,3.63189 -0.10256,1.26673 -0.37046,2.42029 -0.59531,2.56347 -0.22486,0.14319 -1.08107,0.26277 -1.90271,0.26575 -0.82164,0.004 -2.05737,0.27411 -2.74606,0.60254 -0.99536,0.47466 -1.25218,0.80167 -1.25218,1.59449 0,0.54854 -0.15945,0.99737 -0.35433,0.99737 -0.19489,0 -0.35434,0.30185 -0.35434,0.67075 0,0.6987 -0.65174,1.1009 -1.78395,1.1009 -1.28735,0 -2.46801,0.78998 -2.46801,1.65136 0,0.45592 -0.15945,0.82896 -0.35433,0.82896 -0.19489,0 -0.35433,0.63779 -0.35433,1.41732 0,0.77953 -0.15945,1.41732 -0.35434,1.41732 -0.20065,0 -0.35433,1.02069 -0.35433,2.35336 0,2.15132 -0.091,2.44035 -1.05976,3.36614 -0.58287,0.55704 -1.24183,1.01278 -1.46435,1.01278 -0.30006,0 -1.75951,1.32187 -1.72252,1.56012 0.003,0.0188 0.22626,0.67217 0.49628,1.4517 0.35913,1.03677 0.71447,1.44896 1.32341,1.53517 0.90189,0.1277 2.42694,1.64686 2.42694,2.41756 0,0.26203 0.15945,0.4764 0.35433,0.4764 0.53292,0 0.42659,1.24175 -0.22295,2.60387 -0.41764,0.8758 -0.95657,1.33572 -1.94882,1.66319 -0.75434,0.24899 -1.37153,0.5866 -1.37153,0.7503 0,0.16366 -0.54581,0.2976 -1.21291,0.2976 -0.87522,0 -1.50883,0.29594 -2.27589,1.06299 -0.58464,0.58465 -1.2347,1.06299 -1.44458,1.06299 -0.2263,0 -0.38158,0.79303 -0.38158,1.94882 0,1.92912 0.0107,1.94882 1.06299,1.94882 0.9756,0 1.06299,0.10046 1.06299,1.22191 0,1.26004 1.0112,2.691 2.21457,3.13392 0.34104,0.12553 0.62008,0.47242 0.62008,0.77084 0,0.29845 0.15945,0.54262 0.35433,0.54262 0.19488,0 0.35433,0.23918 0.35433,0.5315 0,0.29232 0.3189,0.85039 0.70866,1.24016 0.38976,0.38976 0.70866,1.17758 0.70866,1.75075 0,0.57313 0.15945,1.14062 0.35433,1.26106 0.19488,0.12044 0.35433,0.91407 0.35433,1.76357 0,1.73162 0.26723,2.66556 0.76268,2.66556 0.18289,0 0.7239,0.39136 1.20225,0.86971 0.71674,0.71677 0.86972,1.21946 0.86972,2.85796 0,2.3614 0.449,3.35661 1.51837,3.36539 0.43163,0.004 1.48643,0.48189 2.344,1.063 0.85758,0.5811 1.89866,1.05654 2.31351,1.05654 0.41486,0 0.98414,0.3189 1.26506,0.70866 0.28093,0.38977 0.79448,0.70866 1.14122,0.70866 0.34674,0 0.63044,0.15945 0.63044,0.35433 0,0.19489 0.55807,0.35433 1.24015,0.35433 1.00394,0 1.24016,-0.135 1.24016,-0.70866 0,-0.55484 0.23622,-0.70866 1.0883,-0.70866 1.14197,0 2.10068,0.68046 2.10068,1.49095 0,0.26324 0.3189,0.70845 0.70866,0.98937 0.38976,0.28091 0.70866,0.72148 0.70866,0.97901 0,1.13326 0.87308,1.4743 3.80906,1.48784 l 2.92322,0.0135 0,-1.89627 z " - }, - "cat36": { - "cat_id": 44, - "cat_slug": "ribera-debre", - "name": "Ribera d'Ebre", - "nx": 160, - "ny": 540, - "capital": "Móra d'Ebre", - "cx": 150, - "cy": 555, - "url": "https://work.catalunyamedieval.dev/mapa/ribera-debre", - "statistics": { - "castell": 7, - "epoca-carlina": 1, - "muralles": 0, - "torre": 2, - "casa-forta": 0, - "palau": 0, - "pont": 0, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 0, - "esglesia": 0, - "esglesia-fortificada": 0, - "monestir": 0, - "altres-llocs-dinteres": 0 - }, - "total": 10, - "info": "", - "path": "m 126.64032,805.60922 c 0.18513,-0.17848 1.2933,-0.40054 2.46259,-0.49351 3.1391,-0.24952 4.15776,-0.59202 5.1006,-1.71475 0.46675,-0.55584 1.14441,-1.01059 1.50591,-1.01059 0.3615,0 0.65727,-0.15945 0.65727,-0.35433 0,-0.54801 5.30829,-0.45999 5.34294,0.0886 0.0224,0.35433 0.0637,0.35433 0.20669,0 0.12043,-0.29845 1.03585,-0.44291 2.80667,-0.44291 2.39173,0 2.62796,0.0637 2.62796,0.70866 0,0.53869 0.23622,0.70866 0.98477,0.70866 0.57829,0 1.1956,0.2925 1.49554,0.70866 0.28093,0.38977 0.79447,0.70866 1.14121,0.70866 0.34675,0 0.63044,0.15945 0.63044,0.35434 0,0.19488 0.87697,0.35433 1.94882,0.35433 1.07185,0 1.94882,-0.15945 1.94882,-0.35433 0,-0.22469 3.01445,-0.37198 8.23819,-0.4026 4.531,-0.0266 7.88697,-0.11636 7.4577,-0.19959 -0.42927,-0.0833 -0.8785,-0.46017 -0.99829,-0.8376 -0.11979,-0.3774 -0.44622,-0.6862 -0.72541,-0.6862 -0.27919,0 -0.50762,-0.15945 -0.50762,-0.35433 0,-0.19488 -0.3189,-0.35433 -0.70866,-0.35433 -0.47244,0 -0.70866,-0.23623 -0.70866,-0.70866 0,-0.38977 -0.15945,-0.70866 -0.35434,-0.70866 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.47243 -0.23622,-0.70867 -0.70866,-0.70867 -0.61417,0 -0.70866,-0.23623 -0.70866,-1.77165 0,-0.97441 -0.15945,-1.77165 -0.35433,-1.77165 -0.19488,0 -0.35433,-0.44398 -0.35433,-0.9866 0,-0.95524 -0.98469,-1.84327 -2.92055,-2.63388 -0.52938,-0.21618 -0.62276,-0.73418 -0.62276,-3.45473 0,-1.89737 0.14426,-3.20038 0.35433,-3.20038 0.19489,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.47243 0.23623,-0.70867 0.70867,-0.70867 0.44313,0 0.70866,-0.23623 0.70866,-0.63042 0,-0.34675 0.31889,-0.86032 0.70866,-1.14123 0.38976,-0.28091 0.70866,-0.7627 0.70866,-1.07057 0,-0.72982 0.80966,-2.46643 1.15157,-2.46997 0.14617,0 0.26575,-0.28623 0.26575,-0.6327 0,-0.34642 0.3189,-0.90294 0.70866,-1.23668 0.38977,-0.33371 0.70867,-0.92721 0.70867,-1.31889 0,-0.39168 0.15944,-0.71213 0.35433,-0.71213 0.19488,0 0.35433,-0.79725 0.35433,-1.77166 l 0,-1.77165 5.66929,0 c 4.80315,0 5.66929,-0.0812 5.66929,-0.5315 0,-0.29232 0.15945,-0.53149 0.35433,-0.53149 0.19488,0 0.35433,-0.46892 0.35433,-1.04209 0,-0.57313 0.15945,-1.14063 0.35433,-1.26106 0.19488,-0.12044 0.35433,-0.84739 0.35433,-1.6154 0,-0.76804 0.15945,-1.39641 0.35433,-1.39641 0.19488,0 0.35433,-0.64039 0.35433,-1.42307 0,-1.29897 -0.11585,-1.4766 -1.32874,-2.0374 -0.7308,-0.33789 -1.40846,-0.70568 -1.5059,-0.81733 -0.0974,-0.11169 -0.4562,-0.30597 -0.79725,-0.43183 -0.42886,-0.1582 -0.62007,-0.61118 -0.62007,-1.46891 0,-0.93355 -0.1261,-1.19179 -0.50998,-1.04446 -0.28049,0.10761 -0.798,0.0344 -1.15003,-0.1625 -0.51924,-0.29058 -0.85774,-0.12058 -1.79318,0.90071 -0.99598,1.08734 -1.15311,1.51321 -1.15311,3.12527 0,1.37502 -0.14756,1.92299 -0.56048,2.08144 -0.30826,0.11832 -2.07359,0.21508 -3.92295,0.21508 -3.40376,0 -4.37484,-0.33094 -4.37484,-1.49095 0,-0.26323 -0.3189,-0.70845 -0.70866,-0.98936 -0.38977,-0.28091 -0.70866,-0.72613 -0.70866,-0.98936 0,-0.26324 -0.23918,-0.71777 -0.5315,-1.01009 -0.46097,-0.46095 -0.5315,-0.46262 -0.5315,-0.0124 0,0.28538 -0.25221,0.61569 -0.56047,0.73397 -0.91677,0.35163 -4.04583,0.24392 -4.04583,-0.13943 0,-0.19489 -0.31889,-0.35433 -0.70866,-0.35433 -0.47244,0 -0.70866,-0.23624 -0.70866,-0.70867 0,-0.52731 -0.23622,-0.70866 -0.92302,-0.70866 -0.50766,0 -1.6318,-0.47834 -2.49808,-1.06299 -0.86628,-0.58465 -1.94735,-1.06299 -2.40237,-1.06299 -1.18847,0 -1.9718,-1.40737 -1.9718,-3.54267 0,-1.57865 -0.14943,-1.94535 -1.23511,-3.03102 -1.22808,-1.22807 -1.38776,-1.60423 -1.75946,-4.14482 -0.50411,-3.44547 -0.64996,-3.90185 -1.30139,-4.07221 -0.4223,-0.11045 -0.66467,-0.491 -0.66467,-1.04365 0,-0.89217 -0.72562,-1.88217 -1.37955,-1.88217 -0.20195,0 -0.53784,-0.31889 -0.74644,-0.70866 -0.20859,-0.38976 -0.61282,-0.70866 -0.89829,-0.70866 -0.36932,0 -0.51903,-0.40883 -0.51903,-1.41732 0,-1.33859 -0.0591,-1.41733 -1.06299,-1.41733 l -1.063,0 0,-3.01181 c 0,-2.88269 0.0342,-3.01245 0.79725,-3.0268 0.43848,-0.008 1.18838,-0.4866 1.66645,-1.06299 0.68382,-0.82449 1.15614,-1.048 2.21456,-1.048 0.73995,0 1.34537,-0.12969 1.34537,-0.28821 0,-0.1585 0.55807,-0.50716 1.24015,-0.77478 0.7825,-0.30703 1.24016,-0.72372 1.24016,-1.12911 0,-0.35341 0.15945,-0.64255 0.35433,-0.64255 0.19488,0 0.35433,-0.23917 0.35433,-0.53149 0,-0.29233 -0.15945,-0.5315 -0.35433,-0.5315 -0.19488,0 -0.35433,-0.2278 -0.35433,-0.5062 0,-0.78477 -1.02157,-1.61978 -1.98172,-1.61978 -0.61752,0 -0.97921,-0.28127 -1.25298,-0.97441 -0.21167,-0.53593 -0.52715,-1.25129 -0.70106,-1.58967 -0.55973,-1.08914 -0.3387,-2.40626 0.55352,-3.2985 0.47834,-0.47835 1.11614,-0.86971 1.41732,-0.86971 0.30118,0 0.5476,-0.15945 0.5476,-0.35433 0,-0.19488 0.22211,-0.35433 0.49358,-0.35433 0.69416,0 0.92374,-0.79979 0.92374,-3.21796 0,-1.16178 0.15803,-2.097 0.35433,-2.097 0.19488,0 0.35433,-0.71752 0.35433,-1.59449 0,-0.87697 0.15945,-1.59449 0.35433,-1.59449 0.19489,0 0.35433,-0.47834 0.35433,-1.06299 0,-0.82676 0.15748,-1.06299 0.70867,-1.06299 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19488 0.63779,-0.35433 1.41732,-0.35433 1.1811,0 1.41732,-0.1181 1.41732,-0.70866 0,-0.38977 0.15945,-0.70866 0.35433,-0.70866 0.19489,0 0.35433,-0.41 0.35433,-0.91113 0,-1.02529 0.73276,-1.92352 1.56918,-1.92352 0.30625,0 0.55681,-0.15945 0.55681,-0.35433 0,-0.19726 0.95237,-0.35433 2.14843,-0.35433 l 2.14844,0 -0.11104,-1.15158 -0.11103,-1.15157 -4.86663,-0.0985 c -4.3088,-0.0873 -5.0281,-0.0163 -6.27525,0.62008 -0.86895,0.4433 -2.09954,0.71862 -3.21199,0.71862 -1.74903,0 -3.5266,0.64481 -4.52222,1.64044 -0.26705,0.26706 -0.60921,0.48554 -0.76036,0.48554 -0.15114,0 -0.64249,0.3189 -1.09189,0.70866 -0.44941,0.38977 -1.03188,0.70866 -1.29438,0.70866 -0.2625,0 -0.47728,0.15945 -0.47728,0.35433 0,0.19489 -0.37422,0.35434 -0.83161,0.35434 -0.45738,0 -1.1993,0.31889 -1.6487,0.70866 -0.4494,0.38976 -1.10219,0.70866 -1.45063,0.70866 -0.34844,0 -0.73208,0.15945 -0.85252,0.35433 -0.12045,0.19488 -0.89582,0.35433 -1.72306,0.35433 -1.26411,0 -1.69888,-0.20332 -2.72515,-1.27449 -0.6716,-0.70097 -1.57984,-1.41453 -2.01833,-1.5857 -0.43848,-0.17118 -0.79724,-0.55435 -0.79724,-0.8515 0,-0.29717 -0.24418,-0.54028 -0.54262,-0.54028 -0.29844,0 -0.64328,-0.27903 -0.76632,-0.62008 -0.12304,-0.34104 -0.51665,-1.04332 -0.87471,-1.56061 -0.35805,-0.51729 -0.651,-1.3544 -0.651,-1.86024 0,-0.50584 -0.15945,-0.9197 -0.35433,-0.9197 -0.19488,0 -0.35433,0.15945 -0.35433,0.35433 0,0.90248 -1.87505,0.27748 -3.18898,-1.06299 -1.39913,-1.42739 -2.83464,-1.876 -2.83464,-0.88583 0,0.29233 -0.15945,0.5315 -0.35433,0.5315 -0.19488,0 -0.35433,0.3189 -0.35433,0.70866 0,0.38976 -0.15945,0.70866 -0.35433,0.70866 -0.19489,0 -0.35433,0.28371 -0.35433,0.63043 0,0.34675 -0.3189,0.86031 -0.70867,1.14123 -0.38976,0.28091 -0.70866,0.88993 -0.70866,1.35336 0,0.48575 -0.46609,1.27804 -1.10046,1.87062 -1.03345,0.96537 -1.28159,1.02798 -4.07481,1.02798 -1.74667,0 -2.97433,-0.14626 -2.97433,-0.35433 0,-0.19488 -0.3189,-0.35433 -0.70866,-0.35433 -0.47244,0 -0.70867,-0.23623 -0.70867,-0.70866 0,-0.38976 -0.15944,-0.70866 -0.35433,-0.70866 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.47243 -0.23622,-0.70866 -0.70866,-0.70866 -0.472441,0 -0.708661,-0.23624 -0.708661,-0.70866 0,-0.38977 -0.15945,-0.70867 -0.35433,-0.70867 -0.19488,0 -0.35433,-0.47834 -0.35433,-1.06299 0,-0.58464 -0.15945,-1.06299 -0.35433,-1.06299 -0.19488,0 -0.35433,-0.6378 -0.35433,-1.41732 0,-1.12249 -0.13115,-1.41733 -0.63044,-1.41733 -0.34675,0 -0.86029,-0.31889 -1.14122,-0.70866 -0.93815,-1.30163 -2.55545,-0.93458 -4.58268,1.04 -1.79386,1.74727 -1.79527,1.75046 -1.79527,4.05092 0,1.99109 -0.0958,2.33267 -0.70866,2.52719 -0.64683,0.2053 -0.70866,0.53611 -0.70866,3.79138 0,4.45982 -0.33187,4.88973 -3.77469,4.88973 -1.26307,0 -2.24894,-0.15534 -2.24894,-0.35434 0,-0.19488 -0.56023,-0.35433 -1.24496,-0.35433 -0.68473,0 -1.60156,-0.18435 -2.0374,-0.40964 -1.58654,-0.82017 -2.0298,-1.00768 -2.38212,-1.00768 -0.22335,0 -0.35914,1.66365 -0.35914,4.40015 0,4.68425 -0.14002,5.52111 -0.92373,5.52111 -0.27147,0 -0.49359,0.24552 -0.49359,0.5456 0,0.30008 -0.29755,1.13719 -0.66121,1.86024 -0.36367,0.72304 -0.87216,2.15174 -1.12998,3.17487 -0.25782,1.02313 -0.59807,1.86024 -0.75611,1.86024 -0.15804,0 -0.28735,0.48972 -0.28735,1.08829 0,1.00336 0.0448,1.0435 0.57421,0.5141 0.31581,-0.31582 1.03665,-0.66668 1.60186,-0.77974 0.56521,-0.11304 1.11347,-0.34438 1.21836,-0.5141 0.10489,-0.16969 0.57992,-0.30855 1.05562,-0.30855 0.4757,0 0.86491,-0.15945 0.86491,-0.35434 0,-0.19488 0.31269,-0.35433 0.69486,-0.35433 0.38218,0 0.98011,-0.30252 1.32874,-0.67227 0.64831,-0.68758 2.05034,-0.94688 7.14184,-1.32087 1.65349,-0.12143 2.751,-0.0511 2.9941,0.19205 0.21107,0.21107 0.67078,0.38377 1.02157,0.38377 0.35078,0 0.63779,0.15945 0.63779,0.35433 0,0.19488 0.3189,0.35433 0.70866,0.35433 0.47244,0 0.70866,0.23624 0.70866,0.70866 0,0.38977 0.15945,0.70867 0.35434,0.70867 0.19488,0 0.35433,0.79724 0.35433,1.77165 l 0,1.77165 4.25197,0 c 4.015741,0 4.251961,0.0394 4.251961,0.70866 0,0.38977 0.16832,0.70867 0.37403,0.70867 0.2534,0 0.31054,1.4856 0.17717,4.60629 -0.10827,2.53347 -0.28545,6.67914 -0.39373,9.2126 -0.19024,4.45146 -0.17278,4.6063 0.51948,4.6063 1.5624,0 3.14005,1.12642 3.79205,2.70748 0.40635,0.98536 0.8596,1.54449 1.25203,1.54449 0.33831,0 0.71365,0.15945 0.83409,0.35433 0.12045,0.19488 0.79496,0.35433 1.49892,0.35433 1.88035,0 2.57589,0.80695 2.57589,2.9885 0,1.40921 -0.15865,1.93004 -0.70867,2.32646 -0.38976,0.28092 -0.70866,0.88144 -0.70866,1.33448 0,0.45305 -0.3979,1.22163 -0.88423,1.70795 -0.99896,0.99896 -1.74037,2.3428 -2.0846,3.77844 -0.1574,0.65643 -0.4627,0.97441 -0.93555,0.97441 -0.38606,0 -0.70192,0.15945 -0.70192,0.35433 0,0.19488 -0.22843,0.35433 -0.50761,0.35433 -0.2792,0 -0.60884,0.3189 -0.73254,0.70866 -0.12371,0.38976 -0.46234,0.70866 -0.75252,0.70866 -0.62335,0 -2.61363,2.08379 -2.61363,2.73646 0,0.32436 0.7075,0.45252 2.49792,0.45252 1.54603,0 2.89628,0.20601 3.5433,0.5406 1.01949,0.52717 1.0454,0.60778 1.0454,3.2524 0,3.52209 0.53996,5.04925 1.88001,5.31727 0.55604,0.11119 1.19611,0.49861 1.42238,0.86091 0.22626,0.36231 0.78304,0.65874 1.23729,0.65874 1.17241,0 1.83827,0.81457 1.83827,2.24887 0,1.58517 -0.3026,2.35743 -0.92374,2.35743 -0.27147,0 -0.49358,0.23917 -0.49358,0.53149 0,0.29233 0.25656,0.5315 0.57013,0.5315 0.73613,0 2.25046,1.43373 2.25839,2.13817 0.004,0.29902 0.48447,0.82623 1.06912,1.1716 0.63814,0.37697 1.06299,0.92197 1.06299,1.36357 0,0.87289 -1.25591,2.05894 -2.1802,2.05894 -0.35995,0 -0.65445,0.22844 -0.65445,0.50762 0,0.27918 -0.31889,0.60885 -0.70866,0.73254 -0.45281,0.14372 -0.70866,0.5361 -0.70866,1.08688 0,0.69147 0.18174,0.86194 0.919,0.86194 0.61208,0 0.97914,0.22996 1.09907,0.68861 0.11005,0.42084 0.54496,0.73084 1.11841,0.79724 0.7269,0.0842 0.96358,0.32818 1.05044,1.08305 0.0617,0.53592 -0.0579,0.97441 -0.26575,0.97441 -0.20782,0 -0.37786,0.61086 -0.37786,1.35744 0,1.36722 0.33631,1.71949 2.21456,2.31977 0.51764,0.16543 0.62008,0.63613 0.62008,2.84917 0,2.15096 0.11696,2.71913 0.62008,3.01216 0.77577,0.45185 4.43621,0.49543 4.88977,0.0583 z " - }, - "cat37": { - "cat_id": 31, - "cat_slug": "garraf", - "name": "Garraf", - "nx": 400, - "ny": 510, - "capital": "Vilanova i la Geltrú", - "cx": 410, - "cy": 525, - "url": "https://work.catalunyamedieval.dev/mapa/garraf", - "statistics": { - "castell": 7, - "epoca-carlina": 0, - "muralles": 1, - "torre": 15, - "casa-forta": 0, - "palau": 1, - "pont": 0, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 3, - "esglesia": 0, - "esglesia-fortificada": 0, - "monestir": 0, - "altres-llocs-dinteres": 0 - }, - "total": 27, - "info": "", - "path": "m 363.40409,729.53445 c 1.52341,-0.16526 1.86024,-0.32418 1.86024,-0.87764 0,-0.57377 0.26454,-0.67589 1.75075,-0.67589 0.96289,0 1.83841,-0.14184 1.94552,-0.31517 0.30777,-0.49798 2.52475,-0.80816 7.02223,-0.98246 2.28987,-0.0888 4.16339,-0.31142 4.16339,-0.49486 0,-0.18343 0.79165,-0.33349 1.75918,-0.33349 1.39656,0 1.83738,-0.14609 2.13846,-0.70866 0.32304,-0.60364 0.7419,-0.70866 2.82621,-0.70866 1.34582,0 2.54548,-0.15945 2.66591,-0.35434 0.12044,-0.19488 0.76766,-0.35433 1.43823,-0.35433 0.67061,0 1.21925,-0.15944 1.21925,-0.35433 0,-0.19488 0.55807,-0.35433 1.24016,-0.35433 0.68209,0 1.24016,-0.15945 1.24016,-0.35433 0,-0.19488 0.87697,-0.35433 1.94882,-0.35433 1.71258,0 1.94882,-0.0859 1.94882,-0.70866 0,-0.46527 0.23623,-0.70866 0.68775,-0.70866 0.37825,0 0.7863,-0.15945 0.90673,-0.35433 0.12044,-0.19488 0.75693,-0.35433 1.41435,-0.35433 0.86684,0 1.25462,-0.18666 1.41091,-0.67908 0.1727,-0.54414 0.65257,-0.71518 2.41561,-0.86081 3.54827,-0.29307 5.95496,-0.77028 8.2237,-1.63066 1.16929,-0.44341 2.88337,-0.88353 3.80906,-0.97803 0.92569,-0.0945 1.68307,-0.31585 1.68307,-0.49192 0,-0.17606 0.67765,-0.32254 1.5059,-0.32548 1.54276,-0.005 4.21781,-0.75891 4.18288,-1.17812 -0.0106,-0.12862 -0.0195,-0.46003 -0.0195,-0.73644 0,-0.27645 -0.59793,-0.85897 -1.32874,-1.29451 -0.73081,-0.43554 -1.52805,-1.03713 -1.77165,-1.33678 -0.52775,-0.64921 -0.59362,-2.53542 -0.0886,-2.53542 0.19488,0 0.35433,-0.39862 0.35433,-0.88582 0,-0.84646 -0.0945,-0.88583 -2.12598,-0.88583 -1.18109,0 -2.12599,0.15746 -2.12599,0.35433 0,0.19488 -0.86754,0.35433 -1.92791,0.35433 -1.06033,0 -2.02645,-0.15945 -2.14689,-0.35433 -0.39841,-0.64463 -1.8877,-0.39643 -2.12598,0.35433 -0.43012,1.35524 -3.98215,0.75855 -6.28937,-1.05651 -0.53593,-0.42162 -0.97441,-0.98858 -0.97441,-1.25989 0,-0.27131 -0.3189,-0.66398 -0.70866,-0.87258 -0.57593,-0.30823 -0.70867,-0.74189 -0.70867,-2.31562 0,-1.06497 0.15945,-1.93634 0.35434,-1.93634 0.19488,0 0.35433,-0.23918 0.35433,-0.5315 0,-0.29526 -0.31497,-0.5315 -0.70867,-0.5315 -0.38976,0 -0.70866,-0.15944 -0.70866,-0.35433 0,-0.21476 -1.53542,-0.35433 -3.89763,-0.35433 -2.36222,0 -3.89764,-0.13957 -3.89764,-0.35433 0,-0.19488 -0.30816,-0.35433 -0.68478,-0.35433 -0.37662,0 -0.78601,-0.3189 -0.90971,-0.70866 -0.14372,-0.4528 -0.5361,-0.70866 -1.08687,-0.70866 -0.47406,0 -0.86195,-0.15945 -0.86195,-0.35433 0,-0.38314 -4.52689,-0.49855 -5.46314,-0.13925 -0.36443,0.13985 -0.56048,0.65204 -0.56048,1.46434 0,1.35117 -1.02558,2.57255 -2.16011,2.57255 -0.78906,0 -1.64335,1.18112 -2.11429,2.92322 -0.19757,0.73081 -0.58149,1.32874 -0.85319,1.32874 -0.27167,0 -0.59517,0.3189 -0.71887,0.70867 -0.30001,0.94528 -2.56719,1.01434 -2.90795,0.0886 -0.43789,-1.18974 -1.87477,-2.21457 -3.10493,-2.21457 -2.07989,0 -2.31389,0.23705 -2.31389,2.34429 0,1.64342 -0.15034,2.07145 -1.06299,3.02644 -0.58465,0.61179 -1.06299,1.23672 -1.06299,1.3888 0,0.15205 -0.22203,0.49851 -0.49341,0.76986 -0.6441,0.64413 -2.34124,3.99961 -2.34124,4.62901 0,0.26901 -0.3189,0.85677 -0.70866,1.30617 -0.38976,0.4494 -0.70866,0.94663 -0.70866,1.10498 0,0.58638 -2.12574,2.43832 -2.79883,2.43832 -0.38554,0 -0.79717,0.31653 -0.92164,0.70867 -0.15758,0.49641 -0.53611,0.70866 -1.26404,0.70866 -0.5715,0 -1.03911,0.15945 -1.03911,0.35433 0,0.19488 -0.39863,0.35433 -0.88583,0.35433 -1.10732,0 -1.22825,1.20915 -0.17717,1.77165 0.38977,0.2086 0.70867,0.59425 0.70867,0.85699 0,0.26273 0.31889,0.56108 0.70866,0.66299 0.60176,0.15739 0.70866,0.48334 0.70866,2.16056 0,1.79703 -0.0778,1.99478 -0.86223,2.19164 -0.57823,0.14514 -0.79526,0.39097 -0.65891,0.74626 0.15966,0.41609 0.59201,0.48345 2.0138,0.31369 0.99577,-0.11888 2.64759,-0.30696 3.67072,-0.41797 z " - }, - "cat38": { - "cat_id": 50, - "cat_slug": "terra-alta", - "name": "Terra Alta", - "nx": 75, - "ny": 560, - "capital": "Gandesa", - "cx": 75, - "cy": 575, - "url": "https://work.catalunyamedieval.dev/mapa/terra-alta", - "statistics": { - "castell": 7, - "epoca-carlina": 1, - "muralles": 1, - "torre": 3, - "casa-forta": 3, - "palau": 0, - "pont": 0, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 6, - "esglesia": 8, - "esglesia-fortificada": 0, - "monestir": 0, - "altres-llocs-dinteres": 0 - }, - "total": 29, - "info": "", - "path": "m 54.000909,835.53641 c 0.47834,-0.47834 0.86972,-1.03641 0.86972,-1.24015 0,-0.20374 0.15945,-0.37046 0.35433,-0.37046 0.19488,0 0.35433,-0.24133 0.35433,-0.53631 0,-0.8431 1.10507,-2.57506 2.69616,-4.22568 0.41104,-0.4264 0.84952,-1.28331 0.97441,-1.90428 0.67262,-3.34431 0.5607,-3.16665 2.367,-3.75746 0.94254,-0.30827 1.96277,-0.56052 2.2672,-0.56052 0.30442,0 0.5535,-0.15945 0.5535,-0.35433 0,-0.19488 0.20397,-0.35433 0.45327,-0.35433 0.2493,0 0.68312,-0.3189 0.96405,-0.70866 0.28093,-0.38977 0.79447,-0.70866 1.14122,-0.70866 0.39421,0 0.63043,-0.26554 0.63043,-0.70866 0,-0.38977 0.15945,-0.70867 0.35434,-0.70867 0.22469,0 0.35433,-2.65748 0.35433,-7.26378 0,-4.60629 0.12963,-7.26377 0.35433,-7.26377 0.19488,0 0.35433,-0.71752 0.35433,-1.59449 0,-1.35826 0.10499,-1.59449 0.70866,-1.59449 0.59055,0 0.70866,-0.23623 0.70866,-1.41732 0,-1.20225 0.11258,-1.41733 0.74183,-1.41733 0.44385,0 0.81628,-0.28467 0.92716,-0.70866 0.15637,-0.59797 0.48331,-0.70866 2.09281,-0.70866 1.49786,0 1.90749,-0.11959 1.90749,-0.55679 0,-1.34132 0.84532,-1.56919 5.82115,-1.56919 4.57255,0 4.80877,-0.0347 4.80877,-0.70867 0,-0.38976 0.14871,-0.70866 0.33046,-0.70866 0.18175,0 0.42565,-0.29994 0.54201,-0.66656 0.11636,-0.36663 0.50457,-1.00442 0.86268,-1.41733 0.59361,-0.68446 1.0152,-0.75075 4.77295,-0.75075 3.47474,0 4.12183,-0.0856 4.12183,-0.54553 0,-0.30005 0.63779,-1.17071 1.41732,-1.93479 0.77953,-0.76408 1.417321,-1.63474 1.417321,-1.93478 0,-0.3093 0.30686,-0.54553 0.70866,-0.54553 0.38977,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19488 0.31329,-0.35433 0.6962,-0.35433 0.38291,0 0.86686,-0.3189 1.07546,-0.70866 0.28136,-0.52573 0.7419,-0.70867 1.78412,-0.70867 0.77267,0 1.40485,-0.15944 1.40485,-0.35433 0,-0.19488 0.41001,-0.35433 0.91114,-0.35433 1.02529,0 1.92351,-0.73275 1.92351,-1.56919 0,-0.43193 0.39728,-0.55679 1.77165,-0.55679 0.97441,0 1.77166,-0.15945 1.77166,-0.35433 0,-0.19488 0.31889,-0.35433 0.70866,-0.35433 0.48058,0 0.70866,-0.23624 0.70866,-0.73396 0,-0.86989 -0.78757,-1.74636 -1.56918,-1.74636 -0.30624,0 -0.5568,-0.14644 -0.5568,-0.32545 0,-0.17901 -0.76238,-0.67004 -1.69417,-1.09116 -2.02915,-0.91705 -2.5578,-2.15671 -2.5578,-5.99783 0,-1.5829 -0.1585,-2.56759 -0.44292,-2.75166 -0.2436,-0.15764 -1.79823,-0.36638 -3.45472,-0.46382 l -3.01181,-0.17716 -0.11408,-1.19243 c -0.0908,-0.94865 0.10842,-1.40992 0.97441,-2.25659 0.59867,-0.58532 1.08849,-1.20473 1.08849,-1.37651 0,-0.17174 0.30815,-0.31227 0.68478,-0.31227 0.37663,0 0.786,-0.3189 0.9097,-0.70866 0.12371,-0.38977 0.45335,-0.70866 0.73254,-0.70866 0.27919,0 0.50762,-0.15945 0.50762,-0.35433 0,-0.19489 0.3189,-0.35433 0.70866,-0.35433 0.55119,0 0.70867,-0.23624 0.70867,-1.063 0,-0.58464 0.15944,-1.06299 0.35433,-1.06299 0.19488,0 0.35433,-0.30816 0.35433,-0.68478 0,-0.37662 0.31889,-0.78601 0.70866,-0.90971 0.38976,-0.12369 0.70866,-0.45336 0.70866,-0.73254 0,-0.27918 0.15945,-0.50761 0.35433,-0.50761 0.19488,0 0.35433,-0.44317 0.35433,-0.98476 0,-0.5783 0.29251,-1.19562 0.70866,-1.49556 0.79868,-0.57564 0.96762,-2.43397 0.28347,-3.11811 -0.23386,-0.23386 -0.86416,-0.4252 -1.40065,-0.4252 -1.97476,0 -4.55067,-1.84971 -4.55168,-3.26845 -7.1e-4,-0.76404 -1.74022,-1.69218 -3.17181,-1.69218 l -1.08059,0 0,-5.49212 c 0,-3.42521 0.13335,-5.49213 0.35433,-5.49213 0.21372,0 0.35433,-1.47639 0.35433,-3.72047 0,-2.24408 -0.14061,-3.72047 -0.35433,-3.72047 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.6693 -0.23622,-0.70867 -4.251971,-0.70867 l -4.25197,0 0,-1.77165 c 0,-0.97441 -0.15944,-1.77165 -0.35433,-1.77165 -0.19488,0 -0.35433,-0.25055 -0.35433,-0.5568 0,-0.75688 -0.86734,-1.56919 -1.67547,-1.56919 -0.36471,0 -0.83757,-0.17447 -1.0508,-0.38771 -0.74118,-0.74115 -8.51354,0.29931 -9.02194,1.20778 -0.18384,0.3285 -0.64522,0.59726 -1.0253,0.59726 -0.38008,0 -0.69105,0.15945 -0.69105,0.35433 0,0.19488 -0.27904,0.35663 -0.62008,0.3595 -1.19048,0.01 -3.68257,1.07628 -4.55574,1.94946 -1.46717,1.46717 -1.9108,1.1779 -1.9108,-1.24597 0,-1.16929 0.13952,-2.12599 0.31004,-2.12599 0.17052,0 0.40586,-0.43848 0.52297,-0.9744 0.11711,-0.53593 0.31508,-1.33317 0.43995,-1.77166 0.29426,-1.03337 -0.76865,-1.11929 -1.09579,-0.0886 -0.20281,0.639 -0.53612,0.70866 -3.39002,0.70866 -1.87385,0 -3.1651,0.14457 -3.1651,0.35433 0,0.19488 -0.3189,0.35433 -0.70866,0.35433 -0.38977,0 -0.70866,0.15945 -0.70866,0.35433 0,0.19488 -0.23918,0.35433 -0.5315,0.35433 -0.32678,0 -0.5315,0.33201 -0.5315,0.86195 0,0.54326 -0.25535,0.94301 -0.69062,1.08113 -0.99717,0.31649 -2.85268,2.14126 -2.85268,2.80538 0,0.31156 -0.15945,0.5665 -0.35433,0.5665 -0.21431,0 -0.35433,1.5092 -0.35433,3.81891 0,3.38039 -0.0814,3.88853 -0.70867,4.42566 -0.38976,0.33371 -0.70866,0.84749 -0.70866,1.14173 0,0.29423 -0.15945,0.53496 -0.35433,0.53496 -0.19488,0 -0.35433,0.31348 -0.35433,0.69665 0,1.01151 -1.11918,3.20099 -1.63623,3.20099 -0.2431,0 -0.53312,0.28712 -0.64449,0.63801 -0.21428,0.67514 -2.0307,1.48798 -3.32514,1.48798 -0.45008,0 -0.77209,0.22167 -0.77209,0.53149 0,0.29232 -0.13393,0.5315 -0.29762,0.5315 -0.16369,0 -0.50131,0.61717 -0.75026,1.37154 -0.63434,1.92207 -2.03882,2.5261 -5.87359,2.5261 l -2.99979,0 0,1.17453 c 0,0.9956 -0.19076,1.26549 -1.25218,1.77165 -0.6887,0.32843 -1.48594,0.59712 -1.77165,0.59712 -0.41853,0 -0.51948,0.62936 -0.51948,3.23851 0,2.5688 -0.11803,3.3248 -0.57079,3.65585 -0.52483,0.38377 -0.52483,0.46332 0,0.98815 0.7115,0.71154 0.71902,1.13124 0.0325,1.81772 -0.48144,0.48143 -0.4095,0.66699 0.68166,1.75815 0.67095,0.67093 1.53707,1.8353 1.92471,2.58747 0.38765,0.75214 1.00181,1.68644 1.3648,2.0762 1.4735,1.58219 1.90119,5.13779 0.618,5.13779 -0.27919,0 -0.50762,0.23918 -0.50762,0.5315 0,0.40156 0.43307,0.5315 1.77166,0.5315 1.73228,0 1.77165,0.0237 1.77165,1.06299 0,1.03936 0.0394,1.06299 1.77165,1.06299 1.46216,0 1.77166,0.11013 1.77166,0.63043 0,0.34674 0.3189,0.86031 0.70866,1.14122 0.60305,0.43466 0.70866,0.91726 0.70866,3.23823 0,3.51022 -0.14345,3.84839 -1.6324,3.84839 -1.04742,0 -1.20224,0.11452 -1.20224,0.8893 0,0.48912 0.31889,1.16234 0.70866,1.49605 0.38976,0.33375 0.70866,0.91602 0.70866,1.29395 0,0.68825 2.18961,2.90597 3.18897,3.22994 1.25946,0.40825 3.20399,4.78367 2.12599,4.78367 -0.19488,0 -0.35433,0.26033 -0.35433,0.57852 0,0.58209 -1.26702,1.9018 -1.82587,1.9018 -0.16506,0 -0.30012,0.39862 -0.30012,0.88582 0,0.48721 -0.15945,0.88583 -0.35433,0.88583 -0.19488,0 -0.35433,0.78651 -0.35433,1.74777 0,1.4366 -0.12617,1.78781 -0.70866,1.9727 -0.45281,0.14372 -0.70866,0.53611 -0.70866,1.08688 0,0.47406 -0.15945,0.86194 -0.35433,0.86194 -0.19488,0 -0.35433,0.459 -0.35433,1.02001 0,0.79927 -0.23004,1.1153 -1.06299,1.46031 -0.82567,0.342 -1.063,0.66337 -1.063,1.43939 0,0.5495 -0.15944,1.09765 -0.35433,1.21809 -0.19488,0.12043 -0.35433,0.59517 -0.35433,1.05491 0,1.20341 -0.35568,1.9569 -0.92373,1.9569 -0.28775,0 -0.49359,0.36244 -0.49359,0.86914 0,0.47806 -0.14203,1.23544 -0.31561,1.68307 -1.231,3.17459 -1.5964,3.79654 -2.29867,3.91266 -0.62467,0.10329 -0.52679,0.2234 0.57858,0.71001 0.76516,0.33682 1.63615,1.10381 2.04995,1.80513 0.39574,0.67072 1.03276,1.30142 1.41563,1.40152 0.61422,0.16062 0.6961,0.4961 0.6961,2.8518 0,1.46835 0.15945,2.76828 0.35433,2.88872 0.19489,0.12043 0.35434,0.70285 0.35434,1.29422 0,0.77726 0.19639,1.12663 0.70866,1.26061 0.62207,0.16267 0.70866,0.4833 0.70866,2.62428 0,1.38979 0.15243,2.439 0.35433,2.439 0.19488,0 0.35433,0.31889 0.35433,0.70866 0,0.64995 0.23622,0.70866 2.85075,0.70866 2.55428,0 2.9412,-0.0905 3.72047,-0.86971 z " - }, - "cat39": { - "cat_id": 49, - "cat_slug": "tarragones", - "name": "Tarragonès", - "nx": 300, - "ny": 550, - "capital": "Tarragona", - "cx": 300, - "cy": 565, - "url": "https://work.catalunyamedieval.dev/mapa/tarragones", - "statistics": { - "castell": 22, - "epoca-carlina": 0, - "muralles": 4, - "torre": 26, - "casa-forta": 1, - "palau": 2, - "pont": 0, - "torre-colomer": 0, - "basilica": 0, - "catedral": 1, - "ermita": 5, - "esglesia": 11, - "esglesia-fortificada": 0, - "monestir": 0, - "altres-llocs-dinteres": 19 - }, - "total": 91, - "info": "", - "path": "m 249.97297,769.24939 c 0.47115,-0.47115 0.95312,-1.33908 1.07105,-1.92869 0.11792,-0.58964 0.33798,-1.07206 0.48901,-1.07206 0.45672,0 2.82827,-2.52032 3.38549,-3.59784 0.28682,-0.55467 0.67684,-1.00846 0.86672,-1.00846 0.18988,0 0.34523,-0.49964 0.34523,-1.11037 0,-0.77187 0.29701,-1.36576 0.97441,-1.94835 0.89959,-0.77372 1.28049,-0.8381 4.96063,-0.83849 2.42097,-2.5e-4 3.98622,-0.13957 3.98622,-0.35476 0,-0.19488 0.41001,-0.35433 0.91114,-0.35433 0.50112,0 1.09905,-0.2036 1.32874,-0.45248 1.13866,-1.23374 2.01209,-2.79992 2.01209,-3.60797 0,-0.49511 0.15945,-0.90018 0.35433,-0.90018 0.19488,0 0.67323,-0.3189 1.06299,-0.70866 0.3937,-0.3937 1.1811,-0.70866 1.77166,-0.70866 0.58464,0 1.06299,-0.15945 1.06299,-0.35433 0,-0.22695 3.24911,-0.35433 9.03866,-0.35433 l 9.03865,0 1.11233,-1.063 c 1.02949,-0.98383 1.30628,-1.06299 3.71724,-1.06299 1.5004,0 2.60493,-0.15023 2.60493,-0.35433 0,-0.19488 0.23917,-0.35433 0.5315,-0.35433 0.29232,0 0.53149,-0.15945 0.53149,-0.35433 0,-0.19488 0.20398,-0.35433 0.45328,-0.35433 0.2493,0 0.68312,-0.3189 0.96404,-0.70866 0.28093,-0.38977 0.72614,-0.70866 0.98936,-0.70866 0.64889,0 1.49096,-0.88626 1.49096,-1.56919 0,-0.43193 0.39728,-0.5568 1.77165,-0.5568 0.97441,0 1.77166,-0.1401 1.77166,-0.31135 0,-0.17125 0.47834,-0.50946 1.06299,-0.75164 0.58464,-0.24219 1.06299,-0.58039 1.06299,-0.75164 0,-0.17125 0.46894,-0.31135 1.04208,-0.31135 0.57314,0 1.13022,-0.14262 1.23794,-0.31692 0.21385,-0.346 2.03295,-0.67687 5.33809,-0.97097 1.16929,-0.10403 2.27746,-0.33516 2.4626,-0.51364 0.18514,-0.17844 0.62362,-0.32446 0.97441,-0.32446 0.35079,0 0.63779,-0.15945 0.63779,-0.35433 0,-0.19488 0.59794,-0.37282 1.32874,-0.39543 0.73861,-0.0227 1.02367,-0.11877 0.64184,-0.216 -0.778,-0.19814 -3.74223,-3.04072 -3.74223,-3.5887 0,-0.19711 -0.3189,-0.45963 -0.70866,-0.58333 -0.58248,-0.18489 -0.70866,-0.5361 -0.70866,-1.9727 l 0,-1.74777 -2.30315,0 c -1.26673,0 -2.30315,0.13503 -2.30315,0.30011 0,0.66891 -1.37709,1.82552 -2.16755,1.82052 -1.0699,-0.007 -3.24431,-0.7572 -3.99208,-1.37782 -0.31496,-0.26138 -0.5762,-0.73477 -0.58053,-1.05193 -0.004,-0.3172 -0.31969,-0.97533 -0.70079,-1.46254 -0.38109,-0.4872 -0.69644,-1.08514 -0.70078,-1.32874 -0.0162,-0.90981 -1.34171,-0.43689 -1.78672,0.63744 -0.41841,1.01013 -0.55366,1.07348 -2.08039,0.97441 l -1.63289,-0.10594 -0.10292,-2.92323 c -0.0965,-2.73993 -0.0576,-2.92323 0.62008,-2.92323 0.56711,0 0.72299,-0.22918 0.72299,-1.06299 0,-0.94489 0.11811,-1.06299 1.063,-1.06299 0.58464,0 1.06299,-0.15945 1.06299,-0.35433 0,-0.19489 0.3189,-0.35433 0.70866,-0.35433 0.3937,0 0.70866,-0.23624 0.70866,-0.5315 0,-0.44518 -0.74803,-0.5315 -4.6063,-0.5315 -2.83464,0 -4.6063,-0.13627 -4.6063,-0.35433 0,-0.19488 -0.31889,-0.35433 -0.70866,-0.35433 -0.52493,0 -0.70866,-0.23623 -0.70866,-0.91112 0,-0.93437 -0.71584,-1.92352 -1.39201,-1.92352 -0.20881,0 -0.37964,0.26032 -0.37964,0.57851 0,0.5821 -1.26702,1.9018 -1.82587,1.9018 -0.16506,0 -0.30012,0.29955 -0.30012,0.66568 0,0.40557 -0.41535,0.83771 -1.06299,1.10597 -1.25156,0.51843 -1.30499,0.73212 -0.35433,1.41733 0.38976,0.28091 0.70866,0.8742 0.70866,1.31839 0,1.48886 -1.18059,2.22491 -3.56862,2.22491 -2.43833,0 -3.16366,-0.46541 -3.16366,-2.03003 0,-0.5597 -0.19931,-1.44684 -0.44292,-1.97135 -0.42846,-0.92261 -0.53865,-0.95382 -3.37755,-0.95648 -2.7109,-0.004 -2.95908,-0.0636 -3.25511,-0.80001 -0.17624,-0.43848 -0.33055,-0.62274 -0.34291,-0.40943 -0.0124,0.21327 -0.40163,0.82906 -0.86507,1.36839 -0.79718,0.92775 -1.87548,1.31978 -5.09243,1.85149 -1.15814,0.19141 -1.65608,1.17577 -0.59477,1.17577 0.77739,0 1.56918,0.87491 1.56918,1.73388 0,0.39682 0.3189,0.89217 0.70866,1.10077 0.91636,0.49043 0.97646,2.86809 0.0984,3.8936 -0.49739,0.58088 -1.04427,0.7127 -2.95737,0.7127 -3.17467,0 -4.58199,-0.70268 -4.58199,-2.28778 0,-0.87487 -0.18005,-1.21996 -0.70866,-1.35818 -0.46702,-0.12214 -0.70866,-0.48334 -0.70866,-1.05924 0,-0.5681 -0.45398,-1.2617 -1.29725,-1.98198 -1.25341,-1.07065 -1.74951,-1.25642 -3.01949,-1.13067 -0.42307,0.0419 -0.62892,-0.26047 -0.70867,-1.04102 l -0.11239,-1.10006 -1.53562,1.43617 c -0.84458,0.78988 -1.68169,1.43614 -1.86023,1.43614 -0.17854,0 -0.32462,0.56442 -0.32462,1.25426 0,0.68985 -0.3189,1.87937 -0.70866,2.64338 -0.38977,0.76401 -0.70866,1.82261 -0.70866,2.35247 0,1.15838 -0.73808,3.31682 -1.13418,3.31682 -0.15573,0 -0.28315,0.30586 -0.28315,0.67968 0,1.28969 -0.41293,1.80064 -1.45523,1.80064 -0.56379,0 -1.02508,0.15944 -1.02508,0.35433 0,0.19488 -0.21478,0.35433 -0.47728,0.35433 -1.12729,0 -2.00304,1.29327 -2.00304,2.95802 0,1.44978 0.1006,1.66004 0.88892,1.85786 0.52508,0.13181 0.97244,0.55595 1.093,1.03628 0.11224,0.44723 0.50948,0.89302 0.88274,0.99064 0.37326,0.0976 0.67887,0.47143 0.67914,0.83072 2.7e-4,0.3593 0.63784,1.37077 1.41683,2.24774 1.03412,1.16419 1.41648,1.90527 1.41684,2.74606 2.7e-4,0.63337 -0.15896,1.15157 -0.35384,1.15157 -0.19489,0 -0.35434,0.3189 -0.35434,0.70867 0,0.38976 -0.15944,0.70866 -0.35433,0.70866 -0.19488,0 -0.35433,0.24477 -0.35433,0.54397 0,0.55066 -0.87938,2.09902 -1.65317,2.91075 -0.24667,0.25877 -1.31135,0.44292 -2.56102,0.44292 -1.77619,0 -2.20313,-0.12016 -2.51809,-0.70867 -0.20859,-0.38976 -0.61283,-0.70866 -0.89829,-0.70866 -0.28547,0 -0.51903,-0.25054 -0.51903,-0.55679 0,-0.95801 -0.95623,-1.56919 -2.45501,-1.56919 l -1.44263,0 0,2.9739 c 0,2.38492 -0.111,3.01648 -0.56048,3.18897 -0.91539,0.35129 -1.8496,0.24598 -2.02118,-0.22783 -0.12832,-0.35433 -0.31043,-0.35433 -0.91055,0 -0.41258,0.2436 -0.99148,0.44291 -1.28645,0.44291 -0.29496,0 -0.5363,0.15945 -0.5363,0.35433 0,0.19488 -0.23917,0.35433 -0.5315,0.35433 -0.3712,0 -0.53149,0.37403 -0.53149,1.24016 0,1.0958 0.10605,1.24016 0.91113,1.24016 1.264,0 1.92351,0.78527 1.92351,2.29032 0,1.15363 0.0666,1.24225 0.68537,0.91113 0.92975,-0.49759 2.77391,-0.45294 4.27526,0.1035 1.46815,0.54414 4.00057,1.75145 4.25197,2.02709 0.0974,0.10683 0.73524,0.57993 1.41732,1.05133 1.89002,1.30621 2.12372,1.62004 2.15396,2.89251 0.0154,0.64729 0.11142,0.96849 0.2134,0.71383 0.10199,-0.25469 0.57092,-0.84855 1.04207,-1.31967 z " - }, - "cat40": { - "cat_id": 24, - "cat_slug": "baix-ebre", - "name": "Baix Ebre", - "nx": 110, - "ny": 620, - "capital": "Tortosa", - "cx": 110, - "cy": 635, - "url": "https://work.catalunyamedieval.dev/mapa/baix-ebre", - "statistics": { - "castell": 5, - "epoca-carlina": 0, - "muralles": 0, - "torre": 12, - "casa-forta": 0, - "palau": 0, - "pont": 0, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 0, - "esglesia": 0, - "esglesia-fortificada": 0, - "monestir": 0, - "altres-llocs-dinteres": 0 - }, - "total": 17, - "info": "", - "path": "m 166.13047,874.3195 c 0,-0.19488 0.47835,-0.35433 1.06299,-0.35433 0.58465,0 1.063,-0.13064 1.063,-0.29026 0,-0.15967 0.79724,-0.50741 1.77165,-0.77273 0.97441,-0.26532 1.77165,-0.61306 1.77165,-0.77272 0,-0.15963 0.47835,-0.29027 1.063,-0.29027 0.58464,0 1.06299,-0.15945 1.06299,-0.35433 0,-0.19488 0.3189,-0.35433 0.70866,-0.35433 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19489 0.3189,-0.35433 0.70866,-0.35433 0.38977,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19489 0.3189,-0.35434 0.70867,-0.35434 0.45781,0 0.70866,-0.23623 0.70866,-0.66734 0,-0.70615 0.8996,-1.0912 2.56889,-1.09945 0.73658,-0.004 0.97441,-0.17784 0.97441,-0.71352 0,-0.38976 -0.15945,-0.70866 -0.35433,-0.70866 -0.19488,0 -0.35433,-0.30894 -0.35433,-0.68655 0,-0.62564 -0.33802,-0.70229 -3.80905,-0.86365 -4.9175,-0.22861 -7.52953,-0.56314 -7.52953,-0.96431 0,-0.17607 -0.3189,-0.32014 -0.70866,-0.32014 -0.47244,0 -0.70866,-0.23623 -0.70866,-0.70866 0,-0.38976 -0.15945,-0.70866 -0.35433,-0.70866 -0.19489,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.38977 -0.15945,-0.70866 -0.35434,-0.70866 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.38977 -0.14185,-0.70867 -0.31522,-0.70867 -0.17337,0 -0.53213,-0.73754 -0.79724,-1.63899 -0.26511,-0.90145 -0.7212,-1.7275 -1.01352,-1.83564 -0.29232,-0.10815 -0.78937,-0.48675 -1.10456,-0.84133 -0.31518,-0.35458 -0.83338,-0.64467 -1.15157,-0.64467 -0.34229,0 -0.57852,-0.28934 -0.57852,-0.70866 0,-0.38976 -0.15944,-0.70866 -0.35433,-0.70866 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.38976 -0.15945,-0.70866 -0.35433,-0.70866 -0.19488,0 -0.35433,-0.47835 -0.35433,-1.06299 0,-0.58465 -0.15945,-1.063 -0.35433,-1.063 -0.19488,0 -0.35433,-0.25054 -0.35433,-0.55679 0,-1.2313 -0.91652,-1.56919 -4.25619,-1.56919 -2.43748,0 -3.20715,0.11009 -3.09634,0.44291 0.0811,0.24361 0.45316,0.49869 0.82678,0.56686 0.37361,0.0682 0.99819,0.38707 1.38795,0.70866 1.22166,1.00797 2.25813,1.47055 3.29505,1.47055 0.63475,0 1.35017,0.36393 1.95362,0.99379 0.82323,0.85929 0.95212,1.29004 0.95212,3.18224 0,2.02656 -0.0642,2.20451 -0.86764,2.40619 -1.37334,0.34469 -7.99063,-0.44089 -7.99063,-0.94861 0,-0.17526 -0.63779,-0.31865 -1.41732,-0.31865 -0.77953,0 -1.41732,-0.15945 -1.41732,-0.35433 0,-0.19489 -0.59793,-0.35579 -1.32874,-0.35756 -1.05057,-0.004 -1.50399,-0.22507 -2.16587,-1.06299 -0.46042,-0.58288 -1.00594,-1.05977 -1.21226,-1.05977 -0.59583,0 -1.67108,-1.1183 -1.67109,-1.73799 -2e-5,-0.57915 -1.81297,-2.20086 -2.92322,-2.61486 -0.47775,-0.17815 -0.62008,-0.64041 -0.62008,-2.01398 0,-1.54654 0.0939,-1.78277 0.70866,-1.78277 0.38976,0 0.70866,-0.21041 0.70866,-0.46762 0,-0.25717 0.39862,-0.81418 0.88583,-1.23781 0.4872,-0.42361 0.88583,-1.01041 0.88583,-1.30405 0,-0.2936 0.23917,-0.53383 0.53149,-0.53383 0.29232,0 0.5315,-0.15945 0.5315,-0.35433 0,-0.19488 0.31889,-0.35433 0.70866,-0.35433 0.38976,0 0.70866,-0.12742 0.70866,-0.28315 0,-0.15573 0.59208,-0.49727 1.31573,-0.75894 1.43941,-0.52048 1.75262,-0.78144 2.68325,-2.23547 0.4513,-0.70512 0.91517,-0.97441 1.67848,-0.97441 0.58015,0 1.05482,-0.15945 1.05482,-0.35433 0,-0.19488 0.39863,-0.35433 0.88583,-0.35433 0.48721,0 0.88583,-0.15945 0.88583,-0.35433 0,-0.19489 0.31889,-0.35433 0.70866,-0.35433 0.57368,0 0.70866,-0.23624 0.70866,-1.24016 0,-0.68209 0.15945,-1.24016 0.35433,-1.24016 0.19488,0 0.35433,-0.23917 0.35433,-0.5315 0,-0.29232 0.15945,-0.53149 0.35433,-0.53149 0.19488,0 0.35433,-0.36319 0.35433,-0.8071 0,-0.44387 0.3189,-1.0801 0.70866,-1.41385 0.38977,-0.33371 0.70867,-0.92721 0.70867,-1.31889 0,-0.4759 0.23507,-0.71213 0.70866,-0.71213 0.38976,0 0.70866,-0.23613 0.70866,-0.52473 0,-0.28864 0.43848,-0.6295 0.97441,-0.75752 1.29994,-0.31054 1.86023,-0.79119 1.86023,-1.59577 0,-0.36591 0.15945,-0.66529 0.35433,-0.66529 0.19489,0 0.35434,-0.31709 0.35434,-0.70462 0,-0.79391 1.01388,-2.13002 1.61636,-2.13002 0.21773,0 0.57749,-0.39862 0.79948,-0.88583 0.22198,-0.4872 0.56648,-0.88583 0.76554,-0.88583 0.19905,0 0.36192,-0.47834 0.36192,-1.06299 0,-0.58464 0.15526,-1.06299 0.34501,-1.06299 0.45393,0 3.55263,-3.10532 3.55263,-3.56024 0,-0.19393 0.39862,-0.53423 0.88583,-0.75622 0.64214,-0.29257 0.88582,-0.68038 0.88582,-1.4097 0,-0.55336 0.15945,-1.00612 0.35433,-1.00612 0.19489,0 0.35434,-0.23507 0.35434,-0.52239 0,-0.28733 0.43848,-0.74955 0.9744,-1.02721 1.14635,-0.59386 3.08563,-2.39035 3.58243,-3.31862 0.31273,-0.58433 0.2226,-0.63762 -0.86368,-0.51081 -0.66706,0.0779 -1.21284,0.28361 -1.21284,0.45716 0,0.17646 -4.06158,0.31557 -9.2126,0.31557 -5.90551,0 -9.2126,0.1272 -9.2126,0.35433 0,0.20767 -1.21408,0.35433 -2.93359,0.35433 -2.52711,0 -3.00436,-0.0982 -3.44436,-0.70866 -0.28093,-0.38977 -0.79447,-0.70866 -1.14121,-0.70866 -0.34674,0 -0.63044,-0.15945 -0.63044,-0.35434 0,-0.19488 -0.47835,-0.35433 -1.06299,-0.35433 -0.84309,0 -1.063,-0.15367 -1.063,-0.74285 0,-0.6761 -0.15124,-0.72617 -1.68307,-0.55687 -0.92569,0.1023 -2.20128,0.29527 -2.83464,0.42874 -0.75508,0.15917 -1.15158,0.10691 -1.15158,-0.15179 0,-0.55942 -2.51602,-0.49178 -3.94295,0.10601 -0.65716,0.27532 -1.51374,0.89175 -1.90351,1.36985 -0.71695,0.87945 -1.33899,1.07365 -5.49212,1.71457 -4.72292,0.72886 -7.31347,0.76684 -8.29805,0.12175 -0.84652,-0.55467 -0.91455,-0.79388 -0.91455,-3.21598 0,-2.04839 -0.11147,-2.61673 -0.51324,-2.61673 -0.28228,0 -0.92008,-0.37705 -1.41732,-0.83789 -0.73935,-0.6852 -0.90409,-1.16405 -0.90409,-2.62793 0,-1.10055 0.17062,-1.85892 0.44292,-1.9688 0.2436,-0.0983 -0.0105,-0.1913 -0.56467,-0.20672 -0.68544,-0.0191 -1.06516,-0.24814 -1.18766,-0.71656 -0.11004,-0.42084 -0.54496,-0.73084 -1.1184,-0.79724 -0.84703,-0.0981 -0.94872,-0.26951 -1.04511,-1.76206 -0.0909,-1.40708 10e-4,-1.68778 0.62008,-1.88411 0.40261,-0.12778 0.72686,-0.53618 0.72686,-0.91549 0,-0.49929 0.24681,-0.68478 0.91114,-0.68478 0.50112,0 1.15724,-0.24612 1.45804,-0.54691 0.49298,-0.49298 0.43809,-0.58797 -0.55681,-0.96349 -0.77664,-0.29318 -1.10371,-0.64861 -1.10371,-1.19945 0,-1.0305 -0.90143,-1.89645 -1.97413,-1.89645 -0.62429,0 -0.86051,-0.19452 -0.86051,-0.70866 0,-0.57366 -0.23623,-0.70866 -1.24016,-0.70866 -0.8912,0 -1.24016,0.15669 -1.24016,0.5568 0,0.83643 -0.89822,1.56918 -1.92351,1.56918 -0.50112,0 -0.91113,0.15945 -0.91113,0.35434 0,0.19488 -0.72253,0.35433 -1.60561,0.35433 -1.03529,0 -1.67201,0.17302 -1.79253,0.48709 -0.1028,0.26791 -0.81532,0.77046 -1.58336,1.11682 -0.76805,0.34632 -1.39646,0.75876 -1.39646,0.91651 0,0.15775 -0.63779,0.91828 -1.417321,1.69005 -0.77953,0.77181 -1.41732,1.63786 -1.41732,1.92462 0,0.79367 -0.79603,0.95152 -4.79864,0.95152 -4.12578,0 -4.44938,0.16303 -5.66203,2.85219 l -0.63121,1.39978 -4.86383,0 -4.86383,0 -0.44031,1.06299 c -0.40468,0.977 -0.58106,1.06299 -2.18009,1.06299 -1.19947,0 -1.80152,0.16087 -1.93857,0.518 -0.10932,0.28492 -0.50294,0.61455 -0.8747,0.73254 -0.48861,0.15509 -0.67593,0.545 -0.67593,1.40694 0,0.88122 -0.18494,1.25111 -0.70866,1.41733 -0.52735,0.16738 -0.70866,0.5361 -0.70866,1.4412 0,0.66894 -0.15945,1.21628 -0.35433,1.21628 -0.22439,0 -0.35433,2.59441 -0.35433,7.0746 0,5.90251 -0.0989,7.28203 -0.59712,8.32677 -0.32842,0.68868 -0.85129,1.25217 -1.16194,1.25217 -0.31065,0 -0.79466,0.3189 -1.07559,0.70866 -0.28093,0.38976 -0.79447,0.70866 -1.14121,0.70866 -0.34674,0 -0.63044,0.15945 -0.63044,0.35433 0,0.19488 -0.24169,0.35433 -0.53708,0.35433 -0.29539,0 -1.17236,0.19829 -1.94882,0.44061 -1.08415,0.33835 -1.41174,0.62129 -1.41174,1.21926 0,0.42824 -0.15945,0.87718 -0.35433,0.99761 -0.19488,0.12044 -0.35433,0.68149 -0.35433,1.24675 0,0.71837 -0.41818,1.45442 -1.38918,2.44503 -0.76405,0.77949 -1.59333,1.98177 -1.84284,2.67179 -0.24951,0.68999 -0.58107,1.25454 -0.7368,1.25454 -0.15573,0 -0.28315,0.25494 -0.28315,0.56651 0,0.31156 -0.49521,1.02908 -1.10046,1.59449 -1.06827,0.9979 -1.20821,1.02798 -4.78347,1.02798 -3.5749,0 -3.68382,-0.0234 -3.71097,-0.79724 -0.0188,-0.53579 -0.0951,-0.62295 -0.23263,-0.26575 -0.11255,0.29232 -0.49859,0.78938 -0.85785,1.10455 -0.37749,0.33116 -0.6532,1.0484 -0.6532,1.69916 0,1.72988 -1.96365,3.40278 -5.04921,4.30165 -0.92569,0.26964 -1.68307,0.61494 -1.68307,0.76726 0,0.15233 -0.23918,0.27698 -0.5315,0.27698 -0.29232,0 -0.5315,0.20729 -0.5315,0.46063 0,1.1035 0.86224,1.31103 5.44651,1.31103 3.7795,0 4.71125,0.10421 5.2441,0.58642 0.68375,0.61876 0.89657,2.24822 0.29364,2.24822 -0.19488,0 -0.35433,0.3189 -0.35433,0.70866 0,0.38977 -0.15944,0.70867 -0.35433,0.70867 -0.19488,0 -0.35433,0.15069 -0.35433,0.33491 0,0.18422 0.75738,0.38353 1.68307,0.44291 1.46146,0.0938 1.69866,0.21813 1.80142,0.94433 0.13796,0.97487 2.97683,3.94714 3.76997,3.94714 0.3046,0 0.54082,0.30954 0.54082,0.70866 0,0.57366 0.23622,0.70866 1.24016,0.70866 1.00393,0 1.24015,-0.135 1.24015,-0.70866 0,-0.47417 0.23622,-0.70866 0.71387,-0.70866 0.76671,0 2.11719,-1.86261 2.11945,-2.92323 10e-4,-0.56473 0.50879,-0.62008 5.68672,-0.62008 5.56391,0 5.70399,0.0188 6.55512,0.86971 0.58897,0.589 0.86973,1.26634 0.86973,2.09834 0,0.67575 0.35875,2.03808 0.79724,3.02744 l 0.79724,1.79886 1.96654,0 c 1.08159,2.5e-4 2.1374,0.17132 2.34625,0.38017 0.36782,0.36783 2.34496,0.32343 9.95103,-0.22344 2.32957,-0.16753 2.99557,-0.34176 3.27064,-0.85575 0.49219,-0.91966 2.42513,-1.12319 12.331101,-1.29848 7.01195,-0.12405 8.6966,-0.0614 9.09648,0.33853 0.3049,0.3049 0.55877,1.61787 0.67031,3.46684 0.23284,3.85976 0.57962,5.98787 0.97574,5.98787 0.17441,0 0.31711,0.3189 0.31711,0.70866 0,0.54801 0.23622,0.70866 1.04208,0.70866 0.57315,0 1.14063,0.15945 1.26107,0.35433 0.2749,0.4448 11.87008,0.48232 11.87008,0.0384 0,-0.17376 0.38099,-0.41155 0.84664,-0.52841 0.5131,-0.12876 0.93453,-0.56268 1.06974,-1.1014 0.22095,-0.8803 0.26012,-0.88891 4.04744,-0.88891 3.09919,0 4.10245,0.13436 5.29109,0.70866 0.80672,0.38976 1.67378,0.71097 1.92679,0.71384 0.25302,0.004 1.17755,0.26879 2.05452,0.59105 0.87697,0.32227 3.18898,0.70895 5.1378,0.85929 1.94881,0.15038 4.16919,0.38346 4.93417,0.51796 1.3332,0.23439 3.03827,1.49769 3.03827,2.25107 0,0.1975 0.43848,0.59701 0.97441,0.88774 1.13153,0.61387 7.17519,0.78459 7.17519,0.20267 z " - }, - "cat41": { - "cat_id": 36, - "cat_slug": "montsia", - "name": "Montsià", - "nx": 100, - "ny": 680, - "capital": "Amposta", - "cx": 100, - "cy": 695, - "url": "https://work.catalunyamedieval.dev/mapa/montsia", - "statistics": { - "castell": 2, - "epoca-carlina": 0, - "muralles": 0, - "torre": 13, - "casa-forta": 0, - "palau": 0, - "pont": 0, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 2, - "esglesia": 2, - "esglesia-fortificada": 0, - "monestir": 0, - "altres-llocs-dinteres": 0 - }, - "total": 19, - "info": "", - "path": "m 100.9282,922.24273 c 0.003,-1.47277 0.15662,-2.5689 0.35975,-2.5689 0.20585,0 0.35433,-1.15487 0.35433,-2.75591 0,-2.31739 0.11276,-2.85243 0.70867,-3.36267 0.38976,-0.33371 0.70866,-0.94489 0.70866,-1.35818 0,-0.9045 3.88822,-4.92481 4.76302,-4.92481 0.75563,0 1.61493,-0.83495 1.61493,-1.56919 0,-0.32056 0.30064,-0.5568 0.70866,-0.5568 0.38976,0 0.70866,-0.15944 0.70866,-0.35433 0,-0.19488 0.41001,-0.35433 0.91114,-0.35433 1.02529,0 1.92351,-0.73275 1.92351,-1.56919 0,-0.30624 0.22843,-0.55679 0.50762,-0.55679 0.27919,0 0.60883,-0.3189 0.73254,-0.70866 0.1237,-0.38977 0.49787,-0.70866 0.83148,-0.70866 0.33361,0 0.83641,-0.3189 1.11733,-0.70867 0.28093,-0.38976 0.79448,-0.70866 1.14122,-0.70866 0.34674,0 0.63044,-0.15945 0.63044,-0.35433 0,-0.19488 0.63779,-0.35433 1.41732,-0.35433 1.04215,0 1.41732,-0.14495 1.41732,-0.54762 0,-0.85404 1.51442,-2.15897 2.85722,-2.46196 0.66967,-0.15112 3.76641,-0.34097 6.88164,-0.42193 l 5.66407,-0.14719 1.26664,-1.39964 c 0.86366,-0.95432 1.56323,-1.39961 2.19888,-1.39961 0.51274,0 1.03079,-0.15945 1.15124,-0.35433 0.12044,-0.19488 1.55548,-0.35433 3.18897,-0.35433 1.6335,0 3.06854,0.15945 3.18898,0.35433 0.12097,0.19573 1.71628,0.35433 3.56422,0.35433 1.99393,0 3.34523,-0.14311 3.34523,-0.35433 0,-0.19488 0.25493,-0.35433 0.5665,-0.35433 0.31157,0 1.01334,-0.47835 1.55948,-1.06299 0.54614,-0.58465 1.24791,-1.063 1.55949,-1.063 0.31157,0 0.5665,-0.15944 0.5665,-0.35433 0,-0.19488 0.3189,-0.35433 0.70866,-0.35433 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19488 0.24584,-0.35433 0.54631,-0.35433 0.30047,0 0.88861,-0.3189 1.30697,-0.70866 0.41837,-0.38976 0.96977,-0.70866 1.22534,-0.70866 0.25558,0 0.46469,-0.1401 0.46469,-0.31135 0,-0.17125 0.47834,-0.50946 1.06299,-0.75164 0.58465,-0.24219 1.06299,-0.5804 1.06299,-0.75165 0,-0.17124 0.24584,-0.31135 0.54631,-0.31135 0.30048,0 0.88861,-0.31889 1.30697,-0.70866 0.41837,-0.38976 1.0495,-0.70866 1.40251,-0.70866 0.35302,0 0.64185,-0.15945 0.64185,-0.35433 0,-0.19488 0.55807,-0.35433 1.24016,-0.35433 0.68208,0 1.24016,-0.15945 1.24016,-0.35433 0,-0.19488 0.25056,-0.35433 0.5568,-0.35433 0.30624,0 0.79574,-0.23893 1.08777,-0.53097 0.29203,-0.29204 0.9583,-0.63772 1.4806,-0.76822 0.52229,-0.13047 1.37236,-0.68878 1.88903,-1.24069 0.51668,-0.55187 1.19434,-1.00343 1.50591,-1.00343 0.33028,0 0.5665,-0.29551 0.5665,-0.70866 0,-0.47243 0.23622,-0.70866 0.70866,-0.70866 0.62992,0 0.70866,-0.23623 0.70866,-2.12599 0,-1.18109 0.15748,-2.12598 0.35433,-2.12598 0.19488,0 0.35433,-0.71752 0.35433,-1.59449 0,-1.58605 -0.007,-1.59449 -1.24015,-1.59449 -1.00394,0 -1.24016,0.135 -1.24016,0.70867 0,0.47242 -0.23622,0.70866 -0.70866,0.70866 -0.38977,0 -0.70866,0.15945 -0.70866,0.35433 0,0.19488 -0.3189,0.35433 -0.70867,0.35433 -0.38976,0 -0.70866,0.15945 -0.70866,0.35433 0,0.19488 -0.31889,0.35433 -0.70866,0.35433 -0.38976,0 -0.70866,0.15945 -0.70866,0.35433 0,0.19488 -0.47835,0.35433 -1.06299,0.35433 -0.58465,0 -1.06299,0.15945 -1.06299,0.35433 0,0.19488 -0.40655,0.35433 -0.90343,0.35433 -0.49688,0 -1.35467,0.23336 -1.9062,0.51857 -2.28862,1.1835 -4.18629,1.59725 -7.34867,1.60224 -3.59964,0.006 -5.28847,-0.60091 -5.65774,-2.03223 -0.1221,-0.47331 -0.47801,-0.79724 -0.87592,-0.79724 -0.36864,0 -0.67025,-0.15945 -0.67025,-0.35433 0,-0.19488 -0.46893,-0.35433 -1.04208,-0.35433 -0.57314,0 -1.14062,-0.15945 -1.26107,-0.35433 -0.12044,-0.19488 -1.54014,-0.35433 -3.15488,-0.35433 -1.98135,0 -3.61621,-0.22759 -5.0283,-0.69995 -1.15083,-0.38498 -2.37361,-0.70387 -2.7173,-0.70866 -0.34368,-0.005 -0.98148,-0.19307 -1.41732,-0.41836 -0.43584,-0.22532 -1.0693,-0.54421 -1.4077,-0.70866 -0.95646,-0.46484 -7.00284,-0.37647 -7.00284,0.10233 0,0.52583 -1.39232,1.72464 -2.00304,1.72464 -0.2625,0 -0.47728,0.16639 -0.47728,0.36978 0,0.40758 -11.43203,0.25154 -14.08465,-0.19226 -1.36684,-0.22869 -1.5059,-0.34668 -1.5059,-1.27772 0,-0.5642 -0.15945,-1.02579 -0.35433,-1.02579 -0.19488,0 -0.35433,-0.54864 -0.35433,-1.21925 0,-0.67057 -0.15945,-1.31779 -0.35433,-1.43823 -0.19488,-0.12044 -0.35433,-1.41682 -0.35433,-2.88085 0,-1.86562 -0.15531,-2.81721 -0.51919,-3.18107 -0.43434,-0.43434 -1.80958,-0.49472 -8.41535,-0.36936 -8.964991,0.17015 -10.773221,0.3796 -11.268681,1.30539 -0.39382,0.73584 -3.6399,1.07696 -10.44639,1.09768 -5.99191,0.0184 -7.97635,-0.2954 -8.93733,-1.41275 -0.44325,-0.51534 -0.8061,-1.2066 -0.80633,-1.53616 -2.4e-4,-0.32953 -0.15988,-0.69772 -0.35477,-0.81815 -0.19488,-0.12044 -0.35433,-1.00683 -0.35433,-1.96973 0,-1.51451 -0.0956,-1.75075 -0.70866,-1.75075 -0.38976,0 -0.70866,-0.15944 -0.70866,-0.35433 0,-0.21858 -1.79847,-0.35277 -4.69488,-0.35025 l -4.69488,0.004 -0.69806,1.4564 c -0.38394,0.801 -1.0616,1.62202 -1.50591,1.82445 -0.44432,0.20246 -0.80784,0.56463 -0.80784,0.80479 0,0.61267 -0.83977,0.86687 -2.86363,0.86687 -1.50645,0 -1.74267,-0.0961 -1.74267,-0.70866 0,-0.40298 -0.23623,-0.70866 -0.5476,-0.70866 -0.68842,0 -2.28705,-1.56976 -2.28705,-2.24571 0,-0.27847 -0.3189,-0.58968 -0.70866,-0.69159 -0.47436,-0.12405 -0.70866,-0.48334 -0.70866,-1.08666 0,-0.84851 -0.11915,-0.90755 -2.03396,-1.00757 -1.63137,-0.0852 -2.05812,-0.23315 -2.15601,-0.74732 -0.0671,-0.3526 0.21036,-0.92938 0.61664,-1.28172 0.40627,-0.35238 0.73868,-0.90099 0.73868,-1.21918 0,-0.31819 0.17897,-0.57852 0.39772,-0.57852 0.27478,0 0.26137,-0.16427 -0.0434,-0.5315 -0.34024,-0.40996 -1.28194,-0.53149 -4.11819,-0.53149 l -3.67709,1.4e-4 0,1.09024 c 0,1.31659 -1.37761,2.78585 -3.21413,3.42797 -0.69592,0.24332 -2.56945,0.44242 -4.16339,0.44242 -1.69582,0 -2.89807,0.14698 -2.89807,0.35433 0,0.19488 -0.23917,0.35433 -0.53149,0.35433 -0.68119,0 -1.94882,1.25982 -1.94882,1.93681 0,0.2857 -0.26871,1.08294 -0.59712,1.77165 -0.50107,1.05073 -0.7808,1.25217 -1.73887,1.25217 -1.13302,0 -1.14266,0.0149 -1.26311,1.94932 -0.1125,1.80676 -0.0646,1.94924 0.65496,1.94881 0.42698,-2.8e-4 0.87487,0.15896 0.99532,0.35384 0.40903,0.66182 2.81638,0.40844 3.36614,-0.35433 0.79219,-1.0991 2.31338,-0.92342 3.06817,0.35433 0.96147,1.62762 1.53813,1.36194 1.53813,-0.70866 l 0,-1.77166 2.65748,0 2.65748,0 0,4.80877 c 0,3.69517 0.11722,4.92601 0.50619,5.31496 0.38734,0.38735 1.59955,0.5062 5.1631,0.5062 5.06088,0 5.66929,0.20643 5.66929,1.92352 0,0.67489 0.18373,0.91112 0.70866,0.91112 0.47244,0 0.70866,0.23623 0.70866,0.70866 0,0.38977 0.15945,0.70866 0.35434,0.70866 0.53808,0 0.41359,3.16637 -0.19297,4.90802 -0.63764,1.83086 -1.26461,2.53293 -2.26204,2.53293 -0.40368,0 -1.05287,0.3189 -1.44263,0.70866 -0.73157,0.73159 -0.9814,2.48032 -0.35433,2.48032 0.21474,0 0.35433,1.53542 0.35433,3.89763 0,2.1437 0.14085,3.89764 0.313,3.89764 0.17215,0 0.3964,0.3189 0.49833,0.70866 0.16771,0.64134 0.48331,0.70866 3.3225,0.70866 2.86869,0 3.22028,0.077 4.10798,0.90018 0.53393,0.49507 0.97079,1.13287 0.97079,1.41732 0,0.28442 0.31889,0.51715 0.70866,0.51715 0.38976,0 0.70866,0.15945 0.70866,0.35433 0,0.19488 0.63779,0.35433 1.41732,0.35433 0.77953,0 1.41732,0.15945 1.41732,0.35433 0,0.19488 0.60591,0.35433 1.34646,0.35433 0.74055,0 1.49793,0.1512 1.68307,0.33598 0.18514,0.18478 2.72835,0.40819 5.65158,0.49649 2.92323,0.0883 5.99262,0.27276 6.82086,0.40992 1.45185,0.24042 1.50591,0.2959 1.50591,1.54591 0,0.71306 0.3189,2.16897 0.70866,3.23532 0.38976,1.06636 0.70866,2.2015 0.70866,2.52259 0,0.56293 0.60141,0.88859 2.48032,1.34309 0.86703,0.20973 0.8897,0.30065 1.06883,4.28652 0.21322,4.74473 0.71904,6.37536 1.97764,6.37536 0.46814,0 0.85116,0.13008 0.85116,0.2891 0,0.43671 2.65194,1.83689 3.4791,1.83689 0.41392,0 0.82165,0.30412 0.95004,0.70866 0.19834,0.62493 0.53611,0.70866 2.85852,0.70866 1.51952,0 2.6336,0.14988 2.6336,0.35433 0,0.19488 0.79725,0.35433 1.77166,0.35433 0.9744,0 1.77165,0.15945 1.77165,0.35433 0,0.19488 0.30815,0.35433 0.68478,0.35433 0.38774,0 0.7888,0.32772 0.924571,0.75547 0.42893,1.35149 0.85972,-0.0385 0.86554,-2.79287 z " - }, - "cat42": { - "cat_id": 222, - "cat_slug": "moianes", - "name": "Moianès", - "nx": 480, - "ny": 350, - "capital": "Moià", - "cx": 460, - "cy": 365, - "url": "https://work.catalunyamedieval.dev/mapa/moianes", - "statistics": { - "castell": 7, - "epoca-carlina": 0, - "muralles": 0, - "torre": 4, - "casa-forta": 2, - "palau": 0, - "pont": 0, - "torre-colomer": 0, - "basilica": 0, - "catedral": 0, - "ermita": 5, - "esglesia": 9, - "esglesia-fortificada": 0, - "monestir": 1, - "altres-llocs-dinteres": 0 - }, - "total": 28, - "info": "", - "path": "m 485.73673,582.70533 c 0,-0.62826 0.2363,-0.70866 2.0826,-0.70866 2.6103,0 2.9481,-0.36935 2.808,-3.07049 l -0.1071,-2.0673 -1.2925,-0.10783 c -0.9281,-0.0774 -1.3432,-0.3021 -1.4727,-0.79724 -0.1628,-0.62256 -0.5098,-0.68942 -3.5796,-0.68942 -2.03,0 -3.3993,-0.14273 -3.3993,-0.35433 0,-0.19488 -0.2505,-0.35433 -0.5568,-0.35433 -1.2597,0 -1.5692,-0.90333 -1.5692,-4.581 0,-3.33238 0.047,-3.56861 0.7087,-3.56861 0.6456,0 0.7086,-0.23623 0.7086,-2.65748 0,-1.53543 -0.1496,-2.65748 -0.3543,-2.65748 -0.1949,0 -0.3543,-0.3189 -0.3543,-0.70866 0,-0.38976 -0.1595,-0.70866 -0.3543,-0.70866 -0.1949,0 -0.3544,-0.20911 -0.3544,-0.46469 0,-0.25557 -0.3189,-0.80697 -0.7086,-1.22534 -0.5404,-0.58003 -0.7087,-1.25043 -0.7087,-2.82323 0,-1.6561 0.1396,-2.16324 0.7087,-2.57336 0.3897,-0.28092 0.7086,-0.79447 0.7086,-1.14121 0,-0.34674 0.1339,-0.63044 0.2975,-0.63044 0.7411,0 1.1199,-2.07193 1.1206,-6.12888 l 0,-4.32388 -3.8984,0.11069 c -3.7372,0.10612 -3.8984,0.0805 -3.8984,-0.62008 0,-0.60032 -0.2236,-0.73076 -1.2526,-0.73076 -1.7801,0 -2.99934,-0.89431 -2.99934,-2.19991 0,-0.75742 -0.20009,-1.10774 -0.70866,-1.24073 -0.38976,-0.10193 -0.70866,-0.45042 -0.70866,-0.77444 0,-0.32401 -0.3189,-0.81896 -0.70866,-1.09988 -1.01027,-0.72816 -1.02923,-3.54331 -0.0237,-3.54331 0.37661,0 0.78601,-0.3189 0.90971,-0.70866 0.12369,-0.38977 0.45336,-0.70866 0.73254,-0.70866 0.27918,0 0.50761,-0.15945 0.50761,-0.35433 0,-0.19489 0.3189,-0.35434 0.70866,-0.35434 0.6245,0 0.7087,-0.23622 0.7087,-1.99014 0,-1.91081 -0.032,-1.97895 -0.7973,-1.70944 -1.23064,0.43331 -8.41533,0.61188 -8.41533,0.20916 0,-0.21401 -0.37113,-0.23073 -0.97441,-0.0439 -0.53593,0.16595 -1.65207,0.49652 -2.48032,0.73459 -0.82825,0.23808 -1.5059,0.56679 -1.5059,0.73048 0,0.1637 -0.6378,0.29762 -1.41733,0.29762 -0.77952,0 -1.41732,0.16523 -1.41732,0.36716 0,0.23516 -1.24207,0.3307 -3.45472,0.26575 -3.35456,-0.0985 -3.45824,-0.12634 -3.57616,-0.96125 -0.23697,-1.6781 -1.0885,-2.5063 -2.5768,-2.5063 -0.98741,0 -1.37657,0.15026 -1.37657,0.53149 0,0.29232 -0.15945,0.5315 -0.35433,0.5315 -0.19488,0 -0.35433,0.47834 -0.35433,1.06299 0,0.58465 -0.15945,1.06299 -0.35433,1.06299 -0.21476,0 -0.35433,1.53543 -0.35433,3.89764 0,2.36221 -0.13957,3.89764 -0.35433,3.89764 -0.19489,0 -0.35433,0.44209 -0.35433,0.98241 0,0.75933 -0.28163,1.13408 -1.24016,1.65029 -0.68209,0.36733 -1.24016,0.80221 -1.24016,0.9664 0,0.16419 -0.20909,0.29854 -0.46467,0.29854 -0.25558,0 -0.80699,0.31889 -1.22535,0.70866 -0.41835,0.38976 -0.91605,0.70866 -1.10593,0.70866 -0.18989,0 -0.44649,0.3189 -0.57019,0.70866 -0.1237,0.38976 -0.45337,0.70866 -0.73254,0.70866 -0.30523,0 -0.50762,0.35317 -0.50762,0.88583 0,0.74408 0.16675,0.88582 1.04209,0.88582 0.57313,0 1.13205,0.14558 1.242,0.3235 0.10998,0.17793 0.82442,0.42901 1.58765,0.55796 0.76323,0.12894 1.46916,0.44668 1.56869,0.70608 0.0995,0.25939 0.67599,0.58034 1.28098,0.71323 0.60502,0.13288 1.62847,0.78571 2.2743,1.45073 0.64588,0.66502 1.44358,1.20913 1.77272,1.20913 0.3291,0 1.22981,0.32214 2.00158,0.71587 1.23587,0.63048 1.40322,0.86553 1.40322,1.97082 0,2.04511 -1.0328,4.75426 -1.81244,4.75426 -0.36733,0 -0.66788,0.15945 -0.66788,0.35433 0,0.20248 -1.06299,0.35433 -2.48031,0.35433 -1.41732,0 -2.48032,0.15186 -2.48032,0.35433 0,0.19488 -0.54733,0.35433 -1.21627,0.35433 -0.9051,0 -1.27382,0.18132 -1.44121,0.70866 -0.18811,0.59266 -0.5361,0.70866 -2.12598,0.70866 -1.55346,0 -1.93996,0.12254 -2.11376,0.67016 -0.20569,0.64806 -0.89787,0.89342 -3.7327,1.3231 -1.40726,0.21331 -3.60974,1.13055 -3.94306,1.64212 -0.21288,0.32667 -1.96505,0.79981 -4.50361,1.21612 -1.17649,0.19293 -1.18194,0.20293 -0.99978,1.83462 0.29168,2.61294 0.65668,4.0629 1.14587,4.55209 0.62748,0.62748 0.97338,0.57146 1.5683,-0.25395 0.28091,-0.38977 0.76259,-0.70866 1.07036,-0.70866 0.30774,0 0.72308,-0.16353 0.92296,-0.36341 0.22709,-0.22709 2.54622,-0.32676 6.18307,-0.26574 l 5.81967,0.0977 0.11105,1.34656 c 0.0879,1.06647 0.30905,1.43412 1.06299,1.76751 0.52356,0.23156 1.1637,0.6232 1.4225,0.87034 0.2588,0.24715 0.77701,0.61338 1.15157,0.81383 0.49943,0.26731 0.68103,0.7465 0.68103,1.79713 0,1.20242 0.22234,1.64626 1.38369,2.76208 0.76104,0.73119 1.61302,2.00788 1.89333,2.83705 0.46517,1.37612 0.55861,1.45861 1.07129,0.94592 0.64265,-0.64261 5.57295,-0.82608 5.57295,-0.20735 0,0.21993 1.94882,0.35433 5.13779,0.35433 3.18898,0 5.1378,-0.1344 5.1378,-0.35433 0,-0.19488 0.31889,-0.35433 0.70866,-0.35433 0.40801,0 0.70866,-0.23623 0.70866,-0.5568 0,-0.958 0.95623,-1.56918 2.45502,-1.56918 1.22545,0 1.44262,0.11108 1.44262,0.73789 0,0.66061 0.17628,0.72556 1.68307,0.62008 1.5178,-0.10623 1.6942,-0.0395 1.7963,0.67943 0.098,0.68977 0.3249,0.79724 1.6831,0.79724 0.8634,0 1.5698,-0.15945 1.5698,-0.35433 0,-0.21331 1.4542,-0.35433 3.6539,-0.35433 4.1362,0 6.6217,0.80111 6.6217,2.13424 0,0.59389 0.2425,0.7004 1.5945,0.7004 1.3582,0 1.5945,-0.10498 1.5945,-0.70866 z " - } -} +{"cat1": { "cat_id": 52,"cat_slug": "vall-daran","name": "Vall d'Aran","nx": 170,"ny": 70,"capital": "Viella","cx": 170,"cy": 85,"url": "https://work.catalunyamedieval.dev/mapa/vall-daran","statistics": {"castell":10,"epoca-carlina":0,"muralles":0,"torre":1,"casa-forta":1,"palau":0,"pont":0,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":0,"esglesia":12,"esglesia-fortificada":0,"monestir":0,"altres-llocs-dinteres":0},"total": 24,"info": "","path": "m 210.77614,318.37463 c 0,-0.47244 0.23622,-0.70866 0.70866,-0.70866 0.59056,0 0.70866,-0.23623 0.70866,-1.41733 0,-1.41732 0,-1.41732 1.41733,-1.41732 l 1.41732,0 0,-4.96063 c 0,-4.48819 0.0675,-5.02812 0.70866,-5.66929 0.3937,-0.3937 0.70866,-1.1811 0.70866,-1.77165 0,-0.58465 0.14201,-1.063 0.31557,-1.063 0.39475,0 0.75048,-1.89638 0.98038,-5.22637 0.15437,-2.23591 0.26559,-2.5689 0.85803,-2.5689 0.61743,0 0.68067,-0.27711 0.68067,-2.98283 0,-3.78179 0.12808,-4.10379 1.6324,-4.10379 1.01489,0 1.20224,-0.12577 1.20224,-0.80708 0,-0.44389 0.3189,-1.08012 0.70867,-1.41385 0.38976,-0.33373 0.70866,-0.89534 0.70866,-1.24804 0,-1.54162 2.58483,-2.11281 3.5433,-0.78299 0.56434,0.78297 2.12599,0.97095 2.12599,0.25591 0,-0.24902 0.3189,-0.7258 0.70866,-1.05953 0.38976,-0.33372 0.70866,-0.8475 0.70866,-1.14173 0,-0.29875 -0.31292,-0.53497 -0.70866,-0.53497 -0.63598,0 -0.70866,-0.23622 -0.70866,-2.30315 0,-1.29921 0.15445,-2.30315 0.35433,-2.30315 0.19488,0 0.35433,-0.23917 0.35433,-0.53149 0,-0.29233 0.15945,-0.5315 0.35433,-0.5315 0.19488,0 0.35433,-0.62838 0.35433,-1.39641 0,-0.76803 -0.15945,-1.49496 -0.35433,-1.6154 -0.19488,-0.12045 -0.35433,-1.55585 -0.35433,-3.1898 0,-2.47417 0.10842,-3.0482 0.64856,-3.43381 0.3567,-0.25465 0.73723,-0.7819 0.84562,-1.17167 0.10839,-0.38976 0.3173,-1.00166 0.46426,-1.35977 0.24953,-0.60811 0.0942,-0.63666 -2.35154,-0.43239 -1.44029,0.12029 -4.14982,0.30378 -6.02116,0.40776 l -3.40246,0.18907 -0.44959,-1.08541 c -0.24727,-0.59697 -0.59783,-1.0854 -0.77901,-1.0854 -0.18118,0 -0.55092,-0.51821 -0.82164,-1.15157 -0.27072,-0.63337 -0.96996,-1.59401 -1.55388,-2.13476 -1.01337,-0.93846 -1.12716,-0.96274 -2.50151,-0.53381 -1.12543,0.35125 -1.43985,0.62398 -1.43985,1.24893 0,0.43976 -0.15945,0.79956 -0.35434,0.79956 -0.19488,0 -0.35433,0.46129 -0.35433,1.02508 0,1.2665 -0.45206,1.45523 -3.48569,1.45523 -2.25947,0 -2.40977,-0.054 -3.37651,-1.21347 -0.55648,-0.66741 -1.47242,-1.40427 -2.03542,-1.63748 -0.563,-0.2332 -1.02364,-0.62623 -1.02364,-0.8734 0,-0.24717 -0.71752,-0.66125 -1.59448,-0.92019 -0.87697,-0.25894 -1.59449,-0.68278 -1.59449,-0.94186 0,-0.48942 -0.90017,-1.40265 -2.87581,-2.91753 -1.40968,-1.08093 -3.10626,-2.81287 -3.9616,-4.04418 -0.58085,-0.83617 -0.85153,-0.91645 -3.08979,-0.91645 -2.31487,0 -2.49747,-0.0599 -3.23907,-1.063 -0.43224,-0.58464 -0.99509,-1.06299 -1.25076,-1.06299 -0.25568,0 -0.46486,-0.1762 -0.46486,-0.39155 0,-0.26217 -0.49757,-0.31203 -1.50591,-0.15089 -2.98075,0.47636 -7.70669,0.60713 -7.70669,0.21326 0,-0.20871 -0.43999,-0.37948 -0.97776,-0.37948 -0.57255,0 -1.14984,-0.27554 -1.39298,-0.66487 -0.39072,-0.62565 -1.04858,-0.84822 -3.98076,-1.34678 -1.31501,-0.2236 -2.8611,-1.52126 -2.8611,-2.40138 0,-0.30118 -0.15945,-0.5476 -0.35433,-0.5476 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.47244 -0.23622,-0.70866 -0.70866,-0.70866 -0.47244,0 -0.70866,-0.23622 -0.70866,-0.70866 0,-0.47244 -0.23622,-0.70867 -0.70866,-0.70867 -0.38977,0 -0.70867,0.15945 -0.70867,0.35434 0,0.20961 -1.28488,0.35433 -3.14598,0.35433 l -3.14599,0 -0.44111,1.06493 c -0.24694,0.59616 -1.03656,1.39959 -1.79384,1.82521 -0.744,0.41815 -1.53316,1.19587 -1.75368,1.72826 -0.22053,0.53239 -0.78796,1.30448 -1.26096,1.71576 -0.47301,0.41127 -0.85471,0.86841 -0.84822,1.01586 0.0273,0.62034 1.46051,1.93845 2.37104,2.1806 0.9078,0.24142 0.99139,0.41327 1.08847,2.2379 0.0858,1.6125 0.23259,2.00971 0.79725,2.15737 0.72919,0.19069 0.93924,1.11575 0.33775,1.48749 -0.19488,0.12045 -0.3541,0.56834 -0.35381,0.99532 7.1e-4,1.13285 -1.8656,4.84103 -2.43927,4.84648 -0.26947,0.002 -0.78608,0.34611 -1.14802,0.76343 -0.64241,0.74071 -0.64129,0.77333 0.047,1.3703 0.51104,0.44322 0.7051,1.05534 0.7051,2.22406 0,2.10381 -0.2682,2.73348 -1.16432,2.73348 -0.96079,0 -3.19332,0.78422 -3.52513,1.23827 -0.51093,0.69915 -0.28728,2.32197 0.3489,2.53166 0.34104,0.11241 1.296,0.50603 2.12212,0.87471 0.82613,0.36868 1.98213,0.67032 2.5689,0.67032 l 1.06685,0 0,3.18898 c 0,2.09184 0.13471,3.18898 0.39155,3.18898 0.25982,0 0.31564,0.50663 0.16591,1.5059 -0.12411,0.82825 -0.31636,2.18356 -0.42723,3.01181 -0.11087,0.82825 -0.34498,1.50591 -0.52023,1.50591 -0.17526,0 -0.31866,0.47834 -0.31866,1.06299 0,0.58465 0.15945,1.06299 0.35433,1.06299 0.19489,0 0.35433,0.71752 0.35433,1.59449 0,1.18491 0.13727,1.59449 0.53437,1.59449 0.2939,0 0.78956,0.63779 1.10147,1.41732 0.3119,0.77953 0.70923,1.41732 0.88295,1.41732 0.17372,0 0.31586,1.04781 0.31586,2.32846 0,2.715 0.42671,3.34084 2.27784,3.34084 l 1.26547,0 0,4.77436 0,4.77437 1.04539,0.54059 c 0.57497,0.29733 1.26242,0.5406 1.52768,0.5406 0.26525,0 0.82457,0.31889 1.24294,0.70866 0.41836,0.38976 1.0065,0.70866 1.30697,0.70866 0.31009,0 0.54631,0.30642 0.54631,0.70866 0,0.68167 0.23622,0.70866 6.20079,0.70866 5.96456,0 6.20078,-0.027 6.20078,-0.70866 0,-0.66439 0.23623,-0.70866 3.78116,-0.70866 4.12602,0 5.07711,0.37536 5.07711,2.00374 0,0.77094 0.14065,0.83091 1.94882,0.83091 l 1.94882,0 0,-1.77166 0,-1.77165 1.27516,0 c 0.96368,0 1.52094,-0.26311 2.28133,-1.07711 0.99167,-1.06158 1.05117,-1.07562 4.12838,-0.97441 l 3.12222,0.1027 0.10237,3.10039 c 0.099,2.99754 0.13027,3.1004 0.94292,3.1004 0.49894,0 1.20404,0.432 1.73498,1.06299 0.49195,0.58464 1.22364,1.06299 1.62598,1.06299 0.40235,0 0.73154,0.15945 0.73154,0.35433 0,0.19488 0.25056,0.35433 0.55681,0.35433 0.64881,0 1.56918,0.8313 1.56918,1.41732 0,0.58603 0.92036,1.41733 1.56917,1.41733 0.30625,0 0.55681,0.15945 0.55681,0.35433 0,0.19488 0.23917,0.35433 0.5315,0.35433 0.29527,0 0.53149,-0.31496 0.53149,-0.70866 z "},"cat2": { "cat_id": 40,"cat_slug": "pallars-sobira","name": "Pallars Sobirà","nx": 280,"ny": 110,"capital": "Sort","cx": 270,"cy": 125,"url": "https://work.catalunyamedieval.dev/mapa/pallars-sobira","statistics": {"castell":17,"epoca-carlina":0,"muralles":0,"torre":10,"casa-forta":0,"palau":0,"pont":1,"torre-colomer":1,"basilica":0,"catedral":0,"ermita":0,"esglesia":0,"esglesia-fortificada":0,"monestir":0,"altres-llocs-dinteres":0},"total": 29,"info": "","path": "m 253.29583,415.10691 c 0,-0.58465 0.15945,-1.06299 0.35433,-1.06299 0.19488,0 0.35433,-0.45141 0.35433,-1.00312 0,-0.70735 -0.26119,-1.1429 -0.88583,-1.4772 -0.4872,-0.26074 -0.88583,-0.59391 -0.88583,-0.74038 0,-0.14647 -0.5182,-0.37648 -1.15157,-0.51114 -2.99782,-0.63736 -5.58071,-2.953 -5.58071,-5.00329 0,-1.87801 1.61108,-2.60345 5.78184,-2.60345 3.05011,0 3.3646,-0.0631 3.53343,-0.70867 0.13607,-0.52036 0.48331,-0.70866 1.30679,-0.70866 1.39665,0 1.85224,-0.46109 2.4507,-2.48031 0.71951,-2.42764 1.16024,-3.18898 1.84607,-3.18898 0.39348,0 0.79216,-0.45992 1.07377,-1.2387 0.24636,-0.68129 0.73503,-1.32983 1.08593,-1.4412 0.3509,-0.11138 0.63801,-0.51065 0.63801,-0.88728 0,-0.44857 0.24445,-0.68479 0.70866,-0.68479 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19488 0.44828,-0.35433 0.99618,-0.35433 0.5479,0 1.33847,-0.3189 1.75684,-0.70866 0.41836,-0.38976 0.85843,-0.70866 0.97795,-0.70866 0.67039,0 1.22966,-1.19715 1.22966,-2.63217 0,-0.89089 0.15945,-1.6198 0.35433,-1.6198 0.19488,0 0.35433,-0.23917 0.35433,-0.5315 0,-0.29232 0.3189,-0.85039 0.70866,-1.24015 0.38977,-0.38977 0.70866,-1.10729 0.70866,-1.59449 0,-0.48721 0.15945,-0.88583 0.35433,-0.88583 0.19489,0 0.35433,-0.38176 0.35433,-0.84835 0,-0.4666 0.47835,-1.36043 1.063,-1.98629 0.79852,-0.85482 1.06299,-1.47604 1.06299,-2.49688 0,-0.74741 0.15945,-1.45748 0.35433,-1.57793 0.19488,-0.12044 0.35433,-0.68792 0.35433,-1.26107 0,-0.57314 0.15945,-1.04208 0.35433,-1.04208 0.22233,0 0.35433,-2.24409 0.35433,-6.02362 l 0,-6.02362 1.40352,0 c 0.91501,0 1.62415,0.23261 2.0374,0.66832 0.34864,0.36758 1.3514,0.78505 2.22837,0.92773 0.87697,0.14267 2.02506,0.47972 2.5513,0.749 1.10888,0.56741 3.683,0.65437 4.00382,0.13526 0.12045,-0.19488 0.90775,-0.35433 1.74958,-0.35433 1.39566,0 1.57139,-0.10151 1.9934,-1.15157 0.25456,-0.63337 0.89769,-1.57807 1.4292,-2.09933 0.53151,-0.52127 1.02024,-1.21823 1.08608,-1.5488 0.0658,-0.33057 0.67582,-0.78105 1.35554,-1.00106 0.72908,-0.236 1.28821,-0.67315 1.36357,-1.0661 0.0703,-0.36634 0.59041,-1.11835 1.1559,-1.67113 0.92642,-0.90561 1.02815,-1.23327 1.02815,-3.31158 0,-1.68143 0.19169,-2.62094 0.70733,-3.46667 0.46594,-0.7642 0.70779,-1.78685 0.70867,-2.99649 0.001,-1.52451 0.12167,-1.87456 0.70998,-2.06128 0.38977,-0.12371 0.70866,-0.37363 0.70866,-0.55538 0,-0.18174 0.55807,-0.33045 1.24016,-0.33045 0.68209,0 1.24016,0.15945 1.24016,0.35433 0,0.19488 0.3189,0.35433 0.70866,0.35433 0.47244,0 0.70866,0.23622 0.70866,0.70866 0,0.57368 0.23622,0.70867 1.24016,0.70867 1.00394,0 1.24016,-0.13499 1.24016,-0.70867 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.23013 0.35433,-0.5114 0,-0.28127 0.33379,-0.7452 0.74175,-1.03095 0.67411,-0.47217 0.73843,-0.8456 0.7053,-4.0949 -0.0342,-3.35686 0.007,-3.57535 0.67556,-3.57535 0.55513,0 0.71203,-0.23454 0.71203,-1.06435 0,-0.96205 0.15326,-1.10534 1.59449,-1.49081 0.87697,-0.23455 1.59449,-0.55284 1.59449,-0.7073 0,-0.15446 0.17084,-0.28084 0.37964,-0.28084 0.2088,0 0.62326,-0.24362 0.92102,-0.54138 0.42245,-0.42246 0.44952,-0.65204 0.12322,-1.04519 -0.28581,-0.3444 -0.35088,-1.37837 -0.20561,-3.26768 0.66822,-8.6908 0.66425,-8.96465 -0.13013,-8.96465 -0.57912,0 -0.73381,-0.22408 -0.73381,-1.06299 0,-0.58465 -0.15945,-1.06299 -0.35433,-1.06299 -0.19488,0 -0.35433,-0.39724 -0.35433,-0.88275 0,-0.51886 -0.43818,-1.30149 -1.06299,-1.8986 -0.58465,-0.55871 -1.06299,-1.27762 -1.06299,-1.59757 0,-0.31994 -0.1427,-0.58171 -0.31712,-0.58171 -0.29752,0 -0.42731,-0.58722 -0.95934,-4.34056 -0.1174,-0.82824 -0.35657,-1.65738 -0.53149,-1.84251 -0.17492,-0.18514 -0.31804,-0.78308 -0.31804,-1.32875 0,-0.54566 -0.15945,-0.99212 -0.35433,-0.99212 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.47244 -0.23622,-0.70866 -0.70866,-0.70866 -0.56179,0 -0.70866,-0.23623 -0.70866,-1.13973 0,-1.86751 -1.01795,-4.08711 -1.98584,-4.33003 -0.48953,-0.12286 -0.84881,-0.47454 -0.84881,-0.83085 0,-0.67805 -1.44541,-1.92042 -2.57088,-2.20972 -0.47488,-0.12207 -0.89334,-0.74521 -1.2492,-1.86024 -0.29432,-0.92217 -0.67134,-1.67668 -0.83784,-1.67668 -0.16649,0 -0.30271,-0.3189 -0.30271,-0.70866 0,-0.38976 -0.15945,-0.70866 -0.35433,-0.70866 -0.19488,0 -0.35433,-0.33565 -0.35433,-0.74588 0,-0.68128 -0.13043,-0.7238 -1.50591,-0.49093 -0.82824,0.14023 -5.13336,0.32214 -9.56692,0.40426 l -8.06103,0.1493 0,-0.90739 c 0,-0.72274 -0.21418,-0.95023 -1.05251,-1.11789 -0.59305,-0.11862 -1.14484,-0.50144 -1.26403,-0.87697 -0.1694,-0.53374 -0.55961,-0.66647 -1.95931,-0.66647 -1.25769,0 -1.74777,0.1384 -1.74777,0.49359 0,0.69415 -0.79979,0.92373 -3.21796,0.92373 -1.16178,0 -2.097,0.15803 -2.097,0.35433 0,0.19489 -0.40018,0.35434 -0.8893,0.35434 -0.48911,0 -1.16234,0.31889 -1.49607,0.70866 -0.55035,0.64277 -1.04525,0.70866 -5.32261,0.70866 -4.17223,0 -4.7409,-0.0715 -4.93325,-0.62008 -0.11958,-0.34104 -0.49069,-0.85925 -0.82469,-1.15158 -0.50783,-0.44445 -1.52099,-2.24317 -3.24053,-5.75306 -0.16578,-0.3384 -0.30383,-1.13565 -0.30676,-1.77165 -0.008,-1.6453 -0.88831,-3.97055 -1.55504,-4.1056 -0.31109,-0.063 -0.56561,-0.42177 -0.56561,-0.79724 0,-0.37548 -0.15945,-0.68268 -0.35433,-0.68268 -0.19488,0 -0.35433,-0.47835 -0.35433,-1.06299 0,-0.58465 -0.16333,-1.063 -0.36296,-1.063 -0.19963,0 -1.33764,-0.95669 -2.52891,-2.12598 -1.19127,-1.16929 -2.29279,-2.12598 -2.44781,-2.12598 -0.15502,0 -0.38307,-0.3189 -0.50678,-0.70867 -0.18487,-0.58248 -0.53611,-0.70866 -1.97269,-0.70866 -1.2577,0 -1.74778,0.1384 -1.74778,0.49359 0,0.27147 -0.25221,0.59037 -0.56048,0.70866 -0.92178,0.35373 -5.40402,0.24306 -5.64031,-0.13925 -0.41668,-0.67421 -0.77447,-0.34798 -1.26297,1.15157 -0.26982,0.82825 -0.77369,1.81501 -1.11971,2.1928 -0.46229,0.50474 -0.62913,1.27438 -0.62913,2.90231 0,1.21849 0.15945,2.31397 0.35433,2.43442 0.41818,0.25844 0.48484,4.0748 0.0712,4.0748 -0.39387,0 -1.13417,2.15576 -1.13417,3.30272 0,0.71303 0.17635,0.94925 0.70866,0.94925 0.56751,0 0.70866,0.23622 0.70866,1.18594 0,0.67736 -0.3039,1.53635 -0.70866,2.00304 -0.38976,0.4494 -0.70866,1.01481 -0.70866,1.25646 0,1.11247 -3.33979,1.2126 -4.28018,0.12832 -0.65159,-0.75128 -1.38911,-0.65763 -1.38911,0.1764 0,0.251 -0.3189,0.82406 -0.70866,1.27346 -0.38977,0.4494 -0.70866,1.17426 -0.70866,1.6108 0,0.85017 -0.60388,1.22385 -1.9778,1.22385 -0.83839,0 -0.85685,0.0643 -0.85685,2.98283 0,3.2525 -0.18535,4.10378 -0.8935,4.10378 -0.31213,0 -0.52464,0.72277 -0.65114,2.21457 -0.29055,3.42645 -0.6256,5.22638 -0.97289,5.22638 -0.17442,0 -0.31711,0.40529 -0.31711,0.90064 0,0.49535 -0.3189,1.24294 -0.70867,1.6613 -0.63462,0.68118 -0.70866,1.25043 -0.70866,5.44833 0,2.57822 -0.0968,4.93989 -0.21507,5.24815 -0.13765,0.3587 -0.6479,0.56047 -1.41733,0.56047 -1.03533,0 -1.20224,0.11896 -1.20224,0.85685 0,1.22318 -0.35245,1.9778 -0.92374,1.9778 -0.27147,0 -0.49359,0.3189 -0.49359,0.70866 0,0.38976 -0.15945,0.70866 -0.35433,0.70866 -0.19488,0 -0.35433,0.23917 -0.35433,0.5315 0,0.35433 0.35433,0.53149 1.06299,0.53149 0.58465,0 1.063,0.15945 1.063,0.35433 0,0.19686 0.94488,0.35433 2.12598,0.35433 l 2.12599,0 0,2.01225 c 0,1.10673 0.19148,2.54177 0.42551,3.18898 0.36378,1.00601 0.59356,1.17673 1.58388,1.17673 0.87621,0 1.3498,0.25892 1.94427,1.06299 0.43225,0.58465 1.06407,1.06299 1.40405,1.06299 0.33999,0 0.71936,0.3189 0.84307,0.70866 0.12371,0.38977 0.37363,0.70866 0.55538,0.70866 0.18174,0 0.33045,0.3189 0.33045,0.70867 0,0.38976 0.21909,0.70866 0.48687,0.70866 0.26777,0 1.22447,0.41225 2.12598,0.91612 1.62239,0.90677 1.63912,0.93496 1.63912,2.76268 0,1.61372 -0.13215,1.95617 -1.04799,2.71577 -1.33436,1.10672 -1.3375,1.4007 -0.015,1.4007 l 1.06299,0 0,4.22299 c 0,4.66834 -0.13439,5.34394 -1.06299,5.34394 -0.34807,0 -0.72963,0.25221 -0.84792,0.56048 -0.11829,0.30826 -0.21508,3.57696 -0.21508,7.26378 0,6.39032 0.032,6.7033 0.68513,6.7033 0.48401,0 0.71804,0.28603 0.79724,0.97441 0.0988,0.85867 0.28046,0.98804 1.52944,1.08916 1.41398,0.11447 2.65748,0.87888 2.65748,1.6336 0,0.2191 -0.31889,0.6282 -0.70866,0.90913 -0.38976,0.28093 -0.70866,0.75904 -0.70866,1.06247 0,0.64956 -1.21306,1.77218 -1.91496,1.77218 -0.53117,0 -0.91968,0.74465 -0.91968,1.76272 0,0.79206 -0.6812,1.07192 -2.60911,1.07192 -1.47114,0 -1.49369,0.0192 -1.97247,1.68307 -0.26638,0.92569 -0.77953,2.27465 -1.14035,2.9977 -0.36081,0.72304 -0.65603,1.78858 -0.65603,2.36785 0,0.72033 -0.21094,1.12019 -0.66738,1.26505 -0.36707,0.1165 -1.16431,0.68671 -1.77166,1.26712 -0.86104,0.82286 -1.10426,1.35485 -1.10426,2.41532 0,0.85144 -0.26501,1.66558 -0.70866,2.17712 -0.38977,0.4494 -0.70867,0.9679 -0.70867,1.15221 0,0.62125 -2.19433,2.3911 -2.96459,2.3911 -0.42001,0 -1.15878,0.47834 -1.64171,1.06299 -0.48292,0.58464 -1.07911,1.06299 -1.32485,1.06299 -0.24574,0 -0.4468,0.23917 -0.4468,0.5315 0,0.29232 0.14886,0.53149 0.3308,0.53149 0.18194,0 0.38125,0.43712 0.44291,0.97138 0.074,0.64141 0.35285,1.01493 0.82078,1.09958 1.04955,0.18985 1.94882,1.12078 1.94882,2.01744 0,0.49159 0.26745,0.85952 0.70866,0.9749 0.54118,0.14152 0.70866,0.48331 0.70866,1.44618 0,1.42902 0.69658,1.99446 2.45702,1.99446 0.85007,0 1.08629,0.1541 1.08629,0.70866 0,0.65617 0.23622,0.70866 3.18897,0.70866 2.95276,0 3.18898,0.0525 3.18898,0.70866 0,0.64961 0.23622,0.70867 2.83465,0.70867 2.4645,0 2.83464,0.081 2.83464,0.62068 0,1.06735 2.69969,2.21607 5.20547,2.21495 1.20651,-7.1e-4 2.2922,0.15846 2.41264,0.35334 0.12045,0.19488 0.78258,0.35433 1.47141,0.35433 0.95443,0 1.29651,0.16862 1.43774,0.70866 0.10192,0.38977 0.40589,0.70867 0.67548,0.70867 0.2696,0 0.49018,-0.3189 0.49018,-0.70867 0,-0.64041 0.23622,-0.70866 2.4527,-0.70866 2.44067,0 2.45892,0.007 3.72047,1.4811 0.80429,0.93963 1.26777,1.84641 1.26777,2.48032 0,0.94803 0.0817,0.99921 1.59449,0.99921 1.53543,0 1.59449,-0.0394 1.59449,-1.06299 z "},"cat3": { "cat_id": 20,"cat_slug": "alta-ribagorca","name": "Alta Ribagorça","nx": 140,"ny": 130,"capital": "Pont de Suert","cx": 140,"cy": 145,"url": "https://work.catalunyamedieval.dev/mapa/alta-ribagorca","statistics": {"castell":4,"epoca-carlina":0,"muralles":2,"torre":1,"casa-forta":0,"palau":1,"pont":0,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":5,"esglesia":23,"esglesia-fortificada":0,"monestir":0,"altres-llocs-dinteres":0},"total": 36,"info": "","path": "m 194.31587,401.83561 c 0.80729,-0.80728 0.86972,-1.12373 0.86972,-4.40822 0,-1.97678 -0.15638,-3.63515 -0.35433,-3.75749 -0.19488,-0.12044 -0.35433,-0.67851 -0.35433,-1.24015 0,-0.56165 -0.15945,-1.11972 -0.35433,-1.24016 -0.19488,-0.12045 -0.35433,-1.0938 -0.35433,-2.163 0,-2.42865 -1.02052,-3.68346 -2.99571,-3.68346 l -1.25626,0 0,-1.77165 c 0,-1.17909 -0.14814,-1.77292 -0.44291,-1.77544 -0.24361,-0.002 -1.2003,-0.70231 -2.12599,-1.55606 -1.18097,-1.08921 -1.68307,-1.82802 -1.68307,-2.47654 0,-0.604 -0.19293,-0.92425 -0.55681,-0.92425 -1.0675,0 -1.56917,-0.9548 -1.56917,-2.9865 0,-1.08577 0.1522,-1.97413 0.33822,-1.97413 0.18603,0 0.73685,-0.39862 1.22405,-0.88582 0.48721,-0.48721 1.06392,-0.88583 1.28157,-0.88583 0.46238,0 1.40812,-0.87849 1.40812,-1.30799 0,-0.31945 -0.66316,-0.70577 -3.27755,-1.90932 -1.52117,-0.70028 -1.68307,-0.88956 -1.68307,-1.96773 0,-1.08924 0.0924,-1.19291 1.06299,-1.19291 0.58464,0 1.06299,-0.15945 1.06299,-0.35433 0,-0.20248 1.06299,-0.35433 2.48031,-0.35433 1.41733,0 2.48032,-0.15186 2.48032,-0.35433 0,-0.19489 0.3189,-0.35433 0.70866,-0.35433 0.66142,0 0.70866,-0.23623 0.70866,-3.54331 l 0,-3.54331 2.66634,0 2.66634,0 0.2126,-1.06299 c 0.11693,-0.58465 0.35211,-1.06299 0.52264,-1.06299 0.17052,0 0.31003,-0.28054 0.31003,-0.62343 0,-0.34289 0.3189,-0.82259 0.70867,-1.066 0.38976,-0.24341 0.70866,-0.76011 0.70866,-1.14822 0,-0.57025 0.23798,-0.70566 1.24016,-0.70566 0.68208,0 1.24015,-0.15945 1.24015,-0.35433 0,-0.19488 0.33029,-0.35433 0.73397,-0.35433 1.253,0 1.67833,-0.82197 1.85075,-3.57666 0.22378,-3.57518 0.52001,-4.50365 1.84854,-5.79383 0.62694,-0.60884 1.252,-1.46019 1.38901,-1.89187 0.13701,-0.43169 0.39781,-0.78489 0.57956,-0.78489 0.18175,0 0.33046,-0.22843 0.33046,-0.50761 0,-0.27919 0.31889,-0.60884 0.70866,-0.73254 0.38976,-0.12371 0.70866,-0.47564 0.70866,-0.78206 0,-0.77658 1.05584,-1.49642 2.21457,-1.50982 0.53592,-0.006 0.97441,-0.17072 0.97441,-0.3656 0,-0.19489 0.55807,-0.35433 1.24015,-0.35433 1.00394,0 1.24016,-0.13499 1.24016,-0.70867 0,-0.58878 0.23622,-0.70866 1.39641,-0.70866 0.76803,0 1.49496,-0.15945 1.6154,-0.35433 0.12045,-0.19488 0.78718,-0.35433 1.48162,-0.35433 1.06047,0 1.19464,-0.0819 0.83795,-0.51171 -0.23358,-0.28145 -0.98646,-0.56048 -1.67307,-0.62008 -1.10348,-0.0958 -1.30538,-0.27289 -1.73935,-1.52569 -0.27003,-0.77953 -0.49337,-2.1747 -0.4963,-3.10039 l -0.005,-1.68307 -2.12598,0 c -1.1811,0 -2.12599,-0.15748 -2.12599,-0.35433 0,-0.19489 -0.47834,-0.35433 -1.06299,-0.35433 -0.94488,0 -1.06299,-0.11811 -1.06299,-1.063 0,-0.78281 -0.16617,-1.06299 -0.63044,-1.06299 -0.34674,0 -0.86029,-0.3189 -1.14121,-0.70866 -0.28093,-0.38976 -0.79448,-0.70866 -1.14122,-0.70866 -0.34674,0 -0.63044,-0.25056 -0.63044,-0.55681 0,-0.71611 -0.85306,-1.56918 -1.56918,-1.56918 -0.30624,0 -0.5568,-0.15944 -0.5568,-0.35433 0,-0.19488 -0.24947,-0.35433 -0.55437,-0.35433 -0.30491,0 -0.94843,-0.46831 -1.43005,-1.04068 -0.48342,-0.57451 -1.30647,-1.09036 -1.83736,-1.15158 -0.95526,-0.11015 -0.96237,-0.1316 -1.06406,-3.21128 l -0.10238,-3.10039 -2.32436,0 c -2.12574,0 -2.40921,0.0908 -3.31734,1.06299 -0.69013,0.73878 -1.32787,1.06299 -2.09098,1.06299 -1.03161,0 -1.09833,0.0803 -1.10342,1.32874 -0.009,2.09349 -0.26002,2.26109 -3.21478,2.14267 -2.49881,-0.10016 -2.6322,-0.14826 -2.74879,-0.99109 -0.2162,-1.56298 -0.66317,-1.77166 -3.79461,-1.77166 -2.63336,0 -2.96832,0.0749 -3.16947,0.70866 -0.19792,0.62359 -0.53611,0.70866 -2.81722,0.70866 -2.9065,0 -2.62397,-0.29513 -3.39202,3.54331 -0.17548,0.87697 -0.42214,2.10745 -0.54813,2.73441 -0.13507,0.67206 -0.50414,1.22721 -0.89924,1.35262 -0.58565,0.18587 -0.67016,0.57962 -0.67016,3.12241 0,2.50323 -0.099,2.98106 -0.70866,3.42048 -0.61492,0.44321 -0.70866,0.91725 -0.70866,3.58362 0,3.50979 0.006,3.503 -3.0408,3.503 l -1.91983,0 0,4.61876 c 0,3.71739 -0.11669,4.8065 -0.59793,5.58071 -1.02922,1.6558 -2.26767,2.55643 -3.51532,2.55643 -1.75415,0 -2.97337,0.67714 -2.97337,1.65137 0,0.45592 -0.14775,0.82895 -0.32835,0.82895 -0.56119,0 -0.63208,1.19413 -0.13148,2.21456 0.26292,0.53593 0.69605,0.97441 0.96252,0.97441 0.60177,0 0.91463,0.77488 0.91463,2.26532 0,0.65459 0.3033,1.46992 0.70867,1.90502 0.51254,0.55016 0.70866,1.25043 0.70866,2.53046 0,0.97339 0.18696,2.21578 0.41548,2.76088 0.79747,1.90227 2.59999,4.339 3.21641,4.34808 0.54736,0.008 0.62035,0.41426 0.62241,3.46387 0.002,2.85161 0.12524,3.64029 0.70633,4.51771 0.38719,0.58465 0.70504,1.39704 0.70632,1.80532 0.001,0.40828 0.32124,1.03093 0.711,1.38366 1.45115,1.31327 0.6726,5.02099 -1.13001,5.38151 -0.90962,0.18193 -0.99597,0.3336 -0.99597,1.74939 l 0,1.5502 2.30315,0 c 2.06692,0 2.30315,-0.0727 2.30315,-0.70866 0,-0.38976 0.15944,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.56532 0.35433,-1.25626 0,-0.86138 0.27338,-1.52966 0.86972,-2.12599 0.75881,-0.75882 1.18806,-0.86972 3.36614,-0.86972 1.87321,0 2.49642,0.12075 2.49642,0.48371 0,0.26604 0.3189,0.88913 0.70866,1.38463 0.38977,0.4955 0.70866,1.21593 0.70866,1.60095 0,0.40203 0.30167,0.77891 0.70866,0.88534 0.60004,0.15692 0.70867,0.48332 0.70867,2.1294 0,2.34251 -0.0551,2.37424 -4.12518,2.37424 l -3.00422,0 0.10997,1.32059 c 0.079,0.9488 0.33374,1.4315 0.90478,1.71453 1.73101,0.85795 3.28,2.96433 3.28,4.46026 0,0.52704 0.27553,0.65422 1.41732,0.65422 0.77953,0 1.41733,0.15945 1.41733,0.35433 0,0.20321 1.08127,0.35433 2.53516,0.35433 2.65651,0 5.92371,1.11401 5.95425,2.03021 0.008,0.23964 0.65232,0.76108 1.43185,1.15877 0.90108,0.4597 1.41732,0.96781 1.41732,1.395 0,0.83966 0.4461,1.02213 2.585,1.05734 1.35423,0.0223 1.87574,-0.14859 2.5689,-0.84175 z "},"cat4": { "cat_id": 28,"cat_slug": "cerdanya","name": "Cerdanya","nx": 394,"ny": 170,"capital": "Puigcerdà","cx": 394,"cy": 185,"url": "https://work.catalunyamedieval.dev/mapa/cerdanya","statistics": {"castell":6,"epoca-carlina":0,"muralles":0,"torre":5,"casa-forta":0,"palau":0,"pont":1,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":1,"esglesia":20,"esglesia-fortificada":0,"monestir":1,"altres-llocs-dinteres":0},"total": 34,"info": "","path": "m 369.5163,411.91793 c 0,-0.47244 0.23623,-0.70866 0.70866,-0.70866 0.47243,0 0.70866,-0.23622 0.70866,-0.70866 0,-0.55118 0.23623,-0.70866 1.06299,-0.70866 0.58465,0 1.063,-0.15945 1.063,-0.35433 0,-0.19488 0.87696,-0.35433 1.94881,-0.35433 1.71259,0 1.94882,0.0859 1.94882,0.70866 0,0.47244 0.23624,0.70866 0.70866,0.70866 0.38977,0 0.70867,0.22058 0.70867,0.49017 0,0.57025 1.53726,1.07632 1.71258,0.56378 0.065,-0.18991 0.33325,-0.34529 0.5962,-0.34529 0.26295,0 0.57933,-0.3189 0.70303,-0.70866 0.12369,-0.38976 0.49787,-0.70866 0.83147,-0.70866 0.3336,0 0.83643,-0.3189 1.11735,-0.70866 0.41747,-0.57919 0.91725,-0.70866 2.73571,-0.70866 1.24707,0 2.22492,0.15573 2.22492,0.35433 0,0.19488 0.55807,0.35433 1.24015,0.35433 1.00393,0 1.24016,-0.13498 1.24016,-0.70866 0,-0.64961 0.23623,-0.70866 2.83465,-0.70866 1.65355,0 2.83464,-0.14764 2.83464,-0.35434 0,-0.19488 0.3189,-0.35433 0.70866,-0.35433 0.38977,0 0.70866,-0.15944 0.70866,-0.35433 0,-0.2125 1.41272,-0.35433 3.52949,-0.35433 3.01575,0 3.62179,-0.0985 4.16339,-0.67637 0.45461,-0.48506 1.28537,-0.72437 2.93705,-0.84605 3.2968,-0.24287 6.37795,-1.08976 6.37795,-1.75305 0,-0.14731 0.87697,-0.26783 1.94882,-0.26783 1.07185,0 1.94882,-0.15945 1.94882,-0.35434 0,-0.19488 0.89273,-0.35433 1.98382,-0.35433 1.74735,0 2.10218,0.12671 2.97681,1.063 0.95531,1.02264 1.10526,1.06193 3.95121,1.03501 1.62701,-0.0154 2.75892,-0.10839 2.51532,-0.20669 -0.2565,-0.1035 -0.44291,-0.81044 -0.44291,-1.67962 0,-1.50055 0,-1.50103 1.77165,-1.98335 1.59297,-0.43377 1.77166,-0.58319 1.77166,-1.48137 0,-0.96251 0.0646,-0.99894 1.77165,-0.99894 l 1.77165,0 0,-2.12599 0,-2.12598 1.61979,0 c 1.75486,0 2.76059,-0.65979 2.56645,-1.68364 -0.0708,-0.3734 -0.50339,-0.66405 -1.08889,-0.73163 -0.53423,-0.0617 -0.97136,-0.26097 -0.97136,-0.44291 0,-0.18194 -0.24708,-0.3308 -0.54907,-0.3308 -0.73985,0 -2.99424,-2.22786 -2.99424,-2.95902 0,-0.32136 -0.15945,-0.58429 -0.35433,-0.58429 -0.19488,0 -0.35433,-0.79724 -0.35433,-1.77165 0,-0.97441 -0.12742,-1.77165 -0.28315,-1.77165 -0.44762,0 -1.13417,-2.22428 -1.13417,-3.6745 0,-1.15219 -0.27171,-1.58119 -2.12599,-3.35663 -1.71677,-1.64379 -2.12598,-2.25022 -2.12598,-3.15062 0,-0.61326 -0.15945,-1.21356 -0.35433,-1.334 -0.19489,-0.12045 -0.35433,-0.84738 -0.35433,-1.6154 0,-0.76803 0.15944,-1.39641 0.35433,-1.39641 0.19488,0 0.35433,-0.66511 0.35433,-1.47801 0,-2.06109 0.74257,-2.77396 2.88956,-2.77396 0.94419,0 1.71674,0.15945 1.71674,0.35433 0,0.19488 0.87696,0.35433 1.94882,0.35433 1.07185,0 1.94881,-0.14935 1.94881,-0.33188 0,-0.18253 0.50213,-0.38184 1.11586,-0.44291 1.19353,-0.11877 2.2697,-1.30633 1.45304,-1.60344 -0.27241,-0.0991 -0.44291,-0.83173 -0.44291,-1.90326 0,-1.50591 -0.0961,-1.74213 -0.70866,-1.74213 -0.63085,0 -0.70866,-0.23622 -0.70866,-2.1513 0,-1.43886 0.17581,-2.32713 0.53096,-2.68225 0.73304,-0.73305 1.0625,-2.24812 0.6367,-2.92799 -0.2075,-0.33128 -0.95751,-0.61009 -1.81212,-0.67362 -1.27956,-0.0951 -1.47848,-0.008 -1.62475,0.70867 -0.0917,0.44937 -0.26079,1.26095 -0.3758,1.8035 -0.12253,0.57778 -0.57214,1.15182 -1.08525,1.38561 -0.48182,0.21954 -0.87604,0.54877 -0.87604,0.73162 0,0.41182 -2.08368,2.38844 -2.51781,2.38844 -0.17426,0 -0.31684,1.19586 -0.31684,2.65748 0,1.53543 -0.1496,2.65748 -0.35433,2.65748 -0.19488,0 -0.35433,0.22357 -0.35433,0.49683 0,0.91717 -2.16989,1.27482 -7.7344,1.27482 -4.94253,0 -7.51242,-0.33438 -8.21048,-1.06831 -0.0974,-0.10245 -0.61565,-0.37892 -1.15158,-0.61438 -0.60045,-0.2638 -0.97441,-0.70299 -0.97441,-1.14436 0,-0.41492 -0.23424,-0.71626 -0.55679,-0.71626 -0.6243,0 -1.56919,-0.82384 -1.56919,-1.36813 0,-0.19567 -0.3189,-0.45698 -0.70866,-0.58069 -0.59928,-0.19019 -0.70866,-0.53611 -0.70866,-2.24075 l 0,-2.01583 -1.41176,-0.44061 c -0.77645,-0.24233 -2.04261,-0.4406 -2.81371,-0.4406 -0.77109,0 -1.50055,-0.15945 -1.62099,-0.35433 -0.12044,-0.19488 -1.03535,-0.35433 -2.03315,-0.35433 -1.72035,0 -3.59975,-0.41926 -4.96006,-1.10649 -0.33842,-0.17096 -1.64445,-0.31084 -2.90233,-0.31084 -1.25787,0 -2.37518,-0.1426 -2.4829,-0.3169 -0.10771,-0.17429 -0.7948,-0.40063 -1.52681,-0.50296 -2.40768,-0.33657 -3.44845,-0.69789 -4.07703,-1.4154 -0.34105,-0.38929 -0.62008,-0.84287 -0.62008,-1.00793 0,-0.16506 -0.41248,-0.30011 -0.91662,-0.30011 -0.69307,0 -1.01445,-0.25924 -1.31783,-1.06299 -0.46764,-1.23896 -2.01752,-1.55281 -2.01752,-0.40855 0,0.35994 -0.29775,0.99774 -0.66164,1.41732 -0.57473,0.66267 -1.03536,0.76288 -3.5066,0.76288 -2.79829,0 -2.86253,-0.02 -3.91514,-1.21886 -0.58858,-0.67037 -1.23052,-1.5054 -1.4265,-1.85562 -0.3386,-0.60499 -0.43778,-0.59721 -1.98783,0.15586 -0.89731,0.43595 -1.86641,0.79263 -2.15352,0.79263 -0.40457,0 -0.52101,0.49813 -0.5175,2.21457 0.004,1.7507 0.22621,2.65179 1.06299,4.3019 1.17301,2.31313 1.3842,4.26698 0.49801,4.60704 -0.30826,0.1183 -4.20172,0.21508 -8.65211,0.21508 -4.4504,0 -8.34385,0.0968 -8.65212,0.21507 -0.30827,0.11829 -0.56048,0.45947 -0.56048,0.75819 0,0.2987 -0.24619,0.72313 -0.54712,0.94316 -0.47495,0.3473 -0.392,0.57441 0.62907,1.72213 0.64691,0.72714 1.41577,1.32208 1.70855,1.32208 0.6496,0 1.75281,1.22914 1.75281,1.95287 0,0.29009 0.1424,0.52744 0.31641,0.52744 0.48728,0 0.81287,1.03786 1.05605,3.36614 0.22011,2.10764 0.23241,2.12698 1.42522,2.24087 1.43317,0.13684 2.16096,0.77363 2.16837,1.89721 0.008,1.17271 0.33098,1.49813 2.03198,2.0457 0.82824,0.26662 1.5059,0.6187 1.5059,0.78239 0,0.16369 0.3189,0.29761 0.70866,0.29761 0.47243,0 0.70866,0.23623 0.70866,0.70866 0,0.43766 0.23712,0.70971 0.62008,0.71139 0.79753,0.004 2.21457,2.47064 2.21457,3.85562 0,0.58326 0.15945,1.15901 0.35433,1.27945 0.19488,0.12045 0.35433,0.9271 0.35433,1.79257 0,0.86546 -0.15945,1.57357 -0.35433,1.57357 -0.19488,0 -0.35433,0.30816 -0.35433,0.68479 0,0.37663 -0.3189,0.78599 -0.70866,0.9097 -0.7312,0.23208 -1.04333,1.94882 -0.35433,1.94882 0.20668,0 0.35433,1.1811 0.35433,2.83465 0,1.65354 0.14765,2.83464 0.35433,2.83464 0.38881,0 0.4809,1.73821 0.13925,2.6285 -0.11827,0.30827 -0.49985,0.56048 -0.84791,0.56048 -0.34806,0 -0.72964,0.25221 -0.84791,0.56047 -0.3548,0.92456 -0.24251,5.75871 0.13925,5.99465 0.19488,0.12044 0.35433,0.68966 0.35433,1.26493 0,0.91741 0.522,2.37186 1.86682,5.2016 0.30689,0.64573 0.67058,0.79725 1.91353,0.79725 1.29838,0 1.53461,-0.10909 1.53461,-0.70867 z "},"cat5": { "cat_id": 12,"cat_slug": "alt-urgell","name": "Alt Urgell","nx": 304,"ny": 190,"capital": "La Seu d'Urgell","cx": 304,"cy": 205,"url": "https://work.catalunyamedieval.dev/mapa/alt-urgell","statistics": {"castell":21,"epoca-carlina":0,"muralles":0,"torre":3,"casa-forta":0,"palau":0,"pont":0,"torre-colomer":4,"basilica":0,"catedral":1,"ermita":4,"esglesia":24,"esglesia-fortificada":0,"monestir":0,"altres-llocs-dinteres":0},"total": 57,"info": "","path": "m 276.79089,507.58722 c 0.30668,0 0.65615,-0.15944 0.77659,-0.35433 0.12044,-0.19488 1.40545,-0.35433 2.85556,-0.35433 2.40034,0 2.63657,-0.0635 2.63657,-0.70866 0,-0.38976 0.15944,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.44315 0.35433,-0.98477 0,-0.57829 0.29251,-1.1956 0.70866,-1.49555 0.38976,-0.28092 0.70866,-0.87419 0.70866,-1.31837 0,-0.44419 0.15945,-0.80761 0.35433,-0.80761 0.19488,0 0.35433,-0.23917 0.35433,-0.5315 0,-0.29232 0.15945,-0.53149 0.35433,-0.53149 0.19488,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.47244 0.23622,-0.70866 0.70866,-0.70866 0.38977,0 0.70867,-0.15945 0.70867,-0.35433 0,-0.19489 0.31889,-0.35434 0.70866,-0.35434 0.40802,0 0.70866,-0.23622 0.70866,-0.5568 0,-0.30624 0.22778,-0.78459 0.50618,-1.06299 0.27841,-0.2784 0.75676,-0.50619 1.063,-0.50619 0.30624,0 0.5568,-0.15945 0.5568,-0.35433 0,-0.19488 0.3189,-0.35433 0.70866,-0.35433 0.38977,0 0.70867,-0.15945 0.70867,-0.35433 0,-0.19488 0.56945,-0.35433 1.26546,-0.35433 2.17093,0 2.27784,-0.32312 2.27784,-6.88414 0,-5.63555 0.0285,-5.87177 0.70866,-5.87177 0.61418,0 0.70867,-0.23622 0.70867,-1.77165 0,-0.97441 0.15944,-1.77166 0.35433,-1.77166 0.19488,0 0.35433,-0.54865 0.35433,-1.21924 0,-0.67058 0.15945,-1.31779 0.35433,-1.43824 0.19488,-0.12044 0.35433,-0.5826 0.35433,-1.02702 0,-0.90714 -1.22038,-1.63046 -2.75089,-1.63046 -1.53146,0 -3.85973,-1.05941 -4.35273,-1.98058 -0.28233,-0.52755 -0.77284,-0.85406 -1.28303,-0.85406 -0.49582,0 -0.82595,-0.21121 -0.82595,-0.52841 0,-0.29063 -0.47835,-0.98555 -1.06299,-1.54427 -0.98818,-0.94436 -1.06299,-1.195 -1.06299,-3.56121 0,-2.6818 0.3249,-3.36075 2.03373,-4.24983 0.43647,-0.22708 1.03849,-0.8865 1.33784,-1.46537 0.32471,-0.62792 0.82646,-1.05249 1.24382,-1.05249 0.38476,0 0.69957,-0.15944 0.69957,-0.35433 0,-0.19488 0.39862,-0.35433 0.88582,-0.35433 0.6981,0 0.88583,-0.17969 0.88583,-0.84791 0,-1.00429 0.57548,-1.27807 2.68646,-1.27807 l 1.56551,0 0,-2.09727 c 0,-3.71064 1.3913,-4.98935 5.4287,-4.98935 1.77602,0 2.01224,0.0832 2.01224,0.70867 0,0.57367 0.23622,0.70866 1.24016,0.70866 0.68209,0 1.24016,-0.15945 1.24016,-0.35433 0,-0.21136 1.35826,-0.35433 3.36614,-0.35433 2.38189,0 3.36614,0.12432 3.36614,0.42519 0,0.33071 0.0945,0.33071 0.4252,0 0.23386,-0.23386 0.79193,-0.42519 1.24016,-0.42519 0.57872,0 0.81496,-0.20541 0.81496,-0.70867 0,-0.59055 0.23623,-0.70866 1.41732,-0.70866 0.77953,0 1.41732,-0.15945 1.41732,-0.35433 0,-0.19488 0.23918,-0.35433 0.5315,-0.35433 0.29232,0 0.53149,-0.15945 0.53149,-0.35433 0,-0.19488 0.39863,-0.35433 0.88583,-0.35433 0.5512,0 0.88583,-0.20079 0.88583,-0.5315 0,-0.29232 0.28842,-0.53149 0.64095,-0.53149 0.35248,0 0.95042,-0.2341 1.32874,-0.52023 0.37828,-0.28612 0.95329,-0.5253 1.27775,-0.5315 0.59868,-0.0114 1.30472,-0.54786 3.86238,-2.93449 0.78318,-0.73081 1.5767,-1.32874 1.76336,-1.32874 0.18666,0 0.33942,-0.38921 0.33942,-0.86492 0,-0.4757 0.15945,-0.96346 0.35433,-1.0839 0.19488,-0.12045 0.35433,-0.67718 0.35433,-1.23719 0,-0.70701 0.2166,-1.08695 0.70866,-1.24313 0.38976,-0.1237 0.70866,-0.45334 0.70866,-0.73254 0,-0.27918 0.3189,-0.50761 0.70866,-0.50761 0.47243,0 0.70866,-0.23623 0.70866,-0.70867 0,-0.65814 0.23361,-0.7081 3.27756,-0.70088 2.49619,0.006 3.64578,0.17487 4.82216,0.70867 0.84954,0.38548 1.76453,0.70088 2.03336,0.70088 0.2688,0 0.79597,0.26307 1.17149,0.58459 0.37552,0.32153 1.29419,0.79747 2.04148,1.05766 1.57592,0.5487 4.51509,0.65001 4.20289,0.14487 -0.11519,-0.18637 -0.48334,-0.24123 -0.81815,-0.12191 -0.43586,0.15532 -0.38232,0.0134 0.1885,-0.49995 0.67458,-0.60659 0.79725,-1.07848 0.79725,-3.06706 0,-1.33056 0.15371,-2.35017 0.35433,-2.35017 0.19488,0 0.35433,-0.47835 0.35433,-1.06299 0,-0.58465 0.15945,-1.063 0.35433,-1.063 0.19488,0 0.35433,-0.25492 0.35433,-0.5665 0,-0.31157 0.47835,-1.01334 1.06299,-1.55948 0.58465,-0.54614 1.063,-1.22231 1.063,-1.50261 0,-0.52448 1.40641,-1.33204 2.31983,-1.33204 0.28315,0 0.51481,-0.15945 0.51481,-0.35433 0,-0.19488 0.47835,-0.35433 1.06299,-0.35433 0.58465,0 1.063,-0.15945 1.063,-0.35433 0,-0.19488 0.40078,-0.35433 0.89064,-0.35433 0.48983,0 1.16749,-0.13987 1.50591,-0.31083 0.33838,-0.17096 1.25305,-0.5004 2.03258,-0.73209 1.95839,-0.58206 3.08838,-1.14611 3.76203,-1.87789 0.31518,-0.34237 0.83339,-0.6225 1.15158,-0.6225 0.44943,0 0.57852,-0.35578 0.57852,-1.59448 0,-0.87697 -0.14085,-1.59449 -0.31302,-1.59449 -0.17213,0 -0.39639,-0.3189 -0.4983,-0.70866 -0.10194,-0.38977 -0.3353,-0.70867 -0.51863,-0.70867 -0.18329,0 -0.70097,0.3189 -1.15037,0.70867 -0.5772,0.5006 -1.32569,0.70866 -2.54934,0.70866 -2.35779,0 -2.72427,-0.38536 -4.54925,-4.78347 -0.49107,-1.18346 -0.76443,-3.03319 -0.93855,-6.35128 -0.17933,-3.41726 0.21586,-4.81013 1.36474,-4.81013 0.35681,0 0.64878,-0.23918 0.64878,-0.5315 0,-0.29232 -0.15945,-0.5315 -0.35433,-0.5315 -0.20998,0 -0.35433,-1.29921 -0.35433,-3.18897 0,-1.88977 -0.14436,-3.18898 -0.35433,-3.18898 -0.19489,0 -0.35433,-0.71752 -0.35433,-1.59449 0,-1.35826 0.10498,-1.59449 0.70866,-1.59449 0.47243,0 0.70866,-0.23622 0.70866,-0.70866 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.38921 0.35433,-0.86491 0,-0.47571 -0.15945,-0.96346 -0.35433,-1.08391 -0.19488,-0.12044 -0.35433,-0.75473 -0.35433,-1.40952 0,-1.65081 -1.03819,-3.36889 -2.0374,-3.3717 -0.4876,-10e-4 -0.79725,-0.2185 -0.79725,-0.55905 0,-0.85694 -0.79852,-1.46828 -2.75279,-2.10749 -1.81545,-0.59381 -2.19193,-1.09218 -2.20298,-2.91641 -0.004,-0.67081 -0.19751,-0.79724 -1.21972,-0.79724 -1.6252,0 -2.32735,-0.78065 -2.3333,-2.59421 -0.006,-1.99445 -0.33062,-3.07509 -0.92229,-3.07509 -0.30554,0 -0.49018,-0.39007 -0.49018,-1.03551 0,-0.86453 -0.19998,-1.10151 -1.21113,-1.43522 -0.66611,-0.21984 -1.44709,-0.75984 -1.73548,-1.19998 -0.28843,-0.44015 -1.09715,-1.39007 -1.7972,-2.11092 -1.25586,-1.29322 -1.29168,-1.30475 -2.69362,-0.86721 l -1.42083,0.44344 0,2.54733 c 0,2.21395 -0.0904,2.57601 -0.69063,2.76652 -0.37984,0.12056 -1.19395,0.68937 -1.80911,1.26404 l -1.11851,1.04484 -9.27588,0 -9.27592,0 -0.66877,-1.15158 c -0.36783,-0.63336 -0.88054,-1.27908 -1.13938,-1.43493 -0.2621,-0.15781 -0.47062,-0.89426 -0.47062,-1.66216 0,-0.75834 -0.15945,-1.47735 -0.35433,-1.59779 -0.19489,-0.12044 -0.35433,-1.06702 -0.35433,-2.10351 0,-1.21489 -0.18277,-2.03619 -0.51432,-2.31137 -1.10802,-0.91957 -2.32033,-4.01798 -2.32033,-5.93028 0,-1.03359 0.15945,-1.87925 0.35433,-1.87925 0.19488,0 0.35433,-0.40587 0.35433,-0.90193 0,-0.98319 1.42264,-2.64138 2.26612,-2.64138 0.2897,0 0.62525,-0.15944 0.74569,-0.35433 0.12044,-0.19488 0.85876,-0.35433 1.64069,-0.35433 0.78198,0 1.64952,-0.22778 1.92792,-0.50618 0.57929,-0.57929 0.70969,-4.10012 0.15186,-4.10012 -0.19488,0 -0.35433,-0.86558 -0.35433,-1.92351 0,-2.14839 -0.57766,-3.03712 -1.97411,-3.03712 -0.47328,0 -0.86053,-0.15945 -0.86053,-0.35433 0,-0.19488 -0.3892,-0.35433 -0.86492,-0.35433 -0.47569,0 -0.96346,0.15945 -1.0839,0.35433 -0.12044,0.19488 -1.00682,0.35433 -1.96973,0.35433 -0.96291,0 -1.75074,0.15945 -1.75074,0.35433 0,0.19489 -0.39863,0.35434 -0.88583,0.35434 -0.75074,0 -0.88583,0.16436 -0.88583,1.0778 0,0.5928 -0.31889,1.42011 -0.70866,1.83847 -0.38976,0.41836 -0.70866,0.96977 -0.70866,1.22534 0,0.25558 -0.15945,0.46468 -0.35433,0.46468 -0.19488,0 -0.35433,0.30184 -0.35433,0.67076 0,0.84522 -0.66505,1.1009 -2.86363,1.1009 -1.50645,0 -1.74267,-0.0961 -1.74267,-0.70866 0,-0.47244 -0.23622,-0.70867 -0.70866,-0.70867 -0.38977,0 -0.70866,-0.15602 -0.70866,-0.34673 0,-0.21092 -0.34696,-0.18865 -0.88583,0.0569 -0.76636,0.34918 -0.88583,0.63372 -0.88583,2.10983 0,1.08149 -0.25898,2.13099 -0.70733,2.86635 -0.4916,0.8063 -0.70774,1.78691 -0.70866,3.21514 -10e-4,1.95937 -0.73157,4.14579 -1.38476,4.14579 -0.16624,0 -0.49876,0.47443 -0.73895,1.0543 -0.28268,0.68244 -0.86023,1.20744 -1.63748,1.4885 -0.66042,0.23882 -1.20077,0.58422 -1.20077,0.76758 0,0.18335 -0.47835,0.7905 -1.06299,1.34922 -0.58465,0.55872 -1.06299,1.16099 -1.06299,1.33839 0,0.17739 -0.27449,0.80079 -0.60997,1.38533 -0.64241,1.11934 -0.55441,1.09452 -5.99253,1.69067 -1.27154,0.1394 -2.13471,0.0362 -2.86782,-0.34293 -0.57683,-0.29829 -1.87676,-0.65218 -2.88872,-0.78642 -1.2616,-0.16736 -1.95119,-0.45195 -2.19387,-0.90538 -0.19465,-0.36372 -0.6672,-0.66131 -1.05011,-0.66131 -0.66163,0 -0.6962,0.26851 -0.6962,5.40855 0,4.52605 -0.11562,5.72489 -0.70866,7.34736 -0.38976,1.06634 -0.70866,2.447 -0.70866,3.06813 0,0.78236 -0.32658,1.4559 -1.06299,2.19231 -0.6311,0.6311 -1.06299,1.43398 -1.06299,1.97608 0,0.50219 -0.13952,0.91308 -0.31004,0.91308 -0.17052,0 -0.40187,0.45913 -0.5141,1.02028 -0.11223,0.56116 -0.45106,1.26729 -0.75295,1.56919 -0.30189,0.30189 -0.5489,0.79945 -0.5489,1.1057 0,0.30624 -0.15945,0.5568 -0.35433,0.5568 -0.19488,0 -0.35433,0.73868 -0.35433,1.64151 0,1.67165 -0.87365,2.96479 -2.00303,2.96479 -0.26251,0 -0.47728,0.16287 -0.47728,0.36193 0,0.351 -0.31144,0.51209 -2.74607,1.4204 -0.63336,0.2363 -1.15157,0.63871 -1.15157,0.89426 0,0.25555 -0.29629,0.55867 -0.65843,0.67361 -0.36213,0.11494 -0.94442,0.8432 -1.29397,1.61836 -0.40477,0.89762 -0.87088,1.40939 -1.28364,1.40939 -0.42102,0 -0.72004,0.34141 -0.85342,0.97441 -0.11292,0.53593 -0.35513,1.25128 -0.53824,1.58968 -0.18311,0.3384 -0.33293,0.83221 -0.33293,1.09736 0,0.9381 -1.29642,2.00784 -2.4333,2.00784 -0.71256,0 -1.11001,0.17673 -1.11001,0.49359 0,0.75068 -0.82268,0.92374 -4.3913,0.92374 -2.8014,0 -3.38154,0.10359 -4.04582,0.72246 -0.90677,0.84478 -0.89107,0.76215 -0.36448,1.91789 0.46491,1.02036 2.73702,2.46529 4.46105,2.83698 0.63337,0.13655 1.15158,0.35878 1.15158,0.49387 0,0.13508 0.55807,0.54614 1.24015,0.91347 1.05611,0.56875 1.24016,0.85305 1.24016,1.91565 0,0.68628 -0.18504,1.75951 -0.4112,2.38494 -0.36522,1.01 -0.30422,1.31968 0.54556,2.76972 0.86202,1.47093 0.91892,1.77306 0.57471,3.0514 -0.21013,0.78035 -0.59143,1.41881 -0.84734,1.41881 -0.52941,0 -2.69638,1.96765 -2.69638,2.44837 0,0.17392 0.72899,1.03491 1.61998,1.9133 1.46335,1.44268 2.17306,1.87206 4.1379,2.50345 0.4583,0.14727 0.62008,0.58107 0.62008,1.66271 0,1.16916 -0.21376,1.66312 -1.063,2.45643 -0.78014,0.72876 -1.06299,1.31528 -1.06299,2.20424 0,1.22935 0.58273,1.96104 2.6303,3.30265 0.85875,0.56268 0.91301,0.77158 0.91301,3.51548 l 0,2.91724 -1.41732,0.63913 c -0.87747,0.39568 -1.41733,0.87754 -1.41733,1.26505 0,0.34427 -0.63779,1.28976 -1.41732,2.10109 -0.77953,0.81133 -1.41732,1.59719 -1.41732,1.74635 0,0.14916 -0.32567,0.6467 -0.72371,1.10565 -0.58934,0.67951 -0.70447,1.23233 -0.62008,2.97744 l 0.10363,2.143 1.22132,0.11623 c 1.74278,0.16587 2.12054,0.87873 2.13356,4.02624 0.006,1.49883 0.17071,2.8237 0.36559,2.94414 0.19489,0.12045 0.35433,0.51081 0.35433,0.86749 0,0.72373 1.38694,2.57745 1.40554,1.87858 0.0175,-0.65709 5.68108,-0.62548 5.68108,0.0317 0,0.26104 0.39422,0.65424 0.87605,0.87378 0.48183,0.21953 0.97746,0.8032 1.1014,1.29703 0.15902,0.63357 0.46393,0.89788 1.03583,0.89788 0.59139,0 1.13003,0.50286 1.99259,1.86023 0.65016,1.02313 1.30854,1.91471 1.46307,1.98129 0.52746,0.22724 1.32633,2.62035 1.32633,3.97315 0,1.03898 -0.16333,1.40201 -0.70866,1.57509 -0.86752,0.27534 -1.0496,2.65748 -0.20311,2.65748 0.62522,0 1.62044,1.92213 1.62044,3.12968 0,1.10297 0.74905,3.24827 1.13417,3.24827 0.15573,0 0.28315,0.79725 0.28315,1.77166 0,1.73228 0.0236,1.77165 1.06299,1.77165 0.82677,0 1.06299,0.15748 1.06299,0.70866 0,0.38977 0.15945,0.70866 0.35433,0.70866 0.21386,0 0.35433,1.48372 0.35433,3.74248 0,3.99384 -0.73341,7.24177 -1.63527,7.24177 -0.36889,0 -0.49071,0.58524 -0.49071,2.35737 0,2.33767 0.006,2.35099 0.66164,1.59449 0.3639,-0.41959 0.91256,-0.76289 1.21925,-0.76289 z "},"cat6": { "cat_id": 18,"cat_slug": "alt-emporda","name": "Alt Empordà","nx": 650,"ny": 190,"capital": "Figueres","cx": 650,"cy": 205,"url": "https://work.catalunyamedieval.dev/mapa/alt-emporda","statistics": {"castell":58,"epoca-carlina":2,"muralles":3,"torre":23,"casa-forta":4,"palau":3,"pont":0,"torre-colomer":0,"basilica":1,"catedral":0,"ermita":0,"esglesia":6,"esglesia-fortificada":4,"monestir":2,"altres-llocs-dinteres":0},"total": 106,"info": "","path": "m 692.31153,467.19352 c 0.281,-0.38976 0.7945,-0.70866 1.1413,-0.70866 0.3942,0 0.6304,-0.26553 0.6304,-0.70866 0,-0.38976 0.1993,-0.72125 0.4429,-0.73663 0.3543,-0.0224 0.3543,-0.0637 0,-0.2067 -0.2436,-0.0983 -0.4429,-0.61906 -0.4429,-1.15727 0,-1.26419 -0.8307,-1.98818 -3.135,-2.7324 -1.0237,-0.3306 -2.5309,-1.17733 -3.3493,-1.88161 -0.8185,-0.70428 -1.9266,-1.4713 -2.4626,-1.70449 -0.7544,-0.32826 -0.9744,-0.66565 -0.9744,-1.49456 0,-0.58883 -0.1594,-1.07059 -0.3543,-1.07059 -0.1949,0 -0.3543,-0.23532 -0.3543,-0.52293 0,-0.28762 -0.3183,-1.045 -0.7074,-1.68307 -0.6642,-1.08945 -0.707,-1.78628 -0.7033,-11.43573 0,-10.67171 0.2289,-12.61901 1.5411,-13.35332 0.318,-0.178 0.5782,-0.55488 0.5782,-0.83752 0,-0.28264 0.1595,-0.51389 0.3544,-0.51389 0.1948,0 0.3543,-0.32631 0.3543,-0.72514 0,-0.43093 0.4234,-0.96815 1.0436,-1.32409 0.574,-0.32943 1.1171,-0.88008 1.207,-1.22368 0.09,-0.3436 0.4943,-0.62473 0.8988,-0.62473 0.871,0 3.2285,-2.17762 3.2285,-2.98227 0,-0.84992 4.6734,-0.80128 5.6732,0.0591 0.3963,0.34104 1.0758,0.70634 1.5099,0.81176 0.4982,0.12097 0.8346,0.51316 0.9119,1.063 0.1638,1.16446 0.6954,1.75713 1.576,1.75713 0.9241,0 2.022,0.98223 2.022,1.80896 0,0.34987 0.2509,0.77654 0.5575,0.94814 0.3066,0.17161 0.7488,0.69774 0.9826,1.16919 0.3157,0.63675 0.7646,0.88545 1.7456,0.96714 1.2549,0.1045 1.3206,0.0572 1.3206,-0.95053 0,-0.74931 0.2079,-1.1265 0.7086,-1.28542 0.5274,-0.16737 0.7087,-0.53612 0.7087,-1.4412 l 0,-1.21628 2.645,0 c 2.2824,0 2.697,0.0972 3.0243,0.70866 0.2695,0.50356 0.7419,0.70866 1.6322,0.70866 1.1138,0 1.194,-0.0591 0.7216,-0.5315 -0.2924,-0.29232 -0.8732,-0.53149 -1.2908,-0.53149 -0.9775,0 -1.7717,-0.80137 -1.7717,-1.78767 0,-0.6495 0.1294,-0.73055 0.7973,-0.49953 0.4384,0.15167 2.1127,0.34144 3.7204,0.42169 1.6078,0.0803 2.9233,0.29365 2.9233,0.47422 0,0.51242 1.4109,0.38527 1.9741,-0.17789 0.7111,-0.7111 0.6676,-4.23298 -0.066,-5.35274 -0.3148,-0.48035 -0.8842,-0.87336 -1.2655,-0.87336 -0.8343,0 -1.7056,-0.80158 -1.7056,-1.56918 0,-0.30624 -0.1594,-0.5568 -0.3543,-0.5568 -0.1949,0 -0.3543,-0.39862 -0.3543,-0.88583 0,-0.79503 0.1431,-0.88583 1.3964,-0.88583 0.768,0 1.4949,0.15945 1.6154,0.35433 0.1204,0.19489 0.6082,0.35434 1.0839,0.35434 0.7522,0 0.8649,-0.16154 0.8649,-1.24016 0,-1.00394 -0.135,-1.24016 -0.7087,-1.24016 -0.6418,0 -0.7086,-0.23622 -0.7086,-2.50562 0,-2.76783 0.4101,-3.518 1.9235,-3.518 0.5011,0 0.9111,-0.15945 0.9111,-0.35433 0,-0.19488 0.4784,-0.35433 1.063,-0.35433 0.5846,0 1.063,-0.15945 1.063,-0.35433 0,-0.19489 0.6776,-0.35999 1.5059,-0.36689 1.4842,-0.0124 1.4931,-0.0199 0.6201,-0.51894 -0.4959,-0.28345 -1.8496,-0.51191 -3.0751,-0.51894 -1.4261,-0.008 -2.3684,-0.19173 -2.7033,-0.52656 -0.2827,-0.2827 -0.9664,-0.62755 -1.5193,-0.76633 -0.5529,-0.13878 -1.3198,-0.54527 -1.7041,-0.90332 -0.3843,-0.35805 -1.0566,-0.65099 -1.4939,-0.65099 -0.484,0 -0.8832,-0.27735 -1.0201,-0.70866 -0.31,-0.97674 -2.5943,-0.97674 -3.7204,0 -1.3397,1.1619 -3.8977,0.70993 -3.8977,-0.68869 0,-0.68026 -3.2132,-3.743 -3.4778,-3.31492 -0.1347,0.218 -0.7214,0.4506 -1.3038,0.51691 -0.7345,0.0836 -1.0919,0.3376 -1.1671,0.82922 -0.06,0.38976 -0.3642,1.30659 -0.6769,2.0374 l -0.5686,1.32874 -2.2605,0 c -1.8435,0 -2.2958,-0.11438 -2.4524,-0.62008 -0.1055,-0.34104 -0.3397,-0.89695 -0.5203,-1.23535 -0.1807,-0.3384 -0.3285,-0.85661 -0.3285,-1.15157 0,-0.29497 -0.1481,-0.53631 -0.329,-0.53631 -0.181,0 -0.5564,-0.22732 -0.8342,-0.50516 -0.2779,-0.27784 -1.0865,-0.74805 -1.797,-1.04492 l -1.2918,-0.53974 0,-3.56139 c 0,-2.13804 -0.1416,-3.56139 -0.3543,-3.56139 -0.221,0 -0.3543,-2.06693 -0.3543,-5.49212 0,-3.4252 0.1333,-5.49213 0.3543,-5.49213 0.1949,0 0.3543,-0.3189 0.3543,-0.70866 0,-0.38976 0.1595,-0.70866 0.3544,-0.70866 0.1949,0 0.3543,-0.34021 0.3543,-0.75602 0,-0.94316 -1.6807,-2.43195 -2.7461,-2.43253 -0.5608,-3e-4 -0.7972,-0.21053 -0.7972,-0.70909 0,-0.65308 -0.2362,-0.70866 -3.0118,-0.70866 -2.9405,0 -3.0118,0.0201 -3.0118,0.84792 0,0.46635 -0.2522,0.9447 -0.5605,1.06299 -0.3083,0.11829 -2.7114,0.21507 -5.3403,0.21507 -4.9454,0 -5.7921,-0.2294 -5.7921,-1.56918 0,-0.30624 -0.2604,-0.5568 -0.5786,-0.5568 -0.5821,0 -1.9018,-1.26702 -1.9018,-1.82587 0,-0.16506 -0.2391,-0.30012 -0.5315,-0.30012 -0.4015,0 -0.5314,-0.43307 -0.5314,-1.77165 0,-0.97441 -0.1507,-1.77165 -0.335,-1.77165 -0.1842,0 -0.3835,-0.75738 -0.4429,-1.68307 l -0.108,-1.68307 -1.9411,-0.10991 c -1.0676,-0.0605 -2.0762,-0.29962 -2.2415,-0.53149 -0.2302,-0.32299 -0.3425,-0.318 -0.4802,0.0213 -0.2559,0.63076 -3.1184,0.56875 -3.6562,-0.0792 -0.7974,-0.96089 -2.7792,-1.05154 -5.156,-0.23583 -2.2919,0.78654 -5.4817,1.02141 -5.4817,0.40361 0,-0.19488 -0.2541,-0.35433 -0.5646,-0.35433 -0.3106,0 -0.6442,-0.30416 -0.7415,-0.6759 -0.097,-0.37175 -0.4809,-0.75544 -0.8526,-0.85266 -0.4791,-0.12529 -0.6759,-0.49225 -0.6759,-1.26045 0,-0.70878 -0.2371,-1.21059 -0.6854,-1.45049 -1.2933,-0.69216 -1.7949,-0.45419 -1.7949,0.85149 0,0.8588 -0.3137,1.5617 -1.063,2.38211 -0.7881,0.86283 -1.063,1.50997 -1.063,2.50219 0,0.86591 -0.2502,1.58851 -0.7087,2.04702 -0.6364,0.6364 -1.1811,0.70866 -5.3422,0.70866 l -4.6335,0 -1.063,-1.06299 c -1.3911,-1.39105 -1.716,-1.34092 -1.7226,0.26574 0,0.73081 -0.1441,1.54764 -0.3135,1.81518 -0.3053,0.48183 -0.4237,0.47701 -4.0594,-0.16493 -1.108,-0.19565 -1.2042,-0.13512 -1.4084,0.88582 -0.1921,0.96026 -0.3644,1.09582 -1.3931,1.09582 -0.9208,0 -1.5807,0.3819 -3.0609,1.77166 -1.0379,0.97441 -2.0047,1.77165 -2.1486,1.77165 -0.2346,0 -0.7485,0.41621 -3.4435,2.78914 -0.4256,0.37471 -0.9499,1.33549 -1.1652,2.13506 l -0.3915,1.45375 -2.792,0 c -3.4898,0 -3.8404,-0.1386 -4.1199,-1.6287 -0.1245,-0.66327 -0.368,-1.20594 -0.5412,-1.20594 -0.1732,0 -0.3149,-0.6378 -0.3149,-1.41733 0,-0.99782 -0.1511,-1.41732 -0.5105,-1.41732 -0.2809,0 -0.6092,0.15945 -0.7296,0.35433 -0.1205,0.19488 -0.6879,0.35433 -1.2611,0.35433 -0.5731,0 -1.0421,0.14678 -1.0421,0.32618 0,0.1794 -0.4783,0.43124 -1.063,0.55965 -0.5846,0.12841 -1.0629,0.37204 -1.0629,0.54139 0,0.49154 -1.6315,2.11609 -2.1251,2.11609 -0.5422,0 -1.6705,1.24607 -1.9631,2.16807 -0.1819,0.57306 -0.5777,0.66658 -2.8213,0.66658 -2.3243,0 -2.6351,0.0799 -2.8415,0.73026 -0.1275,0.40164 -0.6166,0.90558 -1.0869,1.11986 -0.5122,0.2334 -0.8551,0.69061 -0.8551,1.14034 0,0.4129 -0.3189,0.98058 -0.7086,1.2615 -0.3898,0.28093 -0.7087,0.77742 -0.7087,1.10331 0,0.66271 -0.6961,1.02268 -1.9778,1.02268 -0.7402,0 -0.8568,0.16593 -0.8568,1.21924 0,0.67059 0.1594,1.31779 0.3543,1.43824 0.1949,0.12044 0.3543,0.52977 0.3543,0.9096 0,0.47499 0.4426,0.86769 1.4174,1.25773 l 1.4173,0.5671 0,2.07548 c 0,1.21468 -0.2477,2.59483 -0.5971,3.32767 -0.5593,1.17281 -0.7035,1.25218 -2.2738,1.25218 -0.9222,0 -2.4206,-0.3189 -3.3299,-0.70866 -1.2547,-0.53783 -2.4405,-0.70866 -4.9191,-0.70866 -1.7963,0 -3.4174,-0.13777 -3.6026,-0.30616 -0.7846,-0.71361 -4.0037,-1.11116 -8.9974,-1.11116 l -5.3352,0 0,2.30315 c 0,1.29921 0.1544,2.30315 0.3543,2.30315 0.1949,0 0.3543,0.33116 0.3543,0.73591 0,0.94157 1.8519,2.80739 2.7865,2.80739 0.3932,0 0.8136,0.15945 0.934,0.35433 0.1204,0.19489 1.6446,0.35433 3.387,0.35433 2.5419,0 3.2922,0.12257 3.7958,0.62008 1.0023,0.99018 2.9499,1.50591 5.6868,1.50591 2.3075,0 2.5438,0.0658 2.5438,0.70866 0,0.47244 0.2362,0.70866 0.7086,0.70866 0.6142,0 0.7087,0.23622 0.7087,1.77165 0,0.97441 0.1594,1.77166 0.3543,1.77166 0.1949,0 0.3544,0.63779 0.3544,1.41732 l 0,1.41732 2.1259,0 c 1.1811,0 2.126,0.15748 2.126,0.35433 0,0.19489 0.3189,0.35434 0.7087,0.35434 0.5512,0 0.7087,0.23622 0.7087,1.06299 0,0.58464 0.1594,1.06299 0.3543,1.06299 0.1949,0 0.3543,0.79724 0.3543,1.77165 0,1.53543 0.095,1.77166 0.7087,1.77166 0.4401,0 0.7086,0.23622 0.7086,0.62342 0,0.34289 0.3251,0.82645 0.7224,1.07458 1.0001,0.62453 1.758,-0.17872 1.758,-1.86316 l 0,-1.27876 3.2775,0.10188 3.2776,0.10188 0.108,1.68307 c 0.065,1.01237 -0.041,1.68307 -0.2658,1.68307 -0.2055,0 -0.3737,0.6378 -0.3737,1.41732 l 0,1.41733 2.5056,0 c 2.4683,0 3.518,-0.42289 3.518,-1.41733 0,-1.39125 3.4403,-2.0649 3.7864,-0.74142 0.1715,0.65578 0.7508,0.97279 2.5915,1.41816 0.8506,0.2058 0.89,0.33773 0.9882,3.31211 0.099,3.00067 0.1289,3.09777 0.9485,3.09777 1.3474,0 1.961,1.68003 1.961,5.3694 0,3.0346 0.026,3.13453 0.8149,3.13453 0.4483,0 0.9696,0.15457 1.1585,0.34348 0.1889,0.18891 2.4929,0.38822 5.1201,0.44292 l 4.7766,0.0994 0.1023,3.1004 0.1024,3.10039 2.1283,0 c 1.7872,0 2.2677,-0.13938 2.998,-0.86972 0.4784,-0.47835 0.8698,-1.11615 0.8698,-1.41733 0,-0.31138 0.3056,-0.5476 0.7086,-0.5476 0.408,0 0.7087,-0.23622 0.7087,-0.5568 0,-0.79155 0.9529,-1.64212 1.6836,-1.50285 0.3483,0.0664 0.6714,0.50428 0.7381,1.00028 0.065,0.48522 0.2645,1.03368 0.4429,1.21882 0.1784,0.18514 0.3244,1.02225 0.3244,1.86024 0,1.10184 0.1436,1.52362 0.519,1.52362 0.2855,0 0.6897,0.3189 0.8983,0.70866 0.2086,0.38977 0.6128,0.70866 0.8983,0.70866 0.4292,0 0.519,0.79721 0.519,4.6063 0,4.37008 0.036,4.6063 0.7087,4.6063 0.4724,0 0.7086,0.23622 0.7086,0.70866 0,0.38977 0.1414,0.70866 0.3141,0.70866 0.3133,0 0.6154,1.11548 0.9834,3.63189 0.1068,0.73081 0.337,1.32874 0.5114,1.32874 0.1744,0 0.3171,0.47835 0.3171,1.063 l 0,1.06299 4.0488,0 c 3.5087,0 4.0641,-0.0793 4.1634,-0.59478 0.1073,-0.55681 0.1525,-0.55681 0.7094,0 0.4361,0.43614 1.2158,0.59478 2.9232,0.59478 1.3161,0 2.3284,-0.15406 2.3284,-0.35433 0,-0.19488 0.2392,-0.35433 0.5315,-0.35433 0.2924,0 0.5315,-0.22843 0.5315,-0.50762 0,-0.27919 0.3191,-0.6089 0.7092,-0.7327 0.4041,-0.12824 1.024,-0.9571 1.4412,-1.92668 0.4419,-1.02737 1.0801,-1.86024 1.6106,-2.10195 1.0867,-0.49511 4.3886,-0.52973 4.3886,-0.046 0,0.19488 0.5839,0.35433 1.2974,0.35433 1.0528,0 1.5205,0.25054 2.4801,1.32874 0.6504,0.7308 1.1827,1.52805 1.1829,1.77165 10e-5,0.2436 0.1597,0.44291 0.3546,0.44291 0.1949,0 0.3543,0.72891 0.3543,1.6198 0,1.76323 0.5765,2.63217 1.7464,2.63217 0.4977,0 0.7339,-0.22807 0.7339,-0.70866 0,-0.54802 0.2363,-0.70866 1.0421,-0.70866 0.5732,0 1.1406,-0.15945 1.2611,-0.35433 0.1204,-0.19488 0.6082,-0.35433 1.0839,-0.35433 0.4757,0 0.8649,-0.15945 0.8649,-0.35433 0,-0.19488 0.2392,-0.35433 0.5315,-0.35433 0.2923,0 0.5315,-0.15945 0.5315,-0.35433 0,-0.19489 0.2392,-0.35433 0.5315,-0.35433 0.2923,0 0.5315,-0.15945 0.5315,-0.35434 0,-0.19488 0.877,-0.35433 1.9488,-0.35433 l 1.9488,0 0,1.41733 c 0,1.28609 0.084,1.41732 0.9112,1.41732 1.0252,0 1.9235,0.73276 1.9235,1.56918 0,0.44432 0.4295,0.5568 2.126,0.5568 1.181,0 2.1259,0.15748 2.1259,0.35433 0,0.67523 2.2998,0.38776 2.8347,-0.35433 z "},"cat7": { "cat_id": 33,"cat_slug": "garrotxa","name": "Garrotxa","nx": 564,"ny": 230,"capital": "Olot","cx": 560,"cy": 245,"url": "https://work.catalunyamedieval.dev/mapa/garrotxa","statistics": {"castell":19,"epoca-carlina":0,"muralles":0,"torre":8,"casa-forta":2,"palau":0,"pont":4,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":2,"esglesia":12,"esglesia-fortificada":0,"monestir":2,"altres-llocs-dinteres":0},"total": 49,"info": "","path": "m 581.40603,491.64234 c 0,-0.19488 0.8084,-0.35433 1.7963,-0.35433 1.6602,0 1.7877,-0.0604 1.6831,-0.79724 -0.076,-0.5337 -0.3986,-0.83754 -0.9766,-0.91914 -0.4748,-0.067 -1.2962,-0.58525 -1.8252,-1.15157 -0.529,-0.56633 -1.3115,-1.02969 -1.7387,-1.02969 -0.4663,0 -0.8475,-0.27019 -0.9536,-0.6759 -0.097,-0.37175 -0.4809,-0.75544 -0.8527,-0.85265 -0.5261,-0.13759 -0.6759,-0.49818 -0.6759,-1.62725 0,-0.79777 0.1595,-1.4505 0.3543,-1.4505 0.1949,0 0.3544,-0.38921 0.3544,-0.86491 0,-0.4757 0.1594,-0.96346 0.3543,-1.0839 0.429,-0.26516 0.4785,-4.67552 0.054,-4.84252 -0.165,-0.065 -0.3975,-0.96276 -0.5167,-1.99511 -0.163,-1.4105 -0.097,-1.92297 0.2651,-2.06195 0.2651,-0.10172 0.5846,-0.73197 0.71,-1.40056 0.1356,-0.72298 0.4369,-1.21561 0.7435,-1.21561 0.2835,0 0.5154,-0.23918 0.5154,-0.5315 0,-0.29232 -0.1594,-0.53149 -0.3543,-0.53149 -0.2047,0 -0.3543,-1.12205 -0.3543,-2.65748 0,-2.29848 0.084,-2.65748 0.6224,-2.65748 0.7929,0 1.5036,-2.17466 1.5036,-4.60072 0,-0.97748 0.1594,-1.77724 0.3543,-1.77724 0.1949,0 0.3543,-0.22843 0.3543,-0.50762 0,-0.27919 0.2791,-0.59784 0.6201,-0.70812 0.6221,-0.20115 1.5059,-1.7127 1.5059,-2.57537 0,-0.25347 0.1595,-0.46086 0.3543,-0.46086 0.1969,0 0.3544,-0.94488 0.3544,-2.12598 0,-1.1811 0.1574,-2.12598 0.3543,-2.12598 0.1949,0 0.3543,-0.3189 0.3543,-0.70867 0,-0.3937 0.2363,-0.70866 0.5315,-0.70866 0.2924,0 0.5315,-0.15945 0.5315,-0.35433 0,-0.21276 1.4258,-0.35433 3.5686,-0.35433 3.5316,0 4.581,-0.31889 4.581,-1.39201 0,-0.20881 0.1595,-0.37964 0.3544,-0.37964 0.1948,0 0.3543,-0.17084 0.3543,-0.37964 0,-0.92016 1.0724,-1.39202 3.1637,-1.39202 1.1979,0 2.1513,0.15702 2.1513,0.35434 0,0.19987 1.0039,0.35433 2.3031,0.35433 1.2992,0 2.3032,-0.15446 2.3032,-0.35433 0,-0.19489 0.2505,-0.35434 0.5568,-0.35434 0.7161,0 1.5691,-0.85306 1.5691,-1.56917 0,-0.30625 0.1595,-0.55681 0.3544,-0.55681 0.1949,0 0.3543,-0.79724 0.3543,-1.77165 0,-1.53544 0.094,-1.77166 0.7087,-1.77166 0.6391,0 0.7086,-0.23622 0.7086,-2.40967 0,-2.89629 -0.5463,-4.25185 -1.7716,-4.39575 -0.8605,-0.10104 -0.8888,-0.19295 -0.9882,-3.20442 -0.09,-2.7163 -0.1818,-3.10039 -0.7428,-3.10039 -0.997,0 -2.8753,-1.05861 -2.8753,-1.62044 0,-0.74934 -1.3354,-0.61334 -1.5812,0.16103 -0.1163,0.36661 -0.5099,1.0106 -0.8746,1.43108 -0.6047,0.69726 -0.9544,0.75551 -3.9757,0.66217 l -3.3126,-0.10235 -0.1055,-2.21456 c -0.065,-1.37453 0.035,-2.21457 0.2657,-2.21457 0.2042,0 0.3713,-0.39862 0.3713,-0.88583 0,-0.85403 -0.083,-0.88582 -2.3032,-0.88582 -2.2953,0 -2.3031,0.004 -2.3031,1.00877 0,1.0813 -1.0252,2.53453 -1.7881,2.53453 -1.1421,0 -2.8182,-0.88527 -2.8182,-1.4885 0,-0.40126 -0.2626,-0.63748 -0.7087,-0.63748 -0.6141,0 -0.7086,-0.23622 -0.7086,-1.77165 0,-0.97441 -0.1595,-1.77166 -0.3544,-1.77166 -0.1949,0 -0.3543,-0.47834 -0.3543,-1.06299 0,-0.82677 -0.1575,-1.06299 -0.7087,-1.06299 -0.3897,0 -0.7086,-0.15945 -0.7086,-0.35433 0,-0.19686 -0.9449,-0.35433 -2.126,-0.35433 l -2.126,0 0,-1.41733 c 0,-0.77952 -0.1594,-1.41732 -0.3543,-1.41732 -0.1949,0 -0.3544,-0.79724 -0.3544,-1.77165 0,-1.53544 -0.094,-1.77166 -0.7086,-1.77166 -0.4627,0 -0.7087,-0.23622 -0.7087,-0.68067 0,-0.59243 -0.333,-0.70365 -2.5689,-0.85802 -3.9157,-0.27035 -5.1392,-0.56999 -5.3316,-1.30571 -0.145,-0.55445 -0.6503,-0.67209 -3.4869,-0.81183 -4.4591,-0.21967 -5.3549,-0.46516 -6.6777,-1.82992 -1.2554,-1.29525 -2.366,-1.31637 -2.6836,-0.051 -0.1044,0.41585 -0.1425,2.02174 -0.085,3.56865 l 0.1051,2.81255 2.6086,1.32807 c 2.7428,1.39636 3.5922,2.39886 3.5922,4.23962 0,0.82429 -0.1837,1.05272 -0.9744,1.21194 -0.536,0.10792 -1.4641,0.35013 -2.0626,0.53825 -1.7135,0.5386 -6.1375,0.43073 -6.7324,-0.16415 -0.2784,-0.2784 -0.5062,-1.12358 -0.5062,-1.87818 0,-0.75459 -0.1993,-1.80115 -0.4429,-2.32569 -0.3787,-0.81548 -0.6612,-0.9541 -1.9488,-0.95647 l -1.506,-0.003 0,1.51627 c 0,1.10978 -0.1899,1.65319 -0.7086,2.02704 -0.3898,0.28092 -0.7087,0.77741 -0.7087,1.1033 0,0.32589 -0.2522,0.68932 -0.5605,0.8076 -0.9702,0.37234 -10.4237,0.24604 -10.4237,-0.13925 0,-0.19988 -1.004,-0.35433 -2.3032,-0.35433 -1.2667,0 -2.3031,0.13505 -2.3031,0.30011 0,0.45838 -1.2738,1.82587 -1.7008,1.82587 -0.2076,0 -0.4787,0.3189 -0.6024,0.70866 -0.1839,0.57969 -0.5361,0.70867 -1.9348,0.70867 -1.193,0 -1.7715,0.16065 -1.9138,0.53149 -0.1122,0.29232 -0.05,0.5315 0.1393,0.5315 0.4003,0 0.4528,1.42714 0.072,1.95603 -0.3592,0.49886 -2.099,1.23294 -2.9221,1.23294 -0.3737,0 -0.8501,0.3189 -1.0587,0.70867 -0.2086,0.38976 -0.6286,0.70866 -0.9333,0.70866 -0.3048,0 -1.0009,0.47834 -1.547,1.06299 -0.5462,0.58464 -1.3277,1.06299 -1.7367,1.06299 -0.4248,0 -0.7437,0.22788 -0.7437,0.5315 0,0.42815 0.5512,0.53149 2.8347,0.53149 l 2.8346,0 0,1.41733 c 0,0.77952 0.1595,1.41732 0.3544,1.41732 0.643,0 0.401,3.02664 -0.3073,3.84342 -0.5679,0.65476 -1.0396,0.76288 -3.3283,0.76288 -2.0434,0 -2.7142,0.1242 -2.8705,0.53149 -0.1122,0.29233 -0.05,0.5315 0.1392,0.5315 0.1888,0 0.3432,0.2837 0.3432,0.63044 0,0.34674 0.3189,0.86029 0.7087,1.14121 0.3898,0.28093 0.7087,0.8527 0.7087,1.2706 0,1.15061 1.3275,2.62704 2.362,2.62704 0.5809,0 0.9551,0.2364 1.07,0.67591 0.097,0.37174 0.4809,0.75544 0.8527,0.85265 0.484,0.12657 0.6759,0.49273 0.6759,1.28983 0,1.15457 1.4012,2.8509 2.3549,2.8509 0.2638,0 0.4797,0.3189 0.4797,0.70866 0,0.38977 0.1595,0.70867 0.3544,0.70867 0.3855,0 0.487,2.43099 0.1392,3.33716 -0.1582,0.41241 -0.7056,0.56047 -2.0717,0.56047 -2.8395,0 -3.3825,0.64783 -3.3825,4.03538 0,2.62913 0.03,2.72387 0.9744,3.09696 0.5359,0.21167 1.2513,0.52715 1.5897,0.70106 0.3384,0.17392 1.0161,0.31621 1.5059,0.31621 0.7478,0 0.8906,0.1658 0.8906,1.03401 0,1.39154 -0.3272,2.15497 -0.9237,2.15497 -0.5853,0 -0.6615,1.5045 -0.1268,2.5036 0.2159,0.40344 0.7397,0.68537 1.2733,0.68537 0.5939,0 0.9675,0.2331 1.0833,0.67591 0.097,0.37174 0.4809,0.75544 0.8527,0.85265 0.689,0.18018 0.9662,1.30609 0.3216,1.30609 -0.2025,0 -0.3544,1.06299 -0.3544,2.48031 0,2.15829 0.083,2.48032 0.642,2.48032 0.7784,0 2.1927,1.81917 2.1927,2.8203 0,0.97013 1.5589,0.97951 2.3853,0.0144 0.3338,-0.38977 0.8903,-0.70866 1.2367,-0.70866 0.3465,0 0.6299,-0.15945 0.6299,-0.35434 0,-0.19488 0.2392,-0.35433 0.5315,-0.35433 0.2924,0 0.5315,-0.15944 0.5315,-0.35433 0,-0.19488 0.3189,-0.35433 0.7087,-0.35433 0.3898,0 0.7087,-0.15945 0.7087,-0.35433 0,-0.21018 1.3076,-0.35433 3.2142,-0.35433 3.5189,0 4.2267,0.32211 4.2267,1.92351 0,0.87739 0.079,0.91114 2.126,0.91114 1.6965,0 2.126,0.11248 2.126,0.5568 0,0.79003 0.8797,1.56918 1.7716,1.56918 0.945,0 1.7717,0.79263 1.7717,1.69856 0,1.05291 1.3211,2.49496 2.3995,2.61921 0.724,0.0834 0.9969,0.33368 1.0875,0.99719 0.1489,1.0914 0.9036,1.96649 2.294,2.66011 1.3964,0.6966 1.6599,0.66806 1.6599,-0.17979 0,-0.38977 0.1595,-0.70866 0.3544,-0.70866 0.1948,0 0.3543,-0.3189 0.3543,-0.70867 0,-0.47244 0.2362,-0.70866 0.7086,-0.70866 0.4725,0 0.7087,-0.23622 0.7087,-0.70866 0,-0.59082 0.2362,-0.70866 1.4206,-0.70866 1.0949,0 1.6754,0.24362 2.5328,1.06299 0.6118,0.58465 1.4987,1.06299 1.9709,1.06299 0.9037,0 1.871,-0.73276 1.871,-1.41732 0,-0.85861 1.0633,-1.4599 2.388,-1.35035 l 1.3325,0.11019 0.1771,2.12327 c 0.1574,1.88681 0.2857,2.17506 1.1516,2.58824 0.5359,0.25572 0.9744,0.6271 0.9744,0.82526 0,0.61613 0.9764,1.37268 1.7717,1.37268 0.8919,0 1.7716,0.77915 1.7716,1.56918 0,0.4237 0.3812,0.55681 1.5945,0.55681 0.877,0 1.5945,-0.15945 1.5945,-0.35433 z "},"cat8": { "cat_id": 39,"cat_slug": "pallars-jussa","name": "Pallars Jussà","nx": 195,"ny": 230,"capital": "Tremp","cx": 195,"cy": 245,"url": "https://work.catalunyamedieval.dev/mapa/pallars-jussa","statistics": {"castell":34,"epoca-carlina":0,"muralles":1,"torre":5,"casa-forta":1,"palau":0,"pont":0,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":3,"esglesia":3,"esglesia-fortificada":0,"monestir":0,"altres-llocs-dinteres":0},"total": 47,"info": "","path": "m 237.05207,488.05747 c 0.35926,-0.31518 0.65321,-0.99284 0.65321,-1.5059 0,-0.51307 0.15944,-0.93285 0.35433,-0.93285 0.19488,0 0.35433,-0.87697 0.35433,-1.94882 0,-1.48097 -0.12541,-1.94882 -0.5224,-1.94882 -1.30769,0 -2.1911,-4.04876 -0.98444,-4.5118 0.79143,-0.30369 2.2155,-1.72062 2.2155,-2.20438 0,-0.20374 0.15945,-0.37043 0.35433,-0.37043 0.19488,0 0.35433,-0.23917 0.35433,-0.5315 0,-0.29232 0.15945,-0.53149 0.35433,-0.53149 0.19488,0 0.35433,-0.20374 0.35433,-0.45275 0,-0.24902 0.27904,-0.71614 0.62008,-1.03806 1.07183,-1.01173 1.50591,-1.65012 1.50591,-2.21471 0,-0.30055 0.15944,-0.54645 0.35433,-0.54645 0.19488,0 0.35433,-0.23918 0.35433,-0.5315 0,-0.29232 0.15945,-0.53149 0.35433,-0.53149 0.19488,0 0.35433,-0.39863 0.35433,-0.88583 0,-0.48721 0.15945,-0.88583 0.35433,-0.88583 0.19488,0 0.35433,-0.44314 0.35433,-0.98477 0,-0.57829 0.29251,-1.1956 0.70866,-1.49554 0.38976,-0.28093 0.70866,-0.72614 0.70866,-0.98936 0,-0.61676 0.8742,-1.49096 1.49096,-1.49096 0.26322,0 0.70843,-0.3189 0.98936,-0.70866 0.40126,-0.55672 0.91725,-0.70866 2.40668,-0.70866 2.73827,0 3.88082,-1.24919 1.84529,-2.01752 l -1.063,-0.40124 0,-2.96437 c 0,-2.55789 0.0972,-3.0344 0.70867,-3.47514 0.38976,-0.28093 0.70866,-0.72725 0.70866,-0.99183 0,-0.26458 0.61088,-1.06798 1.35751,-1.78535 0.74664,-0.71737 1.46719,-1.74128 1.60124,-2.27537 0.13405,-0.53409 0.47986,-0.97107 0.76847,-0.97107 0.28861,0 0.52474,-0.15945 0.52474,-0.35433 0,-0.19488 0.3189,-0.35433 0.70867,-0.35433 0.63165,0 0.70866,-0.23622 0.70866,-2.17394 0,-1.87542 -0.12414,-2.28898 -0.90408,-3.01181 -0.49725,-0.46083 -1.00291,-0.83787 -1.12368,-0.83787 -0.12078,0 -0.51118,-0.26389 -0.86757,-0.58642 -0.47658,-0.4313 -0.64798,-1.09662 -0.64798,-2.51532 0,-1.68634 0.13367,-2.05377 1.06299,-2.92189 1.4646,-1.36814 1.38381,-2.22328 -0.26575,-2.81288 -0.77886,-0.27838 -2.2452,-1.42397 -3.5433,-2.76821 -2.22758,-2.30676 -2.79846,-3.6315 -1.56496,-3.6315 0.35728,0 1.11466,-0.47392 1.68307,-1.05315 0.5684,-0.57923 1.23277,-1.05758 1.47638,-1.06299 0.60999,-0.0136 0.55591,-1.59818 -0.0977,-2.86209 -0.49027,-0.94809 -0.707,-1.0454 -2.32846,-1.0454 -1.93007,0 -2.80023,-0.53883 -2.80023,-1.73401 0,-0.3969 -0.49487,-1.28526 -1.0997,-1.97413 -0.94081,-1.07153 -1.32132,-1.25249 -2.6336,-1.25249 -1.22271,0 -1.57954,0.14377 -1.75883,0.70867 -0.1689,0.53215 -0.53611,0.70866 -1.47437,0.70866 -0.95146,0 -1.29365,-0.16902 -1.43477,-0.70866 -0.13844,-0.52938 -0.48332,-0.70867 -1.36324,-0.70867 -0.64786,0 -1.27647,-0.15944 -1.39691,-0.35433 -0.12044,-0.19488 -1.20613,-0.35538 -2.41264,-0.35666 -1.59298,-0.002 -2.48473,-0.19511 -3.25665,-0.70633 -0.58465,-0.38719 -1.34203,-0.70504 -1.68307,-0.70632 -0.38308,-10e-4 -0.62008,-0.27319 -0.62008,-0.711 0,-0.64961 -0.23622,-0.70866 -2.83465,-0.70866 -2.59842,0 -2.83464,-0.0591 -2.83464,-0.70866 0,-0.65617 -0.23622,-0.70867 -3.18898,-0.70867 -2.95275,0 -3.18897,-0.0525 -3.18897,-0.70866 0,-0.52231 -0.23623,-0.70866 -0.8983,-0.70866 -1.51112,0 -2.64501,-0.98709 -2.64501,-2.30257 0,-0.84455 -0.18444,-1.20632 -0.68123,-1.33623 -0.4306,-0.1126 -0.72392,-0.55125 -0.79725,-1.19223 -0.0884,-0.77306 -0.43184,-1.16229 -1.44475,-1.63763 -0.8821,-0.41394 -1.32874,-0.8608 -1.32874,-1.3294 0,-0.38823 -0.15945,-0.70588 -0.35433,-0.70588 -0.19488,0 -0.35433,-0.71751 -0.35433,-1.59448 0,-1.42444 0.0863,-1.59449 0.80943,-1.59449 0.52361,0 1.03116,-0.37536 1.43736,-1.06299 0.43014,-0.72819 0.90569,-1.063 1.50982,-1.063 0.9631,0 2.15962,-1.04301 2.94696,-2.56889 0.27654,-0.53593 0.6353,-0.97441 0.79725,-0.97441 0.16195,0 0.29445,-0.72891 0.29445,-1.6198 0,-1.54404 0.56559,-2.63217 1.36814,-2.63217 0.19567,0 0.45698,-0.3189 0.58068,-0.70866 0.12371,-0.38977 0.53308,-0.70866 0.90971,-0.70866 0.52341,0 0.68478,-0.24848 0.68478,-1.05443 0,-0.57994 0.3183,-1.57649 0.70734,-2.21457 0.38904,-0.63807 0.70793,-1.59862 0.70866,-2.13455 7.1e-4,-0.53592 0.16077,-0.97441 0.35565,-0.97441 0.19489,0 0.35434,-0.38156 0.35434,-0.84791 0,-1.00429 0.57548,-1.27807 2.68646,-1.27807 1.38393,0 1.56681,-0.0925 1.57677,-0.79724 0.0156,-1.10343 0.80395,-2.03741 1.71972,-2.03741 0.56881,0 0.82199,-0.27472 0.97964,-1.06299 0.11693,-0.58464 0.35212,-1.06299 0.52264,-1.06299 0.17052,0 0.31004,-0.23917 0.31004,-0.5315 0,-0.35686 -0.35692,-0.53149 -1.08628,-0.53149 -1.45788,0 -2.45703,-0.58143 -2.45703,-1.42979 0,-0.45998 -0.24044,-0.6962 -0.70866,-0.6962 -0.68725,0 -0.70866,-0.23622 -0.70866,-7.82058 0,-8.15689 0.12011,-8.83296 1.56918,-8.83296 0.47083,0 0.55681,-0.57444 0.55681,-3.72047 0,-3.01732 -0.0973,-3.72048 -0.51483,-3.72048 -1.78523,0 -3.12193,-1.82365 -1.67362,-2.28332 1.27095,-0.40338 2.18845,-1.60287 2.18845,-2.86107 0,-1.06357 -0.17908,-1.31051 -1.40321,-1.93502 -0.77176,-0.39372 -1.72846,-0.71586 -2.12598,-0.71586 -0.48656,0 -0.72278,-0.23161 -0.72278,-0.70866 0,-0.38977 -0.15945,-0.70866 -0.35433,-0.70866 -0.19489,0 -0.35433,-0.33306 -0.35433,-0.74014 0,-0.68633 -0.1481,-0.72664 -2.03741,-0.55451 -3.29576,0.30027 -4.69488,0.63355 -4.69488,1.11834 0,0.56014 -0.79097,0.88497 -2.15496,0.88497 -0.56871,0 -1.03401,0.15945 -1.03401,0.35433 0,0.19488 -0.30586,0.35433 -0.67968,0.35433 -1.13756,0 -1.80064,0.39661 -1.80064,1.07702 0,0.35578 -0.31074,0.7455 -0.69054,0.86604 -0.37979,0.12055 -0.78916,0.52992 -0.9097,0.90971 -0.12054,0.3798 -0.35713,0.69054 -0.52574,0.69054 -0.16862,0 -0.4151,0.34192 -0.54773,0.75981 -0.13264,0.4179 -0.66159,1.17528 -1.17546,1.68307 -1.27842,1.26332 -1.82012,3.00958 -1.82012,5.86748 0,2.02968 -0.12135,2.51884 -0.76288,3.07524 -0.41958,0.3639 -1.1371,0.66164 -1.59449,0.66164 -0.45738,0 -0.83161,0.15945 -0.83161,0.35433 0,0.19488 -0.37303,0.35433 -0.82895,0.35433 -0.54036,0 -0.96946,0.30839 -1.23256,0.88583 -0.22199,0.4872 -0.56648,0.88583 -0.76554,0.88583 -0.19905,0 -0.36192,0.31889 -0.36192,0.70866 0,0.38976 -0.15945,0.70866 -0.35433,0.70866 -0.19489,0 -0.35433,0.28346 -0.35433,0.62991 0,1.18556 -1.27456,1.8504 -3.54736,1.8504 l -2.12194,0 0,2.98283 c 0,3.44685 -0.17623,4.10379 -1.1009,4.10379 -0.36891,0 -0.67075,0.15945 -0.67075,0.35433 0,0.20247 -1.06299,0.35433 -2.48031,0.35433 -1.41733,0 -2.48032,0.15185 -2.48032,0.35433 0,0.19488 -0.39862,0.35433 -0.88583,0.35433 -1.45969,0 -1.0154,0.468 1.59798,1.68323 2.29391,1.06669 2.47683,1.23371 2.47683,2.26159 0,1.14019 -0.8909,2.2183 -2.16807,2.62366 -0.36662,0.11636 -0.66658,0.34952 -0.66658,0.51813 0,0.16862 -0.3189,0.40779 -0.70866,0.5315 -1.39766,0.4436 -0.65055,3.36614 0.86052,3.36614 0.38766,0 0.5568,0.33711 0.5568,1.10974 0,1.11157 0.96016,2.28057 3.30475,4.02357 0.73415,0.54578 0.94722,1.00409 0.94722,2.03741 0,1.29071 0.0401,1.33322 1.25626,1.33322 1.94393,0 2.99571,1.26065 2.99571,3.59063 0,1.75298 0.41545,3.62924 1.10649,4.99708 0.17096,0.3384 0.31083,2.46685 0.31083,4.72989 l 0,4.11461 -1.10046,1.02799 c -0.95463,0.89175 -1.37503,1.02799 -3.17231,1.02799 -2.41171,0 -3.87683,-0.55441 -3.87683,-1.467 0,-0.39528 -0.54817,-0.92424 -1.41733,-1.36765 -0.77952,-0.39768 -1.41732,-0.84991 -1.41732,-1.00494 0,-0.15504 -0.61964,-0.63015 -1.37698,-1.0558 -1.10124,-0.61893 -1.95271,-0.7739 -4.25197,-0.7739 -1.68044,0 -2.87499,-0.14723 -2.87499,-0.35433 0,-0.19489 -0.41001,-0.35434 -0.91113,-0.35434 -0.93708,0 -1.92351,-0.71633 -1.92351,-1.39682 0,-0.88673 -1.95516,-3.5638 -2.60276,-3.5638 -1.02929,0 -1.64921,-1.21934 -1.64921,-3.2439 l 0,-2.07107 3.54331,0 3.5433,0 0,-1.19883 c 0,-0.90083 -0.17615,-1.24489 -0.70866,-1.38415 -0.42589,-0.11137 -0.70866,-0.48331 -0.70866,-0.93212 0,-0.41074 -0.35876,-1.30066 -0.79724,-1.97761 -0.67793,-1.04659 -0.99852,-1.23145 -2.14209,-1.23518 -1.79556,-0.006 -3.08429,1.24402 -3.08429,2.99132 0,0.69094 -0.15945,1.25626 -0.35433,1.25626 -0.19488,0 -0.35433,0.3189 -0.35433,0.70866 0,0.38976 -0.15945,0.70866 -0.35433,0.70866 -0.19489,0 -0.35433,0.52287 -0.35433,1.16194 0,0.75546 -0.24791,1.34062 -0.70867,1.67271 -0.39091,0.28175 -0.70866,0.91725 -0.70866,1.41732 0,0.50007 -0.31775,1.13557 -0.70866,1.41732 -1.34041,0.96611 -0.6482,2.48032 1.13386,2.48032 0.54567,0 0.99213,0.15945 0.99213,0.35433 0,0.19488 0.31889,0.35433 0.70866,0.35433 0.592,0 0.70866,0.23622 0.70866,1.43492 0,1.50779 -0.82343,3.50621 -1.64249,3.98623 -0.26593,0.15585 -0.4835,0.55913 -0.4835,0.89619 0,0.33705 -0.31889,0.84268 -0.70866,1.1236 -0.38976,0.28093 -0.70866,0.75687 -0.70866,1.05764 0,0.30077 -0.30408,1.34185 -0.67575,2.31351 -1.51023,3.94828 -2.86756,8.40055 -2.86756,9.40612 0,1.03803 -0.7625,3.16762 -1.13417,3.16762 -0.15573,0 -0.28315,0.72579 -0.28315,1.61287 0,1.40366 -1.03512,4.12626 -1.81128,4.76409 -0.20505,0.1685 -0.44972,1.20057 -0.90038,3.79803 -0.12007,0.69208 -0.46131,1.22321 -0.86901,1.35261 -0.36921,0.11719 -0.6713,0.44149 -0.6713,0.72068 0,0.27919 -0.15945,0.50762 -0.35433,0.50762 -0.19488,0 -0.35433,0.3239 -0.35433,0.71978 0,0.39589 -0.23917,0.81156 -0.53149,0.92374 -0.29233,0.11218 -0.5315,0.41468 -0.5315,0.67223 0,0.25755 -0.2135,0.68178 -0.47445,0.94272 -0.90903,0.90904 -1.75045,6.66279 -0.97434,6.66279 0.21219,0 0.3858,0.3189 0.3858,0.70866 0,0.59056 0.23622,0.70866 1.41732,0.70866 1.2352,0 1.41663,0.10244 1.4119,0.79725 -0.007,1.00919 -0.2864,1.3835 -1.50048,2.00926 -0.53593,0.27622 -0.97441,0.63473 -0.97441,0.79668 0,0.16195 -0.23917,0.29445 -0.5315,0.29445 -0.42519,0 -0.53149,0.5315 -0.53149,2.65748 0,1.53543 -0.14961,2.65748 -0.35433,2.65748 -0.19489,0 -0.35434,0.37423 -0.35434,0.83161 0,0.45739 -0.31889,1.19931 -0.70866,1.64871 -0.4721,0.54434 -0.70866,1.32568 -0.70866,2.34069 0,1.52169 -0.0821,1.82627 -1.25525,4.65734 -0.52756,1.2731 -0.78004,1.5059 -1.63321,1.5059 -0.55504,0 -1.00918,0.15945 -1.00918,0.35434 0,0.19488 -0.30184,0.35433 -0.67075,0.35433 -0.84365,0 -1.1009,0.66504 -1.1009,2.84602 0,1.07499 0.18079,1.83184 0.47977,2.00842 0.26387,0.15584 0.66811,0.64211 0.89829,1.0806 0.2614,0.49793 0.74641,0.79724 1.29189,0.79724 0.60463,0 0.87336,0.19615 0.87336,0.63748 0,0.82712 1.81833,1.488 4.09996,1.49014 1.45693,10e-4 1.93742,0.18059 2.89807,1.08095 0.63337,0.59363 1.15157,1.23068 1.15157,1.41569 0,0.185 0.87697,0.33637 1.94882,0.33637 1.07185,0 1.94882,0.15945 1.94882,0.35433 0,0.19488 0.3189,0.35433 0.70866,0.35433 0.51764,0 0.70866,0.23622 0.70866,0.87634 0,0.53751 0.57391,1.4965 1.48435,2.48032 1.44665,1.56323 1.53898,1.60397 3.63524,1.60397 1.76715,0 2.22985,-0.12643 2.59346,-0.70866 0.32249,-0.51638 0.82631,-0.70866 1.85689,-0.70866 0.77787,0 1.41432,-0.15945 1.41432,-0.35433 0,-0.21732 1.71259,-0.35433 4.42913,-0.35433 2.71654,0 4.42913,0.13701 4.42913,0.35433 0,0.19488 0.25493,0.35433 0.5665,0.35433 0.31158,0 1.01335,0.47834 1.55949,1.06299 0.89337,0.95636 1.20975,1.06299 3.15397,1.06299 1.20444,0 2.16099,-0.15684 2.16099,-0.35433 0,-0.19488 0.25493,-0.35433 0.5665,-0.35433 0.31157,0 1.01334,-0.47835 1.55948,-1.06299 1.27073,-1.36032 3.17926,-1.51852 3.206,-0.26575 0.009,0.43848 0.28928,1.35532 0.62205,2.0374 0.553,1.13349 0.76489,1.25625 2.46352,1.42718 1.52296,0.15326 2.05035,0.39709 2.92125,1.35061 0.58453,0.63997 1.06277,1.39292 1.06277,1.67322 0,0.43136 1.55086,0.50962 10.09843,0.50962 l 10.09842,0 0,-1.06299 c 0,-0.58465 0.15945,-1.06299 0.35433,-1.06299 0.19489,0 0.35434,-0.49579 0.35434,-1.10176 0,-1.08217 0.0236,-1.09723 1.32874,-0.84726 0.7308,0.13998 3.4813,0.32289 6.1122,0.40647 3.91392,0.12435 4.86398,0.25847 5.22638,0.73782 0.26266,0.34743 0.4543,1.74792 0.47089,3.44135 0.0154,1.57053 0.12006,2.61633 0.23262,2.32401 0.11256,-0.29233 0.49859,-0.78937 0.85785,-1.10456 z "},"cat9": { "cat_id": 48,"cat_slug": "solsones","name": "Solsonès","nx": 330,"ny": 260,"capital": "Solsona","cx": 330,"cy": 275,"url": "https://work.catalunyamedieval.dev/mapa/solsones","statistics": {"castell":21,"epoca-carlina":0,"muralles":1,"torre":4,"casa-forta":3,"palau":2,"pont":4,"torre-colomer":0,"basilica":0,"catedral":1,"ermita":12,"esglesia":53,"esglesia-fortificada":0,"monestir":0,"altres-llocs-dinteres":8},"total": 109,"info": "","path": "m 336.91996,565.87395 c 0.38863,-0.12334 0.70657,-0.53242 0.70657,-0.90903 0,-0.37662 0.15945,-0.68478 0.35434,-0.68478 0.19686,0 0.35433,-0.9449 0.35433,-2.12599 0,-2.03149 0.0394,-2.12598 0.88582,-2.12598 0.68074,0 0.88714,0.18458 0.8915,0.79724 0.005,0.74558 0.0715,0.72262 1.02107,-0.35433 1.14977,-1.30396 2.06582,-1.42348 3.93389,-0.51327 0.88682,0.43209 1.27137,0.87414 1.34979,1.55154 0.0603,0.521 0.3393,1.13791 0.62008,1.37092 0.43891,0.36426 0.51044,-0.10227 0.51044,-3.32943 0,-3.0963 -0.12401,-3.97388 -0.70866,-5.0148 -0.38976,-0.69394 -0.70866,-1.75013 -0.70866,-2.3471 0,-0.78739 0.19456,-1.13626 0.70866,-1.2707 0.38977,-0.10193 0.70866,-0.32617 0.70866,-0.49833 0,-0.17215 0.23918,-0.313 0.5315,-0.313 0.29232,0 0.5315,-0.15945 0.5315,-0.35433 0,-0.19488 0.39862,-0.35433 0.88582,-0.35433 0.6496,0 0.88583,-0.18898 0.88583,-0.70866 0,-0.40802 0.23623,-0.70867 0.5568,-0.70867 1.02656,0 1.56918,-0.95837 1.56918,-2.77142 0,-1.84421 0.29807,-2.18921 1.89132,-2.18921 0.51516,0 0.92622,-0.35212 1.24086,-1.06299 0.28666,-0.64757 0.73588,-1.06299 1.14949,-1.06299 0.57897,0 0.67896,-0.26218 0.67896,-1.78051 0,-1.6589 -0.0665,-1.79383 -0.97441,-1.97545 -0.71348,-0.14274 -1.13339,-0.56733 -1.56816,-1.58563 -0.47143,-1.10411 -0.78176,-1.39069 -1.5059,-1.39069 -0.86106,0 -0.91216,-0.10149 -0.91216,-1.81187 l 0,-1.81187 -1.15157,0.25533 c -0.63337,0.14044 -2.54675,0.3293 -4.25197,0.4197 l -3.10039,0.16436 0,-1.97397 c 0,-1.08568 0.15945,-1.97397 0.35433,-1.97397 0.19488,0 0.35433,-0.15762 0.35433,-0.35028 0,-0.75487 1.26748,-1.7757 2.20472,-1.7757 0.54134,0 0.98426,-0.15945 0.98426,-0.35433 0,-0.19488 0.16476,-0.35433 0.36613,-0.35433 0.57111,0 2.82284,-2.39306 2.82284,-3 0,-0.34702 0.32847,-0.54331 0.90911,-0.54331 1.07731,0 2.08431,-0.49866 3.31901,-1.64354 0.49635,-0.46023 1.02367,-0.83677 1.17181,-0.83677 0.14815,0 0.26936,-0.23918 0.26936,-0.5315 0,-0.29527 0.31497,-0.5315 0.70866,-0.5315 0.40802,0 0.70867,-0.23622 0.70867,-0.5568 0,-0.79003 0.87969,-1.56918 1.77165,-1.56918 0.41761,0 0.98706,-0.22779 1.26546,-0.50619 0.60962,-0.6096 0.67262,-1.97413 0.0912,-1.97413 -1.00924,0 -1.71096,-1.18511 -1.71096,-2.88956 0,-0.9442 0.15945,-1.71673 0.35433,-1.71673 0.19488,0 0.35433,-0.3189 0.35433,-0.70867 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.72891 0.35433,-1.6198 0,-1.56706 0.56686,-2.63217 1.40088,-2.63217 0.21366,0 0.48051,-0.46017 0.59301,-1.02262 0.20941,-1.04696 1.31942,-1.81202 2.6291,-1.81202 0.57107,0 0.69197,0.2476 0.69197,1.41732 0,1.27559 0.0886,1.41732 0.88583,1.41732 0.4872,0 0.88583,-0.15944 0.88583,-0.35433 0,-0.19488 0.79724,-0.35433 1.77165,-0.35433 0.97441,0 1.77165,-0.15945 1.77165,-0.35433 0,-0.19488 0.79725,-0.35433 1.77166,-0.35433 l 1.77165,0 0,-1.77165 c 0,-1.53543 0.0945,-1.77166 0.70866,-1.77166 0.38976,0 0.70866,-0.21446 0.70866,-0.47657 0,-0.26212 -0.3189,-0.76518 -0.70866,-1.11791 -0.38976,-0.35274 -0.71373,-1.0551 -0.71993,-1.56083 -0.0138,-1.12354 -0.74958,-2.15965 -1.53368,-2.15965 -0.31957,0 -0.58103,-0.15444 -0.58103,-0.34321 0,-0.18876 -0.23918,-0.25143 -0.5315,-0.13925 -0.3414,0.131 -0.5315,0.67811 -0.5315,1.52955 0,1.19537 -0.13053,1.38098 -1.32874,1.88929 -0.7308,0.31003 -1.92667,0.73287 -2.65748,0.93964 -0.7308,0.20677 -1.85825,0.5354 -2.50547,0.73028 -0.64718,0.19488 -1.28498,0.35433 -1.41732,0.35433 -0.13231,0 -0.24059,-0.962 -0.24059,-2.13779 0,-1.96684 0.0982,-2.23603 1.22836,-3.36614 0.67556,-0.67559 1.43762,-1.22835 1.69341,-1.22835 0.25579,0 0.69495,-0.3189 0.97586,-0.70866 0.28092,-0.38976 0.69768,-0.70866 0.92615,-0.70866 0.4995,0 0.84551,-0.80937 0.84551,-1.9778 0,-0.47127 0.15945,-0.85685 0.35433,-0.85685 0.19488,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.55807 0.35433,-1.24016 0,-1.2308 -0.0117,-1.24016 -1.57061,-1.24016 -1.27388,0 -1.61433,0.13769 -1.80191,0.72882 -0.13684,0.43105 -0.47229,0.6815 -0.82112,0.61302 -0.46708,-0.0917 -0.5759,-0.48298 -0.52285,-1.88039 0.0978,-2.57524 0.49227,-4.77641 0.85606,-4.77641 0.17444,0 0.31712,-0.2091 0.31712,-0.46468 0,-0.25558 0.3189,-0.80698 0.70867,-1.22534 0.38976,-0.41836 0.70866,-1.0065 0.70866,-1.30697 0,-0.30047 0.15945,-0.54631 0.35433,-0.54631 0.19488,0 0.35433,-0.56946 0.35433,-1.26547 0,-2.01207 0.5311,-2.27784 4.55201,-2.27784 1.9468,0 3.79184,-0.0968 4.10011,-0.21508 0.37828,-0.14515 0.56048,-0.6635 0.56048,-1.59448 0,-1.31302 -0.0541,-1.37942 -1.12369,-1.37942 -1.15696,0 -2.41962,-0.83916 -2.41962,-1.60808 0,-0.23939 -0.3189,-0.51864 -0.70866,-0.62057 -0.67507,-0.17653 -0.70866,-0.48331 -0.70866,-6.4688 0,-6.90246 0.0946,-7.21164 2.21456,-7.23616 0.53593,-0.006 0.97441,-0.17072 0.97441,-0.3656 0,-0.19488 0.31139,-0.35433 0.69198,-0.35433 1.16511,0 2.497,-0.78634 2.497,-1.4742 0,-0.41556 0.25682,-0.65178 0.70866,-0.65178 0.65891,0 0.70866,-0.23623 0.70866,-3.36615 l 0,-3.36614 -1.24016,0 -1.24015,0 0,1.9368 c 0,2.36065 -0.89327,4.44116 -1.90683,4.44116 -1.11689,0 -3.40774,-1.7577 -3.4109,-2.61709 -0.004,-0.91821 -1.40616,-1.63488 -3.19996,-1.63488 -1.03833,0 -1.37002,0.17598 -1.70103,0.90249 -0.22617,0.49638 -0.4112,1.20086 -0.4112,1.56552 0,1.33574 -0.40851,1.78396 -1.62596,1.78396 -0.88161,0 -1.52334,-0.31809 -2.4424,-1.21062 -1.17708,-1.14311 -1.2466,-1.3407 -1.2466,-3.54331 0,-1.31891 -0.154,-2.33269 -0.35434,-2.33269 -0.19488,0 -0.35433,-0.25056 -0.35433,-0.5568 0,-0.70394 -0.84897,-1.56918 -1.53963,-1.56918 -0.29002,0 -0.58043,-0.12899 -0.64542,-0.28663 -0.065,-0.15765 -1.02943,-0.804 -2.14327,-1.43633 -1.62588,-0.92303 -2.16273,-1.0761 -2.72279,-0.77637 -0.88667,0.47455 -4.88267,0.48924 -5.1733,0.019 -0.12043,-0.19488 -0.52848,-0.35433 -0.90673,-0.35433 -0.37828,0 -1.00665,-0.31889 -1.39641,-0.70866 -0.38977,-0.38976 -0.93044,-0.70866 -1.20147,-0.70866 -0.27103,0 -1.18786,-0.3154 -2.0374,-0.70088 -1.90676,-0.86521 -6.68239,-1.0281 -6.68239,-0.22793 0,0.26867 -0.45702,0.67781 -1.01562,0.90919 -0.5586,0.23138 -1.17656,0.76893 -1.37321,1.19456 -0.79207,1.71423 -1.15448,2.78908 -1.15448,3.42416 0,0.36745 -0.30933,0.76628 -0.68737,0.88627 -0.37803,0.11999 -1.47419,1.00087 -2.43588,1.95752 -0.97051,0.96541 -2.64008,2.13364 -3.75218,2.62547 -1.10204,0.48736 -2.24954,1.13198 -2.55005,1.4325 -0.30051,0.30051 -0.89844,0.54638 -1.32871,0.54638 -0.43026,0 -1.01214,0.3189 -1.29306,0.70867 -0.32835,0.45554 -0.91725,0.70866 -1.64884,0.70866 -0.80507,0 -1.20029,0.19608 -1.35074,0.67015 -0.117,0.36859 -0.64595,0.76136 -1.17546,0.87283 -3.01209,0.63408 -3.2659,0.65271 -3.2659,0.23981 0,-0.42346 -1.00214,-0.39629 -6.99803,0.1897 -2.07881,0.20317 -2.21457,0.17107 -2.21457,-0.5237 0,-1.52872 -4.17917,-0.71754 -4.94386,0.95961 -0.2041,0.44767 -0.3711,1.74607 -0.3711,2.88534 0,2.34301 -0.17026,2.50155 -2.68646,2.50155 -1.41499,0 -1.56551,0.0815 -1.56551,0.84792 0,0.86406 -0.58327,1.27806 -1.80063,1.27806 -0.37382,0 -0.67968,0.15945 -0.67968,0.35434 0,0.19488 -0.23508,0.35433 -0.5224,0.35433 -0.28732,0 -0.75133,0.43848 -1.03113,0.97441 -0.2798,0.53592 -1.08114,1.27855 -1.78075,1.65028 -1.25225,0.66537 -1.27202,0.71033 -1.27202,2.89281 0,2.05203 0.0918,2.31144 1.23389,3.48751 0.67865,0.69882 1.44151,1.27058 1.69526,1.27058 0.25375,0 0.74393,0.47834 1.08929,1.06299 0.34536,0.58464 0.92839,1.06299 1.29564,1.06299 0.36724,0 0.76626,0.15945 0.88671,0.35433 0.12044,0.19488 0.69043,0.35433 1.26665,0.35433 0.57621,0 1.69487,0.19931 2.48592,0.44292 l 1.43826,0.44291 -0.18996,1.59449 c -0.40416,3.39262 -0.65797,4.6063 -0.96329,4.6063 -0.17441,0 -0.31711,0.7865 -0.31711,1.74777 0,1.43659 -0.12618,1.78783 -0.70866,1.9727 -0.66992,0.21262 -0.70867,0.53611 -0.70867,5.91735 0,5.3862 -0.041,5.72804 -0.76287,6.35408 -0.41959,0.3639 -1.13357,0.66164 -1.58664,0.66164 -1.27119,0 -4.7371,1.82936 -4.7371,2.50031 0,0.33514 -0.59983,0.85152 -1.41732,1.22016 -0.77953,0.35152 -1.41732,0.81888 -1.41732,1.03859 0,0.2197 -0.3189,0.6293 -0.70867,0.91023 -0.38976,0.28093 -0.70866,0.86281 -0.70866,1.29307 0,0.43026 -0.23438,1.01668 -0.52085,1.30315 -0.28647,0.28647 -0.74617,1.17483 -1.02155,1.97413 l -0.50069,1.45327 1.73021,0 1.73021,0 0,3.01181 c 0,2.77559 -0.0556,3.01181 -0.70867,3.01181 -0.38976,0 -0.70866,0.15945 -0.70866,0.35434 0,0.19488 -0.35876,0.36692 -0.79724,0.3823 -0.43849,0.0154 -0.59793,0.1084 -0.35433,0.20669 0.2436,0.0983 0.44291,0.48433 0.44291,0.85785 0,0.37353 0.15945,0.67914 0.35433,0.67914 0.19488,0 0.35433,0.25493 0.35433,0.5665 0,0.31157 0.47835,1.01334 1.06299,1.55948 1.05179,0.98251 1.063,1.03259 1.063,4.74846 l 0,3.75548 1.59448,0 c 1.35827,0 1.59449,-0.10499 1.59449,-0.70866 0,-0.38976 0.15071,-0.70866 0.33492,-0.70866 0.1842,0 0.38351,-0.75738 0.44291,-1.68307 0.10446,-1.62795 0.14719,-1.68682 1.30463,-1.79747 0.65815,-0.0629 1.36769,0.0567 1.57677,0.26575 0.55255,0.55255 1.3014,0.46545 1.3014,-0.15135 0,-0.29233 -0.15945,-0.5315 -0.35433,-0.5315 -0.20843,0 -0.35433,-1.24016 -0.35433,-3.01181 0,-4.01209 0.37979,-4.42913 4.03348,-4.42913 2.27959,0 2.63898,0.0873 2.79362,0.67864 0.0976,0.37325 0.54409,0.73201 0.99217,0.79724 0.56367,0.0821 1.07274,0.6372 1.65213,1.80167 l 0.83743,1.68308 2.96924,0 2.96924,0 0.55745,1.11743 c 0.31605,0.63354 0.55745,2.01447 0.55745,3.18897 l 0,2.07155 2.24823,0 c 1.79822,0 2.3766,0.14184 2.88956,0.70866 1.20093,1.32702 3.01181,0.59658 3.01181,-1.21485 0,-0.50112 0.15945,-0.91113 0.35433,-0.91113 0.19488,0 0.35433,-0.3189 0.35433,-0.70867 0,-0.47244 0.23624,-0.70866 0.70867,-0.70866 0.47242,0 0.70866,-0.23622 0.70866,-0.70866 0,-1.50321 3.87921,-0.59264 4.83856,1.13577 0.55233,0.99507 0.66054,8.78549 0.12207,8.78549 -0.21476,0 -0.35433,1.53543 -0.35433,3.89764 0,2.3622 -0.13958,3.89764 -0.35434,3.89764 -0.19488,0 -0.35433,0.30815 -0.35433,0.68478 0,0.37663 -0.29079,0.77708 -0.64619,0.88988 -0.91562,0.2906 -2.18845,1.54667 -2.18845,2.15961 0,0.28473 0.3189,0.51769 0.70866,0.51769 0.65856,0 0.70866,0.23623 0.70866,3.34084 0,2.57602 -0.12848,3.46933 -0.56129,3.90213 -0.30873,0.30871 -0.71483,1.11734 -0.90248,1.79696 -0.26947,0.97587 -0.52105,1.23567 -1.19654,1.23567 -0.47048,0 -1.19148,0.35875 -1.60225,0.79724 l -0.7469,0.79724 0.73308,0.11323 c 0.91782,0.14176 0.97306,1.12693 0.0632,1.12693 -0.48824,0 -0.72844,0.33629 -0.88583,1.24016 -0.11877,0.68208 -0.31245,1.79281 -0.43044,2.46826 -0.23216,1.32892 0.38757,2.3152 1.45467,2.3152 0.73796,0 1.59449,-0.84293 1.59449,-1.56918 0,-0.32058 0.30065,-0.5568 0.70866,-0.5568 0.59056,0 0.70866,-0.23622 0.70866,-1.41732 l 0,-1.41733 2.65748,0 c 1.53542,0 2.65748,0.14961 2.65748,0.35433 0,0.19489 0.3189,0.35433 0.70866,0.35433 0.63649,0 0.70866,0.23623 0.70866,2.31926 0,1.98998 0.12349,2.44273 0.86971,3.18899 0.47834,0.47835 1.11054,0.86971 1.40488,0.86971 0.63397,0 1.26872,1.06465 1.26872,2.128 0,0.67443 0.0584,0.69892 0.53359,0.22365 0.29349,-0.29345 0.85156,-0.6345 1.24015,-0.75784 z "},"cat10": { "cat_id": 30,"cat_slug": "bergueda","name": "Berguedà","nx": 410,"ny": 260,"capital": "Berga","cx": 410,"cy": 275,"url": "https://work.catalunyamedieval.dev/mapa/bergueda","statistics": {"castell":22,"epoca-carlina":0,"muralles":1,"torre":5,"casa-forta":5,"palau":0,"pont":20,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":6,"esglesia":113,"esglesia-fortificada":0,"monestir":5,"altres-llocs-dinteres":11},"total": 188,"info": "","path": "m 404.6659,523.46124 c -0.23385,-0.23386 -0.42519,-1.19055 -0.42519,-2.12598 l 0,-1.70079 1.5706,0 c 1.25944,0 1.61519,0.14041 1.79554,0.70866 0.19456,0.61297 0.5361,0.70866 2.5295,0.70866 3.132,0 3.31696,-0.23712 3.31696,-4.25197 0,-3.53533 0.32067,-4.25197 1.90261,-4.25197 0.48961,0 0.98876,-0.15944 1.1092,-0.35433 0.12043,-0.19488 0.75539,-0.35433 1.41098,-0.35433 0.86038,0 1.47065,-0.29257 2.19366,-1.0517 1.54254,-1.61961 1.88748,-2.07516 1.88748,-2.49276 0,-0.21196 0.39136,-0.77676 0.86971,-1.25511 0.77928,-0.77927 1.16621,-0.86972 3.72047,-0.86972 l 2.85077,0 0,2.48032 c 0,2.24409 0.0675,2.48031 0.70866,2.48031 0.59056,0 0.70866,0.23622 0.70866,1.41732 0,0.77953 0.15945,1.41733 0.35433,1.41733 0.19488,0 0.35433,0.31889 0.35433,0.70866 0,0.38976 0.15945,0.70866 0.35433,0.70866 0.19488,0 0.35433,0.47835 0.35433,1.06299 0,0.58465 0.15945,1.06299 0.35433,1.06299 0.19489,0 0.35433,0.25057 0.35433,0.55681 0,0.63637 0.82751,1.56918 1.39203,1.56918 0.20881,0 0.37963,-0.55807 0.37963,-1.24016 0,-0.68209 -0.15945,-1.24016 -0.35433,-1.24016 -0.19488,0 -0.35433,-0.31889 -0.35433,-0.70866 0,-0.38976 -0.15945,-0.70866 -0.35433,-0.70866 -0.19489,0 -0.35433,-0.84177 -0.35433,-1.8706 0,-1.46412 0.15399,-1.98158 0.70866,-2.38137 0.38976,-0.28093 0.70866,-0.88558 0.70866,-1.34369 0,-1.14828 0.80302,-1.84528 2.12598,-1.84528 0.6125,0 1.3528,-0.23918 1.64512,-0.5315 0.3746,-0.37462 0.40153,-0.5315 0.0912,-0.5315 -1.03344,0 -1.73629,-1.1697 -1.73629,-2.88956 0,-0.9442 0.15945,-1.71674 0.35433,-1.71674 0.19489,0 0.35433,-0.73327 0.35433,-1.62949 0,-1.31368 0.18886,-1.81156 0.97441,-2.5689 1.35596,-1.30721 2.5689,-4.01723 2.5689,-5.73954 0,-0.57547 0.15945,-1.04632 0.35433,-1.04632 0.19488,0 0.35433,-0.55807 0.35433,-1.24016 0,-0.68208 0.15945,-1.24015 0.35433,-1.24015 0.19489,0 0.35433,-0.23189 0.35433,-0.51531 0,-0.38961 -0.5834,-0.54086 -2.39173,-0.62008 l -2.39173,-0.10477 -0.10548,-2.21457 c -0.0655,-1.37452 0.0354,-2.21456 0.26574,-2.21456 0.20417,0 0.37124,-0.44315 0.37124,-0.98477 0,-0.5783 0.2925,-1.1956 0.70866,-1.49555 0.66022,-0.47585 0.70866,-0.91725 0.70866,-6.45617 l 0,-5.9454 2.30315,0 c 1.29922,0 2.30315,0.15445 2.30315,0.35433 0,0.19488 0.47834,0.35433 1.06299,0.35433 0.82676,0 1.06299,0.15748 1.06299,0.70866 0,0.38976 0.15945,0.70866 0.35433,0.70866 0.19488,0 0.35433,0.47835 0.35433,1.06299 0,0.97863 0.0984,1.063 1.24016,1.063 1.23647,0 1.24016,-0.005 1.24016,-1.6198 0,-1.56093 0.56654,-2.63217 1.39202,-2.63217 0.20881,0 0.37963,-0.15945 0.37963,-0.35433 0,-0.19489 0.39862,-0.35433 0.88583,-0.35433 0.5512,0 0.88583,-0.20079 0.88583,-0.5315 0,-0.29528 -0.31497,-0.5315 -0.70867,-0.5315 -0.38976,0 -0.70866,-0.14085 -0.70866,-0.313 0,-0.17215 -0.3189,-0.3964 -0.70866,-0.49833 -0.56307,-0.14724 -0.70866,-0.48331 -0.70866,-1.63581 0,-1.21427 0.11541,-1.45049 0.70866,-1.45049 0.62993,0 0.70866,-0.23623 0.70866,-2.12599 0,-2.01232 0.0458,-2.12598 0.85684,-2.12598 1.59467,0 1.97781,-0.35056 1.97781,-1.80957 0,-1.29646 -0.0639,-1.37941 -1.06299,-1.37941 -0.82676,0 -1.063,-0.15748 -1.063,-0.70866 0,-0.6406 -0.23623,-0.70866 -2.45941,-0.70866 -1.35265,0 -2.55794,-0.15945 -2.67838,-0.35433 -0.12044,-0.19488 -0.76982,-0.35433 -1.44305,-0.35433 -0.67323,0 -1.50091,-0.13988 -1.83933,-0.31084 -0.33839,-0.17096 -1.2403,-0.50997 -2.00424,-0.75337 -2.34963,-0.74862 -5.14573,-4.07833 -5.1774,-6.16543 -0.023,-1.51393 -0.766,-1.94293 -3.55883,-2.05477 l -2.63069,-0.10536 -0.10187,-3.27756 -0.10191,-3.27756 1.07631,0 c 0.59195,0 1.07628,-0.15944 1.07628,-0.35433 0,-0.21372 1.47639,-0.35433 3.72048,-0.35433 2.24408,0 3.72047,0.14061 3.72047,0.35433 0,0.19489 0.25055,0.35433 0.55679,0.35433 0.76284,0 1.56919,0.86952 1.56919,1.69213 0,0.78378 -1.12369,2.20551 -1.74316,2.20551 -0.28389,0 -0.38516,0.60247 -0.31277,1.86024 0.10152,1.76322 0.16781,1.8781 1.2712,2.20278 0.75809,0.22307 1.23495,0.62473 1.36718,1.15158 0.26947,1.0737 1.89787,1.15982 1.89787,0.10036 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.47834 0.35433,-1.06299 l 0,-1.06299 3.18898,0 3.18897,0 0,-1.94882 c 0,-1.07185 -0.15945,-1.94882 -0.35433,-1.94882 -0.19488,0 -0.35433,-0.30949 -0.35433,-0.68775 0,-0.37826 -0.15945,-0.78629 -0.35433,-0.90674 -0.19488,-0.12044 -0.35433,-1.08655 -0.35433,-2.1469 0,-1.91508 -0.007,-1.9279 -1.08627,-1.9279 -1.93723,0 -2.45704,-0.52738 -2.45704,-2.49278 0,-0.96756 -0.15945,-1.75919 -0.35433,-1.75919 -0.19988,0 -0.35433,-1.00394 -0.35433,-2.30315 0,-1.29921 0.15445,-2.30315 0.35433,-2.30315 0.19488,0 0.35433,-0.63779 0.35433,-1.41732 0,-0.77953 0.15945,-1.41733 0.35433,-1.41733 0.19489,0 0.35433,-0.28369 0.35433,-0.63043 0,-0.34675 0.3189,-0.86029 0.70867,-1.14122 0.38976,-0.28093 0.70866,-0.79447 0.70866,-1.14121 0,-0.34674 0.15945,-0.63044 0.35433,-0.63044 0.19488,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.38977 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.23918 0.35433,-0.5315 0,-0.29232 0.15945,-0.5315 0.35433,-0.5315 0.19488,0 0.35433,-0.23917 0.35433,-0.53149 0,-0.29233 0.15945,-0.5315 0.35433,-0.5315 0.19488,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19489,0 0.35433,-0.64521 0.35433,-1.4338 0,-1.22181 -0.15682,-1.52305 -1.06076,-2.03741 -0.5834,-0.33198 -1.06175,-0.82519 -1.06299,-1.09603 -0.006,-1.24959 -1.08315,-1.43346 -8.50617,-1.45156 l -7.26378,-0.0177 -1.55923,-1.05654 c -0.85755,-0.5811 -1.77438,-1.05655 -2.0374,-1.05655 -0.26298,0 -0.47817,-0.15945 -0.47817,-0.35433 0,-0.21154 -1.36669,-0.35433 -3.39144,-0.35433 -3.49317,0 -4.40384,-0.32449 -4.40384,-1.56918 0,-0.43194 -0.39727,-0.5568 -1.77165,-0.5568 -0.97441,0 -1.77165,0.15945 -1.77165,0.35433 0,0.19488 -0.79725,0.35433 -1.77166,0.35433 -0.97441,0 -1.77165,0.12741 -1.77165,0.28315 0,0.36075 -2.11713,1.13417 -3.10465,1.13417 -0.41314,0 -0.84972,0.15945 -0.97015,0.35433 -0.12044,0.19488 -1.22159,0.35433 -2.44701,0.35433 -1.71943,0 -2.41455,0.16176 -3.04512,0.70866 -0.67727,0.58738 -1.32569,0.70866 -3.78879,0.70866 -2.27246,0 -3.29857,0.16675 -4.36082,0.70867 -0.9699,0.49482 -2.08835,0.70866 -3.70637,0.70866 -1.74444,0 -2.31725,0.122 -2.31725,0.49358 0,0.27148 -0.25221,0.59038 -0.56048,0.70867 -0.91676,0.35179 -4.04582,0.24409 -4.04582,-0.13926 0,-0.63895 -2.344,-0.3785 -3.18897,0.35433 -0.4494,0.38976 -0.92849,0.70866 -1.06466,0.70866 -0.13617,0 -0.76387,0.49341 -1.39489,1.09646 -0.97463,0.93139 -1.32757,1.06266 -2.34433,0.87191 -0.65834,-0.1235 -1.42986,-0.45746 -1.71453,-0.74213 -0.28467,-0.28467 -0.76816,-0.51758 -1.0744,-0.51758 -0.32057,0 -0.5568,-0.30064 -0.5568,-0.70866 0,-0.83825 -0.67188,-0.89583 -2.60394,-0.22318 -0.94992,0.33072 -1.19505,0.53955 -0.8078,0.68815 0.30578,0.11734 0.65774,0.6188 0.78211,1.11435 0.12437,0.49555 0.36829,0.901 0.54206,0.901 0.35458,0 0.4338,3.17817 0.10084,4.04582 -0.11828,0.30826 -0.45833,0.56048 -0.75568,0.56048 -0.29732,0 -0.79849,0.28782 -1.11366,0.63961 -0.31518,0.35178 -1.13113,0.84622 -1.81322,1.09875 -0.68209,0.25252 -1.55906,0.58504 -1.94882,0.73891 -0.38976,0.15388 -2.58218,0.87611 -4.87205,1.60496 -2.82298,0.89854 -4.16338,1.49268 -4.16338,1.84546 0,0.28614 -0.47835,0.96711 -1.06299,1.51325 -0.58465,0.54614 -1.063,1.24791 -1.063,1.55948 0,0.31158 -0.15945,0.5665 -0.35433,0.5665 -0.19488,0 -0.35433,0.47835 -0.35433,1.063 0,0.58464 -0.15945,1.06299 -0.35433,1.06299 -0.20246,0 -0.35433,1.06299 -0.35433,2.48031 0,1.95736 0.11094,2.48032 0.52618,2.48032 0.28938,0 1.30358,0.47835 2.25376,1.06299 0.95017,0.58465 1.98896,1.06299 2.30846,1.06299 0.3195,0 0.58089,0.15945 0.58089,0.35433 0,0.19489 0.25055,0.35433 0.5568,0.35433 0.71614,0 1.56919,0.85307 1.56919,1.56918 0,0.30625 0.15945,0.55681 0.35433,0.55681 0.20062,0 0.35433,1.01961 0.35433,2.35017 0,1.82621 0.14371,2.47793 0.64467,2.92323 0.35458,0.31518 0.7482,0.85209 0.8747,1.19313 0.12653,0.34105 0.55396,0.62008 0.94982,0.62008 0.60353,0 0.71978,-0.22892 0.71978,-1.41732 0,-0.77953 0.15945,-1.41732 0.35433,-1.41732 0.19489,0 0.35434,-0.3189 0.35434,-0.70866 0,-0.63422 0.23623,-0.70867 2.24872,-0.70867 2.71881,0 4.48356,0.75104 4.48356,1.90814 0,0.4681 0.42984,1.11102 1.04864,1.56854 1.28937,0.95328 1.43167,0.9599 1.43167,0.0666 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.20272,0 0.35434,-1.06863 0.35434,-2.49722 l 0,-2.49722 2.21456,0.10548 2.21457,0.1055 0.0996,4.13601 c 0.0937,3.89101 0.0569,4.14954 -0.62008,4.36443 -0.39582,0.12563 -0.71968,0.42731 -0.71968,0.67041 0,0.51705 -2.18948,1.63623 -3.20099,1.63623 -0.38317,0 -0.69665,0.15945 -0.69665,0.35433 0,0.19488 -0.30585,0.35433 -0.67967,0.35433 -1.7825,0 -1.80064,0.0611 -1.80064,6.06154 0,4.67496 0.087,5.63138 0.51215,5.63138 0.28169,0 0.72159,0.43848 0.97753,0.97441 0.36326,0.76069 0.77548,1.01326 1.87954,1.15157 l 1.41424,0.17717 0.10623,1.83556 c 0.17185,2.969 -0.32566,3.30223 -4.93055,3.30223 -4.00149,0 -4.21111,0.0905 -4.21111,1.81823 0,0.7894 -0.91116,2.68686 -1.64044,3.41613 -0.26706,0.26705 -0.48554,0.71333 -0.48554,0.99174 0,0.2784 -0.14202,0.50618 -0.31557,0.50618 -0.17355,0 -0.38842,0.51821 -0.4775,1.15158 -0.0891,0.63337 -0.2801,1.423 -0.42452,1.75475 -0.2306,0.52973 0.0326,0.61602 2.16057,0.70866 l 2.42316,0.10549 0.10626,2.0374 c 0.0654,1.25408 -0.0367,2.0374 -0.26575,2.0374 -0.20459,0 -0.37201,0.3189 -0.37201,0.70866 0,0.38977 -0.15945,0.70866 -0.35433,0.70866 -0.19488,0 -0.35433,0.41728 -0.35433,0.92729 0,0.93546 -2.40452,3.67901 -3.22437,3.67901 -0.6975,0 -2.44492,2.1794 -2.44492,3.04929 0,0.73332 0.16816,0.84835 1.24016,0.84835 0.68208,0 1.24015,-0.15945 1.24015,-0.35433 0,-0.19488 0.47835,-0.35433 1.063,-0.35433 0.58464,0 1.06299,-0.15945 1.06299,-0.35433 0,-0.19488 0.3189,-0.35433 0.70866,-0.35433 0.57639,0 0.70866,-0.23622 0.70866,-1.26547 0,-0.696 0.2278,-1.49325 0.5062,-1.77165 0.57359,-0.5736 2.68278,-0.69299 2.68278,-0.15186 0,0.19488 0.28686,0.35433 0.63747,0.35433 0.62107,0 1.48851,1.68616 1.48851,2.89347 0,0.297 0.3189,0.8286 0.70866,1.18133 0.43409,0.39284 0.70866,1.09133 0.70866,1.8027 0,0.85017 -0.18988,1.22163 -0.70866,1.38628 -0.56763,0.18016 -0.70866,0.53611 -0.70866,1.78878 0,1.68828 0.11303,1.60443 -2.83464,2.10307 -0.68209,0.11538 -2.03741,0.37368 -3.01181,0.57399 -0.97441,0.20031 -2.51915,0.44817 -3.43276,0.5508 l -1.6611,0.18659 -0.11371,-1.53862 -0.11367,-1.53862 -0.70554,1.19629 c -0.38803,0.65797 -1.06427,1.56755 -1.50275,2.0213 -0.45078,0.46648 -0.79725,1.26791 -0.79725,1.84422 0,1.29103 0.9387,1.80221 3.54331,1.92953 l 1.94882,0.0953 0.10998,1.32874 c 0.0728,0.88045 0.28503,1.32874 0.62883,1.32874 0.28538,0 0.65608,0.35876 0.82379,0.79724 0.72716,1.9014 2.62637,2.71783 6.58701,2.83162 l 3.18897,0.0916 0.11385,1.24016 c 0.0626,0.68209 0.26192,1.39163 0.44291,1.57677 0.18099,0.18514 0.33031,0.66349 0.33183,1.06299 0.004,0.74838 1.36152,1.61221 2.53573,1.61221 0.34406,0 0.79622,0.3189 1.00482,0.70866 0.33314,0.6225 0.74189,0.70866 3.36192,0.70866 3.10093,0 4.78768,-0.46587 4.78768,-1.32234 0,-1.13633 0.96977,-1.5123 3.90069,-1.5123 l 2.88829,0 2.09764,2.09763 c 1.21599,1.21599 2.09763,2.40741 2.09763,2.83465 0,0.61366 0.21941,0.73701 1.31103,0.73701 1.01969,0 1.21652,-0.0945 0.88582,-0.4252 z "},"cat11": { "cat_id": 41,"cat_slug": "pla-de-lestany","name": "Pla de l'Estany","nx": 640,"ny": 245,"capital": "Banyoles","cx": 640,"cy": 260,"url": "https://work.catalunyamedieval.dev/mapa/pla-de-lestany","statistics": {"castell":10,"epoca-carlina":0,"muralles":0,"torre":3,"casa-forta":0,"palau":0,"pont":0,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":2,"esglesia":3,"esglesia-fortificada":0,"monestir":0,"altres-llocs-dinteres":0},"total": 18,"info": "","path": "m 616.83913,487.7447 c 0,-0.38976 0.1594,-0.70866 0.3543,-0.70866 0.1949,0 0.3544,-0.31889 0.3544,-0.70866 0,-0.65659 0.2362,-0.70866 3.2149,-0.70866 2.8658,0 3.2021,-0.067 3.0961,-0.61738 -0.065,-0.33956 -0.5555,-0.82661 -1.089,-1.08233 -1.2316,-0.59029 -1.4325,-2.55226 -0.2614,-2.55226 0.408,0 0.7086,-0.23622 0.7086,-0.5568 0,-0.9231 0.9379,-1.56918 2.2779,-1.56918 1.1136,0 1.2655,-0.1063 1.2655,-0.88583 0,-0.4872 0.1502,-0.88583 0.3339,-0.88583 0.1837,0 0.383,-0.67628 0.4429,-1.50284 0.08,-1.09734 0.2766,-1.53465 0.7301,-1.62068 0.3499,-0.0664 0.7282,0.16094 0.8662,0.52054 0.1347,0.3511 0.7667,1.16012 1.4044,1.79784 1.3865,1.38652 3.3091,1.64844 3.3091,0.45081 0,-0.38976 0.1594,-0.70866 0.3543,-0.70866 0.1949,0 0.3543,-0.3189 0.3543,-0.70866 0,-0.38976 0.1595,-0.70866 0.3544,-0.70866 0.1948,0 0.3543,-0.3189 0.3543,-0.70866 0,-0.38977 0.1594,-0.70866 0.3543,-0.70866 0.1965,0 0.3544,-0.93813 0.3544,-2.10573 0,-2.19007 0.7997,-4.11769 2.2486,-5.42003 0.5704,-0.51269 0.675,-1.0423 0.6218,-3.14998 -0.035,-1.39353 -0.2171,-2.81978 -0.4042,-3.16946 -0.1872,-0.34967 -0.3403,-0.89682 -0.3403,-1.21587 0,-0.73622 -0.8437,-1.59248 -1.5691,-1.59248 -0.4764,0 -0.5568,-0.63721 -0.5568,-4.41088 0,-4.08856 -0.058,-4.47239 -0.7973,-5.25277 -0.4385,-0.46305 -1.0763,-0.94461 -1.4173,-1.07013 -0.4462,-0.16422 -0.6201,-0.61748 -0.6201,-1.61617 0,-0.76337 -0.2238,-1.81933 -0.4974,-2.3466 -0.4752,-0.91595 -0.5078,-0.92565 -0.7325,-0.21767 -0.1293,0.40755 -0.4636,0.741 -0.7428,0.741 -0.2792,0 -0.5076,0.14258 -0.5076,0.31685 0,0.17428 -0.4688,0.81868 -1.0417,1.432 -1.0263,1.0986 -1.0854,1.11361 -3.9862,1.01188 l -2.9445,-0.10325 -0.1024,-3.1004 -0.1024,-3.10039 -4.7488,0 c -2.7836,0 -4.8393,-0.14663 -4.9677,-0.35433 -0.1204,-0.19488 -0.5763,-0.35433 -1.013,-0.35433 -0.4368,0 -0.9854,-0.19134 -1.2193,-0.4252 -0.3307,-0.33071 -0.4252,-0.0157 -0.4252,1.41732 0,1.01339 -0.1594,1.84252 -0.3543,1.84252 -0.1949,0 -0.3543,0.25056 -0.3543,0.55681 0,0.71611 -0.8531,1.56918 -1.5692,1.56918 -0.3063,0 -0.5568,0.15945 -0.5568,0.35433 0,0.21135 -1.3583,0.35433 -3.3662,0.35433 -2.0079,0 -3.3661,-0.14298 -3.3661,-0.35433 0,-0.72356 -2.1559,-0.35659 -3.0279,0.51539 -0.4784,0.47835 -0.8698,0.97785 -0.8698,1.11001 0,0.13216 -0.3433,0.53803 -0.7628,0.90193 -0.6371,0.55251 -1.3568,0.66164 -4.3635,0.66164 l -3.6007,0 -0.5971,1.25218 c -0.3284,0.6887 -0.5962,1.84471 -0.595,2.5689 0,1.66093 -1.3964,4.9654 -2.2167,5.23526 -0.341,0.11221 -0.6201,0.43244 -0.6201,0.71164 0,0.27918 -0.1594,0.50761 -0.3543,0.50761 -0.1965,0 -0.3543,0.93791 -0.3543,2.10508 0,1.15779 -0.1389,2.19089 -0.3086,2.29577 -0.1697,0.10489 -0.4049,0.67237 -0.5226,1.26107 -0.1259,0.62943 -0.4367,1.07037 -0.7545,1.07037 -0.4041,0 -0.5403,0.40177 -0.5403,1.59449 0,0.87696 0.1594,1.59448 0.3543,1.59448 0.639,0 0.3785,2.34401 -0.3543,3.18898 -1.4086,1.62414 -1.0827,1.77165 3.9138,1.77165 4.4353,0 4.6576,-0.0352 5.4921,-0.86972 0.5513,-0.55136 0.8697,-1.27398 0.8697,-1.97412 0,-0.60743 0.2278,-1.3322 0.5062,-1.6106 0.5888,-0.58879 3.3428,-0.67391 5.1387,-0.15884 1.6154,0.46328 3.2134,2.03625 3.2134,3.16309 0,1.31225 1.4938,4.2712 2.1601,4.27858 1.443,0.016 2.7286,1.09071 3.1953,2.67129 0.3279,1.11057 0.6581,1.58694 1.0999,1.58694 0.3472,0 0.6313,0.15945 0.6313,0.35433 0,0.19753 0.9573,0.35433 2.1632,0.35433 l 2.1632,0 -0.2199,1.5059 c -0.456,3.12319 -0.438,3.27018 0.4137,3.39112 0.5488,0.0779 1.0197,0.59627 1.5005,1.65174 0.7525,1.65185 1.0621,1.88386 2.5718,1.9272 0.7475,0.0215 0.9744,-0.13704 0.9744,-0.68069 z "},"cat12": { "cat_id": 37,"cat_slug": "noguera","name": "Noguera","nx": 190,"ny": 310,"capital": "Balaguer","cx": 190,"cy": 325,"url": "https://work.catalunyamedieval.dev/mapa/noguera","statistics": {"castell":54,"epoca-carlina":1,"muralles":1,"torre":9,"casa-forta":3,"palau":0,"pont":3,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":7,"esglesia":45,"esglesia-fortificada":0,"monestir":3,"altres-llocs-dinteres":0},"total": 126,"info": "","path": "m 165.22797,581.58547 c 0.49638,-0.22617 0.9025,-0.70451 0.9025,-1.06299 0,-0.41556 0.25684,-0.65179 0.70866,-0.65179 0.38977,0 0.70867,-0.15945 0.70867,-0.35433 0,-0.19488 0.31889,-0.35433 0.70866,-0.35433 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.20743 1.20472,-0.35433 2.90551,-0.35433 2.25984,0 2.81102,-0.0945 2.48031,-0.4252 -0.23385,-0.23386 -0.42519,-1.0311 -0.42519,-1.77166 l 0,-1.34645 3.69956,0 c 2.08416,0 3.79518,0.1547 3.91855,0.35433 0.12044,0.19488 0.68792,0.35433 1.26107,0.35433 0.57314,0 1.04208,-0.15945 1.04208,-0.35433 0,-0.19488 0.47834,-0.35433 1.06299,-0.35433 0.58465,0 1.06299,-0.14836 1.06299,-0.32967 0,-0.18135 0.35876,-0.3988 0.79725,-0.48327 0.43848,-0.0844 -0.0399,-0.17525 -1.063,-0.20179 l -1.86023,-0.0483 0,-1.74267 c 0,-2.29174 0.25524,-2.86363 1.27807,-2.86363 0.46635,0 0.84791,-0.15945 0.84791,-0.35433 0,-0.19489 0.3189,-0.35433 0.70866,-0.35433 0.47244,0 0.70866,-0.23624 0.70866,-0.70867 0,-0.65583 0.23623,-0.70866 3.16807,-0.70866 1.74243,0 3.26661,0.15945 3.38705,0.35433 0.12045,0.19489 0.51773,0.35433 0.88286,0.35433 0.36513,0 0.76509,0.3189 0.8888,0.70867 0.1237,0.38976 0.38029,0.70866 0.57019,0.70866 0.84954,0 2.79595,2.89817 2.79595,4.16313 0,0.53738 1.37038,2.66213 1.84744,2.86441 0.1532,0.065 0.27854,0.36631 0.27854,0.66962 0,1.05488 1.15995,1.49258 3.98622,1.50417 1.602,0.007 2.74607,-0.13635 2.74607,-0.34307 0,-0.19488 0.25056,-0.35433 0.5568,-0.35433 0.61699,0 1.56918,-0.82169 1.56918,-1.35411 0,-0.43242 0.86979,-0.77187 1.9778,-0.77187 0.82881,0 0.85685,-0.0855 0.85685,-2.61411 0,-1.7005 -0.15955,-2.74649 -0.45651,-2.99293 -0.25107,-0.20838 -1.4868,-0.42721 -2.74606,-0.48631 l -2.28956,-0.10744 -0.10411,-2.5689 c -0.0654,-1.61475 0.0333,-2.56889 0.26575,-2.56889 0.20342,0 0.36986,-0.3189 0.36986,-0.70866 0,-0.47244 0.23622,-0.70867 0.70866,-0.70867 0.38976,0 0.70866,-0.15944 0.70866,-0.35433 0,-0.19488 0.25493,-0.35433 0.5665,-0.35433 0.31157,0 1.01334,-0.47834 1.55948,-1.06299 0.54614,-0.58465 1.24791,-1.06299 1.55949,-1.06299 0.31157,0 0.5665,-0.15945 0.5665,-0.35433 0,-0.21878 1.83608,-0.35433 4.79957,-0.35433 4.6234,0 4.83149,-0.0319 5.66929,-0.86973 0.47834,-0.47834 0.86972,-1.11614 0.86972,-1.41732 0,-0.30118 0.25056,-0.5476 0.55681,-0.5476 0.86046,0 1.56913,-0.90845 1.56961,-2.01209 2.4e-4,-0.55484 0.39444,-1.45787 0.88582,-2.02924 0.48697,-0.56624 0.8854,-1.16417 0.8854,-1.32874 0,-0.16457 0.23782,-0.29922 0.52849,-0.29922 0.29067,0 0.72765,-0.3189 0.97106,-0.70866 0.24341,-0.38977 0.56366,-0.70866 0.71167,-0.70866 0.31228,0 1.68642,-1.31985 1.68642,-1.6198 0,-0.41573 1.03218,-1.21485 1.56917,-1.21485 0.30625,0 0.55681,-0.20911 0.55681,-0.46468 0,-0.25558 0.29733,-0.78383 0.66073,-1.1739 1.10069,-1.18145 1.46525,-2.13444 1.46525,-3.83025 0,-0.88978 0.15945,-1.61778 0.35433,-1.61778 0.19489,0 0.35434,-0.30598 0.35434,-0.67995 0,-0.37397 0.27903,-1.1702 0.62007,-1.76941 0.57921,-1.01766 0.75436,-1.08962 2.65748,-1.09171 1.12354,-10e-4 2.03741,0.15669 2.03741,0.35209 0,0.19488 0.25056,0.35433 0.5568,0.35433 1.19071,0 1.56918,0.93101 1.56918,3.86011 0,2.6791 -0.0622,2.91142 -1.05105,3.92295 -0.72223,0.73883 -1.39371,1.07521 -2.14636,1.07521 -1.06946,0 -1.09273,0.0355 -0.98635,1.50591 l 0.10896,1.5059 2.75628,0.10367 c 2.75679,0.10369 3.79884,-0.26493 3.79884,-1.34383 0,-0.85861 1.06335,-1.4599 2.38803,-1.35035 1.26081,0.10427 1.33835,0.18162 1.44241,1.43894 0.0637,0.76917 -0.0482,1.32874 -0.26575,1.32874 -0.20665,0 -0.37572,0.37422 -0.37572,0.83161 0,0.45738 -0.3189,1.1993 -0.70866,1.6487 -0.73768,0.85055 -0.9705,2.48032 -0.35433,2.48032 0.19488,0 0.35433,0.39452 0.35433,0.87672 0,1.73219 3.90394,2.71534 4.96063,1.24926 0.62993,-0.87397 1.31182,-0.91352 1.5274,-0.0886 0.12499,0.47828 0.17145,0.44234 0.20315,-0.15713 0.0244,-0.4607 0.474,-1.03294 1.1041,-1.40514 0.58464,-0.34536 1.06299,-0.753 1.06299,-0.90586 0,-0.15286 0.24584,-0.27794 0.54631,-0.27794 0.30047,0 0.88861,-0.31889 1.30697,-0.70866 0.41836,-0.38976 1.12922,-0.70866 1.57967,-0.70866 0.45046,0 0.81902,-0.15945 0.81902,-0.35433 0,-0.19488 0.47834,-0.35433 1.06299,-0.35433 0.80515,0 1.06299,-0.16201 1.06299,-0.66791 0,-0.36735 0.43848,-0.95052 0.97441,-1.29593 0.53593,-0.34542 1.10192,-0.8421 1.25776,-1.10375 0.15585,-0.26164 0.51461,-0.47572 0.79725,-0.47572 0.28264,0 0.51389,-0.31889 0.51389,-0.70866 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.25493 0.35433,-0.5665 0,-0.66415 1.85551,-2.48888 2.85269,-2.80537 0.47778,-0.15164 0.69062,-0.53944 0.69062,-1.25831 0,-0.57151 0.15945,-1.03911 0.35433,-1.03911 0.19488,0 0.35433,-0.3189 0.35433,-0.70867 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.31889 0.35433,-0.70866 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.41978 0.35433,-0.93285 0,-0.51306 0.2901,-1.19072 0.64467,-1.5059 0.35458,-0.31519 0.74819,-0.8521 0.87471,-1.19314 0.12652,-0.34104 0.47421,-0.62008 0.77265,-0.62008 0.36669,0 0.54262,-0.34464 0.54262,-1.06299 0,-0.58465 0.13385,-1.06299 0.29745,-1.06299 0.4274,0 1.11987,-1.65356 1.11987,-2.67415 0,-0.47804 0.15945,-0.86916 0.35433,-0.86916 0.22047,0 0.35433,-2.00787 0.35433,-5.31496 0,-3.30709 0.13386,-5.31496 0.35433,-5.31496 0.19488,0 0.35433,-0.47835 0.35433,-1.06299 0,-0.59926 0.19323,-1.0752 0.44292,-1.09097 0.35433,-0.0224 0.35433,-0.0637 0,-0.20669 -0.9731,-0.39265 -0.44055,-1.18266 0.79724,-1.18266 0.68209,0 1.24016,0.15945 1.24016,0.35433 0,0.19489 0.23917,0.35433 0.53149,0.35433 0.29233,0 0.5315,-0.15944 0.5315,-0.35433 0,-0.19488 0.3189,-0.35433 0.70866,-0.35433 0.62277,0 0.70866,-0.23622 0.70866,-1.94882 l 0,-1.94882 -3.91523,0 c -2.92565,0 -4.19747,0.14595 -5.03189,0.57745 -1.40424,0.72616 -2.03713,1.35274 -2.03713,2.01682 0,0.48562 -0.70623,0.94904 -1.4463,0.94904 -0.17894,0 -0.32535,-1.83366 -0.32535,-4.0748 0,-3.83858 0.0411,-4.0748 0.70866,-4.0748 0.55118,0 0.70866,-0.23623 0.70866,-1.063 0,-0.58464 0.15945,-1.06299 0.35433,-1.06299 0.21136,0 0.35433,-1.35827 0.35433,-3.36614 0,-2.00788 -0.14297,-3.36614 -0.35433,-3.36614 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.55119 -0.23622,-0.70866 -1.06299,-0.70866 -1.06299,0 -1.06299,0 -1.06299,-2.12599 0,-1.16929 -0.12742,-2.12598 -0.28315,-2.12598 -0.35187,0 -1.13418,-2.10716 -1.13418,-3.05491 0,-1.07711 -0.81456,-2.55943 -1.50579,-2.74019 -0.50511,-0.13209 -0.62019,-0.56283 -0.62019,-2.32134 0,-1.92293 0.0775,-2.15915 0.70866,-2.15915 0.50731,0 0.70866,-0.23623 0.70866,-0.83139 0,-0.88709 -0.91745,-2.9601 -1.62728,-3.67693 -0.23611,-0.23844 -0.77067,-0.98589 -1.18792,-1.66101 -0.51066,-0.82626 -1.07215,-1.26366 -1.71778,-1.33814 -0.69533,-0.0802 -0.99148,-0.33903 -1.07671,-0.941 -0.0663,-0.46804 -0.56777,-1.08648 -1.14934,-1.41733 -0.56747,-0.32283 -1.03277,-0.70655 -1.034,-0.85271 -0.004,-0.43941 -4.18089,-0.30856 -4.32894,0.1356 -0.0831,0.24932 -0.4431,0.30318 -0.95032,0.14219 -1.23893,-0.39322 -2.51826,-3.58214 -2.51826,-6.27714 0,-2.15484 -0.005,-2.16474 -0.66164,-1.40723 -0.52512,0.60547 -1.05731,0.76288 -2.57926,0.76288 -1.51114,0 -2.02589,0.15022 -2.42839,0.70866 -0.28093,0.38977 -0.72614,0.70866 -0.98936,0.70866 -0.61675,0 -1.49096,0.87421 -1.49096,1.49096 0,0.26322 -0.31889,0.70843 -0.70866,0.98936 -0.41615,0.29994 -0.70866,0.91725 -0.70866,1.49554 0,0.54163 -0.15945,0.98477 -0.35433,0.98477 -0.19488,0 -0.35433,0.3189 -0.35433,0.70867 0,0.38976 -0.15945,0.70866 -0.35433,0.70866 -0.19488,0 -0.35433,0.23917 -0.35433,0.53149 0,0.29233 -0.15945,0.5315 -0.35433,0.5315 -0.19488,0 -0.35433,0.25144 -0.35433,0.55875 0,0.30732 -0.47835,1.0371 -1.06299,1.62175 -0.58465,0.58464 -1.063,1.2547 -1.063,1.489 0,0.23432 -0.31889,0.65587 -0.70866,0.9368 -0.38976,0.28093 -0.70866,0.69788 -0.70866,0.92657 0,0.54083 -1.93991,2.61674 -2.44531,2.61674 -0.97371,0 -0.22889,2.0698 0.89915,2.49868 0.77804,0.29581 0.8375,0.50773 0.8375,2.98467 0,1.54128 -0.1495,2.66625 -0.35433,2.66625 -0.19488,0 -0.35433,0.44315 -0.35433,0.98477 0,0.57829 -0.29251,1.1956 -0.70866,1.49555 -0.40444,0.2915 -0.70867,0.91725 -0.70867,1.45763 0,0.84427 -0.54356,1.37701 -1.40497,1.37701 -0.48486,0 -0.81736,-1.47379 -1.03921,-4.6063 l -0.2133,-3.01181 -4.76009,-0.0993 c -2.82458,-0.0589 -4.95318,-0.25956 -5.23494,-0.49341 -0.59255,-0.49176 -0.56508,-0.5319 -1.31837,1.92654 l -0.62582,2.04247 -10.8611,-0.0936 c -10.84644,-0.0935 -10.86124,-0.0947 -10.97075,-0.86365 -0.0603,-0.4235 -0.52054,-1.18088 -1.02273,-1.68307 -0.71275,-0.71275 -1.2656,-0.91307 -2.51992,-0.91307 -1.70507,0 -2.90281,-0.72444 -2.90281,-1.75571 0,-0.32058 -0.14397,-0.73435 -0.31994,-0.91949 -0.17596,-0.18514 -0.37593,-0.6476 -0.44438,-1.0277 -0.11602,-0.64429 -0.18679,-0.62874 -1.04519,0.22966 -1.59568,1.59568 -2.89988,2.05591 -5.82601,2.05591 -2.55432,0 -2.76715,-0.0611 -3.70306,-1.06299 -0.54614,-0.58464 -1.24791,-1.06299 -1.55949,-1.06299 -0.31157,0 -0.5665,-0.17004 -0.5665,-0.37786 0,-0.25355 -1.13656,-0.32114 -3.45472,-0.20543 -4.85872,0.24252 -6.43714,0.54583 -6.92762,1.33122 -0.35333,0.56576 -0.85727,0.66939 -3.25509,0.66939 l -2.83705,0 -1.68402,-1.83175 c -0.92621,-1.00746 -1.68402,-2.12361 -1.68402,-2.48031 0,-0.41235 -0.25811,-0.64857 -0.70866,-0.64857 -0.38976,0 -0.70866,-0.15945 -0.70866,-0.35433 0,-0.19488 -0.79724,-0.35433 -1.77165,-0.35433 -0.97441,0 -1.77166,-0.15137 -1.77166,-0.33637 0,-0.185 -0.51821,-0.82206 -1.15157,-1.41568 -0.94512,-0.88581 -1.45033,-1.07961 -2.81798,-1.08095 -0.91652,-10e-4 -2.07178,-0.18635 -2.56724,-0.4121 -0.78359,-0.35702 -0.9933,-0.30385 -1.61116,0.40855 -0.46369,0.53464 -0.71031,1.32645 -0.71031,2.28053 0,1.48187 -0.46044,2.14496 -2.09796,3.02133 -0.40518,0.21685 -0.73669,0.58948 -0.73669,0.82807 0,0.23859 -0.3189,0.63295 -0.70866,0.87636 -0.64981,0.40581 -0.70866,0.82631 -0.70866,5.06346 0,3.57785 -0.13034,4.87294 -0.57745,5.73754 -0.97991,1.89495 -1.28492,2.03714 -4.36981,2.03714 -2.73112,0 -2.92343,0.0527 -3.92295,1.0752 -0.88714,0.90753 -1.05105,1.35693 -1.05105,2.88167 0,2.59727 -0.71946,3.12974 -4.22883,3.12974 l -2.70308,0 -0.47079,1.59449 c -0.25894,0.87697 -0.61265,1.59449 -0.78602,1.59449 -0.17337,0 -0.31522,0.21477 -0.31522,0.47728 0,0.2625 -0.3189,0.84497 -0.70866,1.29437 -0.47467,0.54729 -0.70866,1.32568 -0.70866,2.35736 0,1.32543 0.10314,1.54028 0.73944,1.54028 0.49621,0 0.87142,0.34965 1.14067,1.06299 0.32666,0.86542 0.60488,1.06299 1.4969,1.06299 0.60589,0 1.43568,0.31678 1.85632,0.70866 0.41836,0.38977 1.16595,0.70866 1.6613,0.70866 l 0.90064,0 0,5.11392 c 0,4.78372 0.0452,5.12828 0.70085,5.33636 0.44725,0.14195 0.8439,0.75961 1.09616,1.70695 0.21743,0.81648 0.53984,1.76138 0.71648,2.09978 0.49239,0.94331 0.38275,1.94275 -0.23932,2.18146 -0.30826,0.1183 -1.90275,0.21508 -3.54331,0.21508 -2.35282,0 -2.98283,0.10721 -2.98283,0.50761 0,0.2792 -0.31889,0.60884 -0.70866,0.73254 -0.61101,0.19393 -0.70866,0.53612 -0.70866,2.48329 0,1.24209 0.15945,2.3569 0.35433,2.47734 0.19488,0.12045 0.35433,1.47576 0.35433,3.01182 0,1.53605 0.15945,2.89136 0.35433,3.01181 0.19489,0.12044 0.35433,1.48517 0.35433,3.03272 0,1.6396 0.14786,2.81373 0.35433,2.81373 0.19489,0 0.35434,0.25168 0.35434,0.55928 0,0.3076 0.63779,1.17207 1.41732,1.92104 1.06534,1.02358 1.41732,1.63893 1.41732,2.47784 0,1.20677 0.6795,2.12846 1.56918,2.12846 0.32058,0 0.55681,0.30064 0.55681,0.70866 0,0.38976 0.15944,0.70866 0.35433,0.70866 0.19488,0 0.35433,0.47835 0.35433,1.06299 0,0.58465 0.15945,1.06299 0.35433,1.06299 0.19488,0 0.35433,0.3189 0.35433,0.70867 0,0.52493 0.23622,0.70866 0.91113,0.70866 0.93421,0 1.92351,0.71582 1.92351,1.39177 0,0.20866 0.87468,1.27528 1.94372,2.37025 1.92048,1.96704 3.01691,3.65851 3.01691,4.65418 0,0.28166 0.47835,0.95893 1.063,1.50506 0.75479,0.70508 1.06299,1.32328 1.06299,2.13222 0,0.87041 0.33443,1.45421 1.41732,2.47408 0.77953,0.73417 1.41732,1.59257 1.41732,1.90757 0,0.315 0.1582,0.57274 0.35155,0.57274 0.19334,0 0.63214,0.59793 0.97509,1.32874 0.55998,1.19332 0.77745,1.33987 2.13347,1.43791 1.58617,0.11473 2.56352,-0.45762 2.56352,-1.50119 0,-0.43955 0.41568,-0.5568 1.97412,-0.5568 1.93214,0 2.98651,-0.50038 2.98651,-1.41732 0,-0.5889 0.92161,-1.41732 1.57677,-1.41732 0.31042,0 0.75958,0.43848 0.99814,0.97441 0.23855,0.53592 0.79321,1.26503 1.23256,1.62021 0.43935,0.35518 0.79882,1.02341 0.79882,1.485 0,0.46155 0.15945,0.93773 0.35434,1.05817 0.19488,0.12044 0.35433,0.76766 0.35433,1.43823 0,1.35528 0.61127,1.57132 2.28647,0.80805 z "},"cat13": { "cat_id": 38,"cat_slug": "osona","name": "Osona","nx": 490,"ny": 300,"capital": "Vic","cx": 490,"cy": 315,"url": "https://work.catalunyamedieval.dev/mapa/osona","statistics": {"castell":32,"epoca-carlina":0,"muralles":1,"torre":5,"casa-forta":6,"palau":2,"pont":8,"torre-colomer":0,"basilica":0,"catedral":1,"ermita":20,"esglesia":31,"esglesia-fortificada":0,"monestir":3,"altres-llocs-dinteres":2},"total": 111,"info": "","path": "m 494.44313,575.82118 c 0.728,-0.72793 0.6283,-2.23242 -0.2889,-4.35979 -0.5249,-1.21758 -1.0122,-1.85626 -1.4194,-1.86023 -0.5349,-0.005 -0.6201,-0.37113 -0.6201,-2.66354 0,-2.38748 0.069,-2.65748 0.6826,-2.65748 0.6048,0 0.7024,-0.33322 0.8555,-2.92323 0.095,-1.60778 0.2837,-3.52116 0.4191,-4.25197 l 0.2463,-1.32874 2.6187,0 c 2.3825,0 2.6187,0.0639 2.6187,0.70866 0,0.67232 0.2363,0.70866 4.6063,0.70866 2.8347,0 4.6063,0.13629 4.6063,0.35433 0,0.19489 0.3189,0.35433 0.7087,0.35433 0.3898,0 0.7087,0.15945 0.7087,0.35433 0,0.19489 0.3189,0.35434 0.7086,0.35434 0.3898,0 0.7087,0.23507 0.7087,0.52239 0,0.28732 0.4783,0.76976 1.063,1.07209 0.965,0.49901 1.063,0.71223 1.063,2.31225 0,0.96942 0.1594,1.76256 0.3543,1.76256 0.1949,0 0.3543,0.47834 0.3543,1.06299 0,1.02362 0.059,1.06299 1.5945,1.06299 1.2249,0 1.5945,-0.13131 1.5945,-0.5665 0,-0.31157 0.4783,-1.01335 1.063,-1.55948 0.9123,-0.8522 1.063,-1.24913 1.063,-2.79964 0,-0.99366 -0.1595,-1.80666 -0.3543,-1.80666 -0.1999,0 -0.3544,-1.00394 -0.3544,-2.30315 0,-2.06693 0.073,-2.30315 0.7087,-2.30315 0.3897,0 0.7086,-0.15945 0.7086,-0.35433 0,-0.19488 0.3189,-0.35433 0.7087,-0.35433 0.3898,0 0.7087,-0.15945 0.7087,-0.35433 0,-0.19489 0.7175,-0.35433 1.5945,-0.35433 0.8769,0 1.5944,0.15944 1.5944,0.35433 0,0.19488 0.4784,0.35433 1.063,0.35433 0.5847,0 1.063,0.15945 1.063,0.35433 0,0.19488 0.3056,0.35433 0.6792,0.35433 0.3735,0 0.7595,0.19931 0.8578,0.44291 0.098,0.2436 0.1913,-0.15502 0.2067,-0.88582 0.023,-1.10185 -0.093,-1.32874 -0.6807,-1.32874 -0.6589,0 -0.7086,-0.23623 -0.7086,-3.36615 0,-2.7559 0.096,-3.36614 0.5315,-3.36614 0.2923,0 0.5315,-0.14216 0.5315,-0.31592 0,-0.17375 0.3986,-0.41596 0.8858,-0.53824 0.9013,-0.22622 1.2375,-1.36696 0.5315,-1.80332 -0.1949,-0.12044 -0.3544,-1.00682 -0.3544,-1.96973 l 0,-1.75074 2.126,0 c 1.1811,0 2.126,-0.15748 2.126,-0.35433 0,-0.19488 0.2464,-0.35433 0.5476,-0.35433 0.597,0 1.8513,-1.1824 2.5528,-2.40652 0.6716,-1.17193 0.539,-3.63233 -0.2671,-4.95441 -0.389,-0.63807 -0.7073,-1.40271 -0.7073,-1.69917 0,-0.58852 1.5368,-2.27849 2.072,-2.27849 0.4218,0 0.7626,-0.8765 0.7626,-1.96112 0,-1.53448 1.2463,-3.70817 2.126,-3.70817 0.6408,0 1.4173,-0.94533 1.4173,-1.72543 0,-0.39218 0.1595,-0.8116 0.3544,-0.93205 0.1949,-0.12044 0.3543,-0.76765 0.3543,-1.43823 0,-0.98303 -0.1373,-1.21925 -0.7087,-1.21925 -0.3897,0 -0.7086,-0.15945 -0.7086,-0.35433 0,-0.19488 -0.8842,-0.35433 -1.965,-0.35433 -1.6137,0 -2.1203,-0.15543 -2.8346,-0.86972 -0.8271,-0.82714 -0.8697,-1.0787 -0.8697,-5.1378 l 0,-4.26807 2.6828,0 c 2.7043,0 3.6951,-0.3998 3.6951,-1.49095 0,-0.26323 0.3189,-0.70844 0.7087,-0.98936 0.5547,-0.39979 0.7087,-0.91726 0.7087,-2.38138 0,-1.02882 -0.1595,-1.87059 -0.3544,-1.87059 -0.1948,0 -0.3543,-0.39862 -0.3543,-0.88583 0,-0.84797 0.092,-0.88583 2.1592,-0.88583 1.8611,0 2.1847,0.0978 2.3445,0.70867 0.2573,0.98407 0.7534,0.88529 1.027,-0.20447 0.2065,-0.82291 0.019,-1.48614 -0.9657,-3.42262 -0.1722,-0.3384 -0.313,-0.8566 -0.313,-1.15157 0,-0.29497 -0.1595,-0.5363 -0.3544,-0.5363 -0.1948,0 -0.3543,-0.23918 -0.3543,-0.5315 0,-0.33464 0.3375,-0.5315 0.9111,-0.5315 1.0151,0 1.9236,-0.73079 1.9236,-1.54731 0,-0.29421 -0.4784,-1.05865 -1.063,-1.69876 -0.5847,-0.64011 -1.063,-1.43778 -1.063,-1.77261 0,-0.33483 -0.1595,-0.70733 -0.3544,-0.82777 -0.1948,-0.12045 -0.3543,-0.52848 -0.3543,-0.90674 0,-0.37827 -0.1594,-0.68775 -0.3543,-0.68775 -0.1949,0 -0.3543,-0.3189 -0.3543,-0.70866 0,-0.38977 -0.1595,-0.70866 -0.3544,-0.70866 -0.1949,0 -0.3543,-0.55808 -0.3543,-1.24016 0,-1.21825 0.026,-1.24016 1.4715,-1.24016 l 1.4716,0 -0.7629,-0.66164 c -0.4196,-0.3639 -0.7629,-0.92197 -0.7629,-1.24016 0,-0.47085 -0.3956,-0.57851 -2.126,-0.57851 l -2.126,0 0,-1.41733 0,-1.41732 -2.4708,0 c -1.8246,0 -2.9135,0.20851 -4.1634,0.79724 -0.9309,0.43849 -1.7457,0.91683 -1.8106,1.063 -0.065,0.14616 -0.3378,0.26574 -0.6063,0.26574 -0.2685,0 -0.7947,0.32898 -1.1693,0.73106 -0.5283,0.56712 -1.028,0.70617 -2.2283,0.62008 -1.3305,-0.0954 -1.5643,-0.23146 -1.6687,-0.97082 -0.1437,-1.01742 -1.058,-2.5063 -1.5391,-2.5063 -0.9188,0 -1.3513,-1.10357 -1.3513,-3.44736 0,-2.89765 -0.5561,-4.34123 -1.674,-4.34515 -1.0215,-0.004 -1.8693,-1.6189 -1.8693,-3.56165 0,-1.1701 0.1438,-1.50571 0.7086,-1.65341 0.8155,-0.21325 0.9685,-1.16566 0.1873,-1.16566 -0.2868,0 -1.4029,-0.38985 -2.4803,-0.86633 l -1.9589,-0.86632 0,-3.433 c 0,-3.30571 0.036,-3.46407 0.9744,-4.27104 0.7567,-0.65083 1.3899,-0.83813 2.8346,-0.83847 1.7479,-3.5e-4 1.8603,-0.0539 1.8603,-0.88626 0,-0.4872 -0.1595,-0.88582 -0.3544,-0.88582 -0.1949,0 -0.3543,-0.24679 -0.3543,-0.54842 0,-0.65738 -1.6778,-2.28623 -2.3549,-2.28623 -0.2639,0 -0.4798,-0.1456 -0.4798,-0.32355 0,-0.18794 -0.4084,-0.20046 -0.9744,-0.0299 -0.5359,0.16153 -1.5437,0.46657 -2.2397,0.67788 -0.6959,0.21131 -1.469,0.3842 -1.7181,0.3842 -0.249,0 -0.8996,0.47834 -1.4457,1.06299 -0.5461,0.58464 -1.1575,1.06299 -1.3584,1.06299 -0.2011,0 -0.4667,0.3189 -0.5904,0.70866 -0.2015,0.63463 -0.5361,0.70866 -3.2038,0.70866 -2.9514,0 -2.9839,-0.01 -3.5285,-1.06299 -0.3292,-0.63655 -0.8303,-1.06299 -1.2493,-1.06299 -0.3847,0 -0.6995,-0.15945 -0.6995,-0.35433 0,-0.19988 -1.004,-0.35433 -2.3032,-0.35433 -2.2205,0 -2.3031,0.0318 -2.3031,0.88582 0,0.6051 0.1965,0.88777 0.6201,0.89195 1.1766,0.0116 2.2145,1.5547 2.2145,3.2924 0,2.88313 0.444,2.7251 -7.656,2.7251 -4.762,0 -7.2259,0.12554 -7.2259,0.36816 0,0.20249 -0.6253,0.99974 -1.3895,1.77166 -1.5856,1.60155 -2.7785,1.79969 -4.1831,0.69483 -0.7157,-0.56297 -1.4374,-0.70866 -3.5106,-0.70866 -1.5036,0 -2.6097,0.15018 -2.6097,0.35433 0,0.19488 -0.6874,0.35433 -1.5276,0.35433 -1.6039,0 -2.8286,0.77972 -3.2347,2.05945 -0.441,1.38937 -3.70966,1.78666 -7.28492,0.88543 -1.03029,-0.2597 -1.25728,-0.49038 -1.34125,-1.363 -0.0556,-0.57771 -0.24045,-1.36928 -0.41078,-1.75905 -0.17033,-0.38976 -0.39887,-0.98769 -0.50786,-1.32874 -0.11987,-0.37505 -0.55261,-0.62008 -1.09513,-0.62008 -0.49334,0 -0.89695,-0.15944 -0.89695,-0.35433 0,-0.19488 -0.71752,-0.35433 -1.59449,-0.35433 l -1.59449,0 0,1.71478 c 0,1.4937 -0.11636,1.76779 -0.90252,2.12598 -0.49634,0.22617 -1.13414,0.41121 -1.41732,0.41121 -0.387,0 -0.51481,0.47781 -0.51481,1.92494 0,1.61375 -0.11455,1.96131 -0.70866,2.14986 -1.34465,0.42678 -0.39582,1.94882 1.21486,1.94882 0.77046,0 0.91113,0.15963 0.91113,1.03402 0,1.57225 -0.34558,2.15496 -1.27807,2.15496 -0.51747,0 -0.84792,0.20712 -0.84792,0.5315 0,0.29527 -0.31496,0.53149 -0.70866,0.53149 -0.6121,0 -0.70866,0.23622 -0.70866,1.73375 0,1.99325 -0.22581,2.16389 -2.86363,2.16389 -1.70008,0 -1.74267,-0.026 -1.74267,-1.06299 0,-0.58465 -0.15945,-1.06299 -0.35433,-1.06299 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70867 0,-0.55118 -0.23623,-0.70866 -1.06299,-0.70866 -0.58465,0 -1.06299,-0.15945 -1.06299,-0.35433 0,-0.19488 -0.55808,-0.35433 -1.24016,-0.35433 l -1.24016,0 0,5.76824 c 0,5.36175 -0.0499,5.80422 -0.70866,6.27901 -0.41616,0.29994 -0.70866,0.91725 -0.70866,1.49554 0,0.54162 -0.15945,0.98477 -0.35433,0.98477 -0.19488,0 -0.35433,0.63051 -0.35433,1.40113 l 0,1.40114 2.39173,0.10477 2.39173,0.10477 0.10999,1.32874 c 0.0636,0.76918 -0.0483,1.32874 -0.26575,1.32874 -0.20665,0 -0.37574,0.47835 -0.37574,1.06299 0,0.58465 -0.15944,1.063 -0.35433,1.063 -0.19488,0 -0.35433,0.6059 -0.35433,1.34645 0,0.74055 -0.12688,1.49794 -0.28201,1.68307 -0.15509,0.18514 -0.49815,0.9729 -0.76238,1.75057 -0.26426,0.77768 -0.93458,1.8382 -1.48967,2.35673 -0.82644,0.77203 -1.00924,1.23788 -1.00924,2.57227 0,0.89622 -0.15945,1.62949 -0.35433,1.62949 -0.49841,0 -0.44267,1.89593 0.0709,2.40945 0.24966,0.24966 1.44843,0.42519 2.90385,0.42519 2.20712,0 2.5875,0.1043 3.47244,0.95212 0.88335,0.8463 0.99379,1.20073 0.99379,3.18898 0,1.25502 -0.15552,2.23686 -0.35433,2.23686 -0.19488,0 -0.35433,0.31889 -0.35433,0.70866 0,0.38976 -0.15945,0.70866 -0.35433,0.70866 -0.66069,0 -0.39884,3.79685 0.35433,5.13779 0.38976,0.69395 0.70866,1.71662 0.70866,2.27261 0,0.71289 0.20891,1.06551 0.70866,1.1962 0.5428,0.14195 0.70866,0.48331 0.70866,1.45865 0,0.70033 -0.15945,1.27333 -0.35433,1.27333 -0.19488,0 -0.35433,0.15945 -0.35433,0.35433 0,0.20473 1.12206,0.35433 2.65748,0.35433 1.53542,0 2.65748,-0.1496 2.65748,-0.35433 0,-0.19488 0.71752,-0.35433 1.59449,-0.35433 0.87697,0 1.59449,-0.15945 1.59449,-0.35433 0,-0.19488 0.23917,-0.35433 0.53149,-0.35433 0.29233,0 0.5315,-0.14339 0.5315,-0.31865 0,-0.17526 0.67766,-0.40413 1.50591,-0.50861 0.82824,-0.10448 2.02411,-0.29808 2.65748,-0.43023 0.75359,-0.15723 1.15157,-0.10391 1.15157,0.15428 0,0.5202 5.74303,0.53341 6.26202,0.0144 0.20909,-0.20908 0.91864,-0.32866 1.57672,-0.26574 l 1.1967,0.11439 0.1024,2.68601 0.1024,2.68602 -1.4232,0.64178 c -0.78276,0.35298 -1.51725,0.93807 -1.6322,1.3002 -0.11494,0.36214 -0.43742,0.65843 -0.71659,0.65843 -0.73832,0 -0.62136,0.82458 0.20104,1.41732 0.38977,0.28093 0.70866,0.71475 0.70866,0.96405 0,0.2493 0.3189,0.77217 0.70867,1.16194 0.38972,0.38976 0.70862,1.10167 0.70862,1.58202 0,1.08334 0.9161,1.60695 2.8114,1.60695 1.2044,0 1.4406,0.1162 1.4406,0.70866 0,0.65308 0.2362,0.70866 3.0118,0.70866 2.5018,0 3.0118,-0.0943 3.0118,-0.5568 0,-0.63638 0.8275,-1.56918 1.392,-1.56918 0.2551,0 0.3797,1.97978 0.3797,6.0354 0,5.80175 -0.036,6.10599 -0.9239,7.85869 -0.5082,1.00281 -1.146,2.04531 -1.4174,2.31668 -0.5208,0.52087 -0.6936,2.92309 -0.2102,2.92309 0.1557,0 0.4983,0.59793 0.7613,1.32874 0.263,0.73081 0.7734,1.58661 1.1342,1.9018 0.5426,0.47401 0.656,1.09671 0.656,3.6029 0,3.33195 -0.1823,4.15081 -0.9238,4.15081 -0.3753,0 -0.4935,0.60017 -0.4935,2.50561 0,2.57617 0.42,3.51801 1.5691,3.51801 0.3063,0 0.5568,0.15945 0.5568,0.35433 0,0.20849 1.2418,0.35433 3.0167,0.35433 1.6591,0 3.2934,0.14634 3.6319,0.32521 3.3483,1.76977 5.0996,2.15047 5.9555,1.29458 z "},"cat14": { "cat_id": 47,"cat_slug": "selva","name": "Selva","nx": 570,"ny": 320,"capital": "Santa Coloma de Farners","cx": 600,"cy": 335,"url": "https://work.catalunyamedieval.dev/mapa/selva","statistics": {"castell":19,"epoca-carlina":0,"muralles":2,"torre":16,"casa-forta":5,"palau":1,"pont":8,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":30,"esglesia":51,"esglesia-fortificada":1,"monestir":3,"altres-llocs-dinteres":7},"total": 143,"info": "","path": "m 611.89593,596.53511 c 1.7584,-1.76386 2.1086,-2.31793 2.1086,-3.33659 0,-0.67185 0.1263,-1.27467 0.2808,-1.33966 0.1544,-0.0649 0.6458,-0.71603 1.0919,-1.44683 0.4833,-0.79186 1.0857,-1.32874 1.4908,-1.32874 0.3739,0 0.6798,-0.15945 0.6798,-0.35433 0,-0.20247 1.063,-0.35434 2.4803,-0.35434 1.4173,0 2.4803,-0.15186 2.4803,-0.35433 0,-0.19488 0.7972,-0.35433 1.7716,-0.35433 0.9745,0 1.7717,-0.15945 1.7717,-0.35433 0,-0.19488 0.3189,-0.35433 0.7087,-0.35433 0.4724,0 0.7086,-0.23623 0.7086,-0.70866 0,-0.5512 0.2363,-0.70866 1.063,-0.70866 0.5847,0 1.063,-0.15945 1.063,-0.35433 0,-0.19488 0.6198,-0.35433 1.3774,-0.35433 1.1068,0 1.542,-0.20828 2.2146,-1.05977 0.4604,-0.58287 1.0364,-1.06122 1.28,-1.06299 0.2437,0 0.443,-0.16268 0.443,-0.35756 0,-0.19488 0.3986,-0.35433 0.8858,-0.35433 0.4872,0 0.8858,-0.12061 0.8858,-0.26805 0,-0.35203 2.577,-1.14927 3.7149,-1.14927 0.4903,0 0.8914,-0.15945 0.8914,-0.35433 0,-0.19488 0.3986,-0.35433 0.8858,-0.35433 0.6496,0 0.8859,-0.18897 0.8859,-0.70866 0,-0.47243 0.2362,-0.70866 0.7086,-0.70866 0.3937,0 0.7087,-0.23624 0.7087,-0.5315 0,-0.29232 0.1594,-0.5315 0.3543,-0.5315 0.1949,0 0.3544,-0.23917 0.3544,-0.53149 0,-0.29233 0.1205,-0.5315 0.2678,-0.5315 0.1473,0 0.4972,-0.51821 0.7775,-1.15157 0.2803,-0.63337 0.7976,-1.4607 1.1495,-1.83848 0.3519,-0.37779 0.6398,-0.81628 0.6398,-0.97441 0,-0.15814 0.3189,-0.28751 0.7087,-0.28751 0.5197,0 0.7086,-0.23623 0.7086,-0.88582 0,-0.48721 -0.1594,-0.88583 -0.3543,-0.88583 -0.1949,0 -0.3543,-0.3189 -0.3543,-0.70866 0,-0.38977 -0.1595,-0.70866 -0.3544,-0.70866 -0.1949,0 -0.3543,-0.3189 -0.3543,-0.70867 0,-0.57366 -0.2362,-0.70866 -1.2402,-0.70866 -1.0039,0 -1.2401,0.135 -1.2401,0.70866 0,0.47243 -0.2362,0.70867 -0.7087,0.70867 -0.3897,0 -0.7086,0.15944 -0.7086,0.35433 0,0.19488 -0.3987,0.35433 -0.8859,0.35433 -0.6496,0 -0.8858,-0.18897 -0.8858,-0.70866 0,-0.47243 -0.2362,-0.70867 -0.7087,-0.70867 -0.3897,0 -0.7086,-0.15944 -0.7086,-0.35433 0,-0.19488 -0.4784,-0.35433 -1.063,-0.35433 -0.5847,0 -1.063,-0.14339 -1.063,-0.31865 0,-0.17525 -0.6777,-0.40691 -1.5059,-0.5148 -4.7268,-0.61576 -5.5433,-0.82535 -6.4715,-1.66132 -2.0161,-1.81556 -2.6525,-2.58968 -2.6525,-3.22626 0,-0.3613 -0.1595,-0.65692 -0.3544,-0.65692 -0.1986,0 -0.3543,-0.97786 -0.3543,-2.22493 0,-1.81845 0.1295,-2.31824 0.7087,-2.7357 0.4607,-0.33209 0.7086,-0.91725 0.7086,-1.67271 0,-1.1581 -0.01,-1.16193 -1.7716,-1.16193 l -1.7717,0 0,-1.59449 c 0,-0.87697 0.1595,-1.59449 0.3544,-1.59449 0.1948,0 0.3543,-0.55807 0.3543,-1.24016 0,-0.68209 0.1594,-1.24016 0.3543,-1.24016 0.2121,0 0.3544,-1.3931 0.3544,-3.47066 l 0,-3.47066 -1.5545,-0.64101 c -0.8969,-0.36988 -1.718,-1.0001 -1.9412,-1.48997 -0.5482,-1.20317 -2.263,-1.18074 -2.8178,0.0369 -0.222,0.48721 -0.5665,0.88583 -0.7656,0.88583 -0.199,0 -0.3619,0.30586 -0.3619,0.67968 0,1.79707 -1.2414,2.3903 -2.541,1.21422 -0.5582,-0.50523 -0.648,-1.16743 -0.648,-4.78347 0,-2.56181 0.1381,-4.19705 0.3544,-4.19705 0.2137,0 0.3543,-1.47638 0.3543,-3.72047 l 0,-3.72047 -1.5706,0 c -1.2014,0 -1.6182,0.14996 -1.7731,0.638 -0.1877,0.59126 -1.987,1.48798 -2.9856,1.48798 -0.238,0 -0.7749,-0.31889 -1.1933,-0.70866 -0.4183,-0.38976 -0.9498,-0.70866 -1.181,-0.70866 -0.2312,0 -0.5161,-0.47835 -0.633,-1.06299 -0.1247,-0.62347 -0.4361,-1.06299 -0.753,-1.06299 -0.3642,0 -0.5403,-0.34659 -0.5403,-1.063 0,-0.82677 -0.1575,-1.06299 -0.7087,-1.06299 -0.408,0 -0.7086,-0.23622 -0.7086,-0.5568 0,-1.39992 -0.7732,-1.56918 -7.1673,-1.56918 l -6.1549,0 -0.4256,-1.17673 c -0.234,-0.64721 -0.4255,-2.07554 -0.4255,-3.17407 l 0,-1.99735 -2.746,-0.10348 -2.7461,-0.10349 -0.1072,-2.06829 c -0.089,-1.72601 0.013,-2.17267 0.6201,-2.69904 1.0981,-0.95243 0.9561,-2.75863 -0.3357,-4.2681 -0.5838,-0.68209 -1.0618,-1.56703 -1.0622,-1.96654 0,-0.39951 -0.1326,-0.87785 -0.2935,-1.06299 -0.161,-0.18514 -0.5055,-1.01427 -0.7654,-1.84252 -0.26,-0.82825 -0.6746,-1.50591 -0.9215,-1.50591 -0.6034,0 -1.5637,-1.99185 -1.5637,-3.24341 0,-0.97405 -0.061,-1.00855 -1.7717,-1.00855 -1.3744,0 -1.7716,-0.12486 -1.7716,-0.55681 0,-0.71612 -0.8531,-1.56918 -1.5692,-1.56918 -0.3063,0 -0.5568,-0.15945 -0.5568,-0.35433 0,-0.19488 -0.2541,-0.35433 -0.5647,-0.35433 -0.3106,0 -0.6481,-0.3189 -0.75,-0.70866 -0.1019,-0.38977 -0.3534,-0.70866 -0.559,-0.70866 -1.0115,0 -1.6696,-1.20876 -1.6696,-3.06673 0,-1.63567 -0.093,-1.8939 -0.6848,-1.8939 -0.3766,0 -0.78,0.29996 -0.8964,0.66657 -0.7623,2.4018 -3.4667,2.94344 -5.546,1.11074 -1.3985,-1.23261 -2.3006,-1.35671 -2.6169,-0.35999 -0.1237,0.38976 -0.4292,0.70866 -0.6787,0.70866 -0.2496,0 -0.7415,0.6378 -1.093,1.41732 -0.5296,1.17447 -0.8129,1.41733 -1.6531,1.41733 -1.8028,0 -4.5477,-2.05753 -4.5477,-3.4089 0,-0.60479 -0.2339,-0.82294 -0.9736,-0.90812 -0.6698,-0.0771 -1.2412,-0.52674 -1.831,-1.44086 -0.8274,-1.28217 -0.9267,-1.32776 -2.8354,-1.30076 -1.088,0.0154 -1.7788,0.10839 -1.5352,0.20669 0.2436,0.0983 0.4429,0.48433 0.4429,0.85785 0,0.37353 0.1595,0.67914 0.3544,0.67914 0.1949,0 0.3543,0.32063 0.3543,0.71252 0,1.15171 1.4861,3.97812 2.1882,4.16172 1.4124,0.36934 0.419,4.69269 -1.0782,4.69269 -0.5403,0 -0.5149,0.15362 0.3073,1.85532 0.9278,1.92022 0.9261,3.82464 0,4.62105 -0.9695,0.83014 -2.1435,0.78146 -2.3736,-0.0984 -0.1199,-0.4586 -0.4833,-0.70866 -1.0298,-0.70866 -0.8075,0 -0.8445,0.10614 -0.8445,2.4261 0,1.91751 -0.1486,2.59738 -0.7087,3.24319 -0.3897,0.4494 -0.7086,0.92775 -0.7086,1.06299 0,0.13524 -0.2978,0.58919 -0.6617,1.00878 -0.5618,0.6478 -1.0428,0.76287 -3.1889,0.76287 l -2.5274,0 0,3.20508 c 0,2.93049 0.074,3.2796 0.8697,4.07481 0.7143,0.71429 1.2209,0.86972 2.8347,0.86972 1.0807,0 1.9649,0.15945 1.9649,0.35433 0,0.19488 0.3331,0.35433 0.7401,0.35433 0.6846,0 0.7274,0.15289 0.5696,2.0374 -0.3083,3.68123 -0.9601,5.01992 -2.7153,5.577 -0.7821,0.24821 -1.429,1.66268 -1.429,3.12416 0,0.86023 -0.3011,1.3971 -1.2325,2.19789 -1.3519,1.16223 -1.5168,1.80872 -0.7276,2.85213 0.6477,0.8564 0.7093,4.35616 0.1005,5.72034 -0.9872,2.21242 -3.247,3.64856 -5.7409,3.64856 -1.473,0 -1.6121,0.0747 -1.6121,0.86492 0,0.4757 0.1594,0.96346 0.3543,1.0839 0.1949,0.12044 0.3543,0.70908 0.3543,1.30809 0,1.09381 -1.0741,2.41238 -1.9651,2.41238 -0.6395,0 -0.8695,0.85106 -0.8695,3.21796 0,1.86078 0.08,2.097 0.7087,2.097 0.5905,0 0.7086,0.23622 0.7086,1.41733 l 0,1.41732 2.3145,0 c 2.7838,0 4.7721,0.72192 4.7721,1.73266 0,0.38821 0.1595,0.80437 0.3544,0.92482 0.1948,0.12044 0.3543,0.46014 0.3543,0.75488 0,1.1033 0.9602,1.54827 3.3408,1.54827 l 2.3285,0 0,1.77165 c 0,0.97441 0.1594,1.77166 0.3543,1.77166 0.1949,0 0.3543,0.31889 0.3543,0.70866 0,0.47243 0.2363,0.70866 0.7087,0.70866 0.3898,0 0.7087,0.15945 0.7087,0.35433 0,0.19488 0.2837,0.35433 0.6304,0.35433 0.3467,0 0.8603,0.3189 1.1412,0.70866 0.2809,0.38976 0.7546,0.71107 1.0527,0.71401 0.298,0.004 1.1796,0.22649 1.9591,0.49681 1.3904,0.48217 1.4194,0.52731 1.5272,2.37568 0.1326,2.27597 0.5054,2.79145 2.0188,2.79145 1.1568,0 2.3005,1.09995 2.3005,2.21248 0,0.25615 0.3189,0.69559 0.7086,0.9765 0.3898,0.28091 0.7087,0.72613 0.7087,0.98936 0,0.88317 1.0008,1.49096 2.455,1.49096 0.7935,0 1.4426,-0.15945 1.4426,-0.35434 0,-0.21568 1.5945,-0.35433 4.0749,-0.35433 l 4.0748,0 0,1.59449 c 0,0.87697 -0.1595,1.59449 -0.3544,1.59449 -0.1949,0 -0.3543,0.39862 -0.3543,0.88583 0,0.4872 0.1594,0.88582 0.3543,0.88582 0.2003,0 0.3544,1.01236 0.3544,2.32845 0,1.59733 0.1668,2.49538 0.5315,2.85998 0.2923,0.29233 0.5314,0.36064 0.5314,0.15183 0,-0.2088 0.3189,-0.37963 0.7087,-0.37963 0.3898,0 0.7087,-0.15945 0.7087,-0.35433 0,-0.19577 0.9259,-0.35433 2.0691,-0.35433 1.8734,0 2.108,-0.0854 2.4803,-0.90251 0.2262,-0.49635 0.4112,-1.13415 0.4112,-1.41733 0,-0.28314 0.2996,-0.5148 0.6657,-0.5148 0.4055,0 0.8377,-0.41535 1.106,-1.063 0.2421,-0.58464 0.5803,-1.06299 0.7516,-1.06299 0.1712,0 0.3113,-0.3189 0.3113,-0.70866 0,-0.38976 0.1595,-0.70866 0.3544,-0.70866 0.1949,0 0.3543,-0.3189 0.3543,-0.70866 0,-0.66143 0.2362,-0.70866 3.5433,-0.70866 2.126,0 3.5433,-0.14174 3.5433,-0.35433 0,-0.19489 0.2074,-0.35433 0.4609,-0.35433 0.6519,0 2.3677,-0.83336 2.371,-1.15158 0,-0.14616 0.2419,-0.26575 0.5343,-0.26575 0.2923,0 0.5315,-0.15945 0.5315,-0.35433 0,-0.19488 0.3986,-0.35433 0.8858,-0.35433 0.5512,0 0.8858,-0.2008 0.8858,-0.5315 0,-0.29232 0.1196,-0.53351 0.2658,-0.53599 0.1461,-0.004 0.8151,-0.87945 1.4866,-1.94882 l 1.2208,-1.94432 2.7529,0 c 2.3903,0 2.8029,0.0934 3.1322,0.70866 0.2086,0.38977 0.5393,0.70866 0.7349,0.70866 0.1957,0 0.9999,0.6378 1.7873,1.41733 1.4116,1.39762 1.4681,1.41732 4.061,1.41732 2.5728,0 2.6294,0.0191 2.6294,0.89139 0,0.49029 -0.1983,1.5267 -0.4406,2.30315 -0.3464,1.10966 -0.6152,1.41176 -1.2563,1.41176 -0.4486,0 -1.207,0.39136 -1.6854,0.8697 l -0.8697,0.86974 0,7.65953 c 0,8.03364 0.063,8.37284 1.6195,8.76973 0.376,0.0959 0.7314,0.19279 0.7897,0.21539 0.058,0.0227 1.0549,-0.9107 2.2145,-2.074 z "},"cat15": { "cat_id": 25,"cat_slug": "baix-emporda","name": "Baix Empordà","nx": 710,"ny": 300,"capital": "La Bisbal d'Empordà","cx": 725,"cy": 315,"url": "https://work.catalunyamedieval.dev/mapa/baix-emporda","statistics": {"castell":39,"epoca-carlina":0,"muralles":4,"torre":50,"casa-forta":9,"palau":3,"pont":4,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":6,"esglesia":59,"esglesia-fortificada":12,"monestir":4,"altres-llocs-dinteres":7},"total": 197,"info": "","path": "m 651.70223,569.03621 c 0.1064,-0.27726 0.5287,-0.5041 0.9385,-0.5041 0.8796,0 1.7575,-0.78386 1.7575,-1.56919 0,-0.30625 0.279,-0.5574 0.62,-0.55811 0.3411,0 1.1422,-0.31964 1.7803,-0.70866 0.638,-0.38906 1.6346,-0.70735 2.2145,-0.70735 0.58,0 1.0544,-0.15945 1.0544,-0.35433 0,-0.19488 0.4784,-0.35433 1.063,-0.35433 0.5847,0 1.063,-0.15945 1.063,-0.35433 0,-0.19489 0.3189,-0.35433 0.7087,-0.35433 0.3898,0 0.7087,-0.15945 0.7087,-0.35434 0,-0.19488 0.2391,-0.35433 0.5314,-0.35433 0.2924,0 0.5328,-0.11958 0.5343,-0.26574 0,-0.31821 1.7191,-1.15158 2.371,-1.15158 0.2535,0 0.4609,-0.15945 0.4609,-0.35433 0,-0.19488 0.2392,-0.35433 0.5315,-0.35433 0.2923,0 0.5315,-0.15945 0.5315,-0.35433 0,-0.19488 0.3189,-0.35433 0.7086,-0.35433 0.4725,0 0.7087,-0.23622 0.7087,-0.70866 0,-0.38977 0.1595,-0.70866 0.3543,-0.70866 0.1949,0 0.3544,-0.47835 0.3544,-1.063 0,-0.58464 0.1594,-1.06299 0.3543,-1.06299 0.1949,0 0.3543,-0.39862 0.3543,-0.88583 0,-0.4872 0.1595,-0.88582 0.3544,-0.88582 0.1948,0 0.3543,-0.14576 0.3543,-0.32391 0,-0.54544 2.4334,-2.86507 3.0055,-2.86507 0.2958,0 0.5378,-0.24642 0.5378,-0.5476 0,-0.62927 1.546,-2.28704 2.1329,-2.28704 0.2164,0 1.17,-0.79725 2.1191,-1.77166 0.9491,-0.97441 1.9751,-1.77165 2.2801,-1.77165 0.3594,0 0.5545,-0.32066 0.5545,-0.91114 0,-1.33022 0.7949,-1.92351 2.5773,-1.92351 1.1148,0 1.7493,0.20379 2.2062,0.70866 0.7678,0.84843 3.0118,0.99822 3.0118,0.20105 0,-0.27919 0.3189,-0.60883 0.7086,-0.73254 0.3898,-0.12371 0.7087,-0.49788 0.7087,-0.83148 0,-0.33361 0.3189,-0.83641 0.7087,-1.11734 0.3897,-0.28093 0.7086,-0.79447 0.7086,-1.14121 0,-0.39422 0.2656,-0.63044 0.7087,-0.63044 0.3898,0 0.7087,-0.20374 0.7087,-0.45275 0,-0.50805 1.2365,-1.67324 1.7756,-1.67324 0.1927,0 0.3503,-0.23917 0.3503,-0.53149 0,-0.29233 0.1542,-0.5315 0.3426,-0.5315 0.1883,0 0.9005,-0.55807 1.5826,-1.24016 0.7646,-0.7646 1.5844,-1.24016 2.1378,-1.24016 0.7612,0 0.8977,-0.16162 0.8977,-1.06299 0,-0.58464 0.1594,-1.06299 0.3543,-1.06299 0.2154,0 0.3543,-1.57697 0.3543,-4.02225 0,-3.96129 0.016,-4.03866 1.0347,-5.10493 0.5691,-0.59547 1.3663,-1.18793 1.7716,-1.31658 0.6774,-0.215 0.737,-0.50255 0.737,-3.55527 0,-1.83202 0.1589,-3.41955 0.3544,-3.54034 0.1948,-0.12044 0.3543,-0.52848 0.3543,-0.90674 0,-0.37826 0.1594,-0.68775 0.3543,-0.68775 0.1986,0 0.3544,-0.97786 0.3544,-2.22492 0,-1.81845 -0.1295,-2.31825 -0.7087,-2.73571 -0.3898,-0.28092 -0.7087,-0.79447 -0.7087,-1.14121 0,-0.34674 -0.1594,-0.63044 -0.3543,-0.63044 -0.1949,0 -0.3543,-0.3189 -0.3543,-0.70866 0,-0.38977 -0.2208,-0.70866 -0.4908,-0.70866 -0.8259,0 -1.6352,-1.65976 -1.6352,-3.35368 0,-0.88382 -0.1595,-1.60695 -0.3543,-1.60695 -0.1949,0 -0.3544,-0.3189 -0.3544,-0.70866 0,-0.47244 -0.2362,-0.70867 -0.7086,-0.70867 -0.6676,0 -0.7087,-0.23622 -0.7087,-4.0748 0,-2.48031 0.1387,-4.0748 0.3543,-4.0748 0.1949,0 0.3544,-0.41001 0.3544,-0.91114 0,-1.02529 0.7327,-1.92351 1.5692,-1.92351 0.4236,0 0.5568,-0.38117 0.5568,-1.59449 0,-0.87696 -0.1595,-1.59448 -0.3544,-1.59448 -0.1949,0 -0.3543,-0.3189 -0.3543,-0.70867 0,-0.52493 -0.2362,-0.70866 -0.9111,-0.70866 -1.1867,0 -1.7916,-0.64106 -2.3524,-2.49309 -0.2637,-0.87048 -0.7193,-1.57913 -1.0771,-1.67514 -0.4087,-0.10967 -0.62,-0.51465 -0.62,-1.18805 0,-0.56192 -0.1595,-1.02167 -0.3544,-1.02167 -0.218,0 -0.3543,-1.77165 -0.3543,-4.6063 0,-4.37008 -0.036,-4.6063 -0.7087,-4.6063 -0.3897,0 -0.7086,-0.17084 -0.7086,-0.37964 0,-0.2088 -0.2392,-0.14047 -0.5315,0.15186 -0.2923,0.29232 -0.5315,0.78206 -0.5315,1.0883 0,0.30624 -0.2837,0.5568 -0.6304,0.5568 -0.3468,0 -0.8604,0.3189 -1.1413,0.70867 -0.4174,0.57919 -0.9172,0.70866 -2.7357,0.70866 -1.2471,0 -2.2249,-0.15573 -2.2249,-0.35433 0,-0.19686 -0.9449,-0.35433 -2.126,-0.35433 -2.126,0 -2.126,0 -2.126,-1.063 0,-1.00393 -0.079,-1.06299 -1.4173,-1.06299 -1.4173,0 -1.4173,0 -1.4173,-1.41732 0,-1.16972 -0.1209,-1.41732 -0.692,-1.41732 -0.9509,0 -2.5567,0.74064 -3.2472,1.49772 -0.3152,0.34554 -0.7562,0.62826 -0.98,0.62826 -0.9413,0 -3.2304,0.91305 -3.2304,1.28852 0,0.91924 -3.2496,1.1818 -4.1001,0.33128 -0.3176,-0.31756 -0.5062,-1.24185 -0.5062,-2.48032 0,-1.08577 -0.1251,-1.97413 -0.278,-1.97413 -0.1528,0 -0.5604,-0.47834 -0.9058,-1.06299 -0.3454,-0.58464 -0.8581,-1.06299 -1.1394,-1.06299 -0.2813,0 -0.5115,-0.15945 -0.5115,-0.35433 0,-0.19488 -0.6378,-0.35433 -1.4173,-0.35433 -0.7795,0 -1.4173,-0.15945 -1.4173,-0.35433 0,-0.19488 -0.5519,-0.35433 -1.2263,-0.35433 -1.4157,0 -2.4524,0.92045 -3.0392,2.69834 -0.2115,0.64099 -0.6937,1.26352 -1.0714,1.38341 -0.3777,0.11988 -0.6867,0.44336 -0.6867,0.71884 0,0.27547 -0.3987,0.60091 -0.8859,0.7232 -0.4872,0.12228 -0.8858,0.36449 -0.8858,0.53824 0,0.17376 -1.1959,0.31592 -2.6575,0.31592 l -2.6574,0 0,1.36311 c 0,0.85452 0.2644,1.66797 0.7086,2.1802 0.3898,0.4494 0.7087,1.00715 0.7087,1.23945 0,0.2323 0.3189,0.71096 0.7086,1.0637 0.3898,0.35273 0.7087,0.93066 0.7087,1.28429 0,0.35364 0.3189,1.21074 0.7087,1.90468 0.6258,1.11428 0.7086,1.91851 0.7086,6.88232 0,6.19907 0.057,6.05075 -2.3321,6.05075 -1.0557,0 -1.2112,0.11372 -1.2112,0.88583 0,0.48721 -0.1594,0.88583 -0.3543,0.88583 -0.1949,0 -0.3543,0.71968 -0.3543,1.59929 0,0.87962 -0.1994,1.93687 -0.443,2.34945 -0.3543,0.60012 -0.3543,0.78222 0,0.91055 0.2436,0.0882 0.443,0.62545 0.443,1.19386 l 0,1.03346 3.1889,0 3.189,0 0,1.06299 c 0,0.58465 0.1595,1.063 0.3543,1.063 0.3834,0 0.4911,3.12905 0.1393,4.04582 -0.1183,0.30826 -0.5966,0.56047 -1.063,0.56047 -0.7474,0 -0.8479,0.1616 -0.8479,1.36311 0,2.32167 -0.8197,2.88886 -4.1747,2.88886 l -2.8514,0 -0.1762,2.21457 c -0.2195,2.75897 -0.589,4.51772 -0.9491,4.51772 -0.1516,0 -0.3758,0.39862 -0.498,0.88582 -0.1436,0.57195 -0.4711,0.88583 -0.9243,0.88583 -0.3861,0 -0.7019,0.14216 -0.7019,0.31592 0,0.17375 -0.3986,0.41596 -0.8858,0.53824 -0.5507,0.13821 -0.8859,0.47357 -0.8859,0.88633 0,0.36521 -0.2522,0.76079 -0.5604,0.87908 -0.8903,0.34164 -2.6285,0.24955 -2.6285,-0.13925 0,-0.19489 -0.2392,-0.35434 -0.5315,-0.35434 -0.3923,0 -0.5315,0.41017 -0.5315,1.56551 0,2.02175 -0.2724,2.68646 -1.1009,2.68646 -0.3689,0 -0.6708,0.15945 -0.6708,0.35433 0,0.19489 -0.2392,0.35433 -0.5315,0.35433 -0.3307,0 -0.5315,0.33465 -0.5315,0.88583 0,0.48721 0.1595,0.88583 0.3544,0.88583 0.1948,0 0.3543,0.3189 0.3543,0.70866 0,0.67232 0.2362,0.70866 4.6063,0.70866 4.3701,0 4.6063,0.0363 4.6063,0.70866 0,0.47244 0.2362,0.70866 0.7086,0.70866 0.4725,0 0.7087,0.23623 0.7087,0.70866 0,0.38977 0.1413,0.70867 0.3141,0.70867 0.4784,0 0.8119,1.94101 0.9896,5.75787 0.088,1.9001 0.3095,3.45472 0.4915,3.45472 0.1819,0 0.3369,0.43849 0.3443,0.97441 0.01,0.72793 0.3685,1.22004 1.4173,1.94546 l 1.4038,0.97104 0,3.23936 c 0,4.29305 -0.2753,4.56265 -4.6605,4.56265 l -3.1347,0 0,3.55941 c 0,3.30669 0.062,3.62117 0.8697,4.42913 0.4783,0.47835 1.1161,0.86973 1.4173,0.86973 0.3722,0 0.5476,0.34043 0.5476,1.06299 0,0.58464 0.1595,1.06299 0.3543,1.06299 0.1949,0 0.3544,0.25056 0.3544,0.55681 0,0.71611 0.853,1.56917 1.5692,1.56917 0.449,0 0.5568,0.44561 0.5568,2.30315 0,1.59137 -0.1369,2.3118 -0.443,2.33111 -0.3543,0.0223 -0.3543,0.0637 0,0.20672 0.2436,0.0983 0.443,0.41134 0.443,0.69562 0,1.27346 1.477,1.76581 1.9103,0.6368 z "},"cat16": { "cat_id": 34,"cat_slug": "girones","name": "Gironès","nx": 615,"ny": 300,"capital": "Girona","cx": 630,"cy": 315,"url": "https://work.catalunyamedieval.dev/mapa/girones","statistics": {"castell":24,"epoca-carlina":0,"muralles":2,"torre":20,"casa-forta":12,"palau":4,"pont":4,"torre-colomer":0,"basilica":1,"catedral":1,"ermita":13,"esglesia":38,"esglesia-fortificada":1,"monestir":6,"altres-llocs-dinteres":10},"total": 136,"info": "","path": "m 644.47693,567.11478 c 0,-0.59056 0.2362,-0.70866 1.4173,-0.70866 0.7795,0 1.4173,-0.15945 1.4173,-0.35433 0,-0.19488 0.3189,-0.35433 0.7087,-0.35433 0.5197,0 0.7087,-0.23623 0.7087,-0.88583 0,-0.56909 -0.1991,-0.88582 -0.5568,-0.88582 -0.7162,0 -1.5692,-0.85307 -1.5692,-1.56918 0,-0.30625 -0.1595,-0.55681 -0.3544,-0.55681 -0.1948,0 -0.3543,-0.47834 -0.3543,-1.06299 0,-0.73014 -0.1744,-1.06299 -0.5568,-1.06299 -0.7161,0 -1.5692,-0.85306 -1.5692,-1.56918 0,-0.30625 -0.1594,-0.55681 -0.3543,-0.55681 -0.2164,0 -0.3543,-1.6409 -0.3543,-4.21406 0,-3.5158 0.093,-4.24969 0.5604,-4.42913 0.3083,-0.11829 1.8345,-0.21507 3.3915,-0.21507 3.5974,0 3.8433,-0.22347 3.8433,-3.49228 0,-2.25706 -0.084,-2.54591 -0.9336,-3.21429 -0.5134,-0.40391 -1.1512,-0.73438 -1.4173,-0.73438 -0.3281,0 -0.4837,-0.45593 -0.4837,-1.41732 0,-0.77953 -0.1594,-1.41732 -0.3543,-1.41732 -0.2112,0 -0.3544,-1.3513 -0.3544,-3.34523 0,-1.84794 -0.1586,-3.44325 -0.3543,-3.56422 -0.1949,-0.12045 -0.3543,-0.52848 -0.3543,-0.90674 0,-0.37826 -0.1595,-0.68775 -0.3544,-0.68775 -0.1948,0 -0.3543,-0.24642 -0.3543,-0.5476 0,-0.30118 -0.3913,-0.93898 -0.8697,-1.41732 -0.831,-0.83098 -1.0678,-0.86973 -5.315,-0.86973 -4.209,0 -4.4452,-0.0377 -4.4452,-0.70866 0,-0.38976 -0.1595,-0.70866 -0.3543,-0.70866 -0.1949,0 -0.3544,-0.87697 -0.3544,-1.94882 0,-1.7126 0.086,-1.94882 0.7087,-1.94882 0.3898,0 0.7087,-0.15945 0.7087,-0.35433 0,-0.19488 0.3189,-0.35433 0.7086,-0.35433 0.6299,0 0.7087,-0.23622 0.7087,-2.12598 l 0,-2.12599 1.2401,0 c 0.6821,0 1.2402,0.15945 1.2402,0.35433 0,0.19489 0.3986,0.35433 0.8858,0.35433 0.6367,0 0.8858,-0.19095 0.8858,-0.67896 0,-0.41362 0.4155,-0.86285 1.063,-1.14949 0.5847,-0.25878 1.063,-0.59105 1.063,-0.73836 0,-0.14731 0.3189,-0.26783 0.7087,-0.26783 0.3937,0 0.7087,-0.23622 0.7087,-0.5315 0,-0.29232 0.1594,-0.53149 0.3543,-0.53149 0.1949,0 0.3543,-0.46894 0.3543,-1.04208 0,-0.57315 0.1595,-1.14063 0.3543,-1.26107 0.1949,-0.12045 0.3544,-1.32572 0.3544,-2.6784 l 0,-2.4594 3.0371,0 c 3.5978,0 4.0495,-0.29362 4.0495,-2.63217 0,-1.56355 0.037,-1.6198 1.063,-1.6198 0.9786,0 1.063,-0.0984 1.063,-1.24015 0,-0.68209 -0.1595,-1.24016 -0.3544,-1.24016 -0.1948,0 -0.3543,-0.47835 -0.3543,-1.06299 l 0,-1.063 -3.189,0 -3.1889,0 0,-1.06299 c 0,-0.58464 -0.1762,-1.06299 -0.3916,-1.06299 -0.2605,0 -0.3145,-0.50383 -0.1612,-1.50591 0.1266,-0.82824 0.3176,-2.34301 0.4243,-3.36614 0.1067,-1.02313 0.3388,-1.86023 0.5156,-1.86023 0.1768,0 0.3215,-0.47835 0.3215,-1.063 0,-1.03936 0.039,-1.06299 1.7717,-1.06299 l 1.7716,0 0,-4.94985 c 0,-4.29306 -0.094,-5.11727 -0.7086,-6.21157 -0.3898,-0.69394 -0.7087,-1.55104 -0.7087,-1.90468 0,-0.35363 -0.3189,-0.93156 -0.7087,-1.28429 -0.3897,-0.35273 -0.7086,-0.93708 -0.7086,-1.29855 0,-0.36146 -0.3189,-0.93026 -0.7087,-1.26398 -0.5251,-0.44962 -0.7086,-1.04526 -0.7086,-2.29968 l 0,-1.69291 -4.4292,0 c -3.0625,0 -4.4291,0.12384 -4.4291,0.40135 0,0.22075 -0.2971,0.65923 -0.6603,0.97441 -1.4665,1.27284 -2.1717,2.9822 -2.173,5.26794 0,1.23928 -0.1574,2.21457 -0.3557,2.21457 -0.1949,0 -0.3543,0.3189 -0.3543,0.70866 0,0.38976 -0.1595,0.70866 -0.3543,0.70866 -0.1949,0 -0.3544,0.3189 -0.3544,0.70866 0,0.38977 -0.1594,0.70866 -0.3543,0.70866 -0.1949,0 -0.3543,0.30184 -0.3543,0.67076 0,0.8301 -0.6648,1.1009 -2.7026,1.1009 -1.6734,0 -3.066,-0.95239 -3.4211,-2.33961 -0.1222,-0.47725 -0.184,-0.38961 -0.2132,0.30221 -0.023,0.53592 -0.2005,0.9744 -0.3954,0.9744 -0.1949,0 -0.3544,0.47531 -0.3544,1.05625 0,0.81123 -0.1849,1.09374 -0.7972,1.21792 -2.5689,0.52097 -2.7461,0.59981 -2.7461,1.22175 0,0.35627 -0.3587,0.82078 -0.7972,1.03226 -0.4415,0.21291 -0.5725,0.39519 -0.2936,0.40847 0.9328,0.0444 1.7995,1.17341 1.7995,2.34414 0,1.42108 -0.3717,1.57748 -3.7495,1.57748 -2.1002,0 -2.6284,0.10682 -2.6284,0.5315 0,0.29232 -0.1595,0.53149 -0.3544,0.53149 -0.1949,0 -0.3543,0.30184 -0.3543,0.67076 0,0.78986 -0.6624,1.1009 -2.3446,1.1009 -1.5909,0 -2.7221,-0.76735 -3.299,-2.23779 -0.2931,-0.7469 -0.8395,-1.32358 -1.4849,-1.56719 -0.9208,-0.34758 -1.0211,-0.54503 -1.0211,-2.0107 0,-0.8939 0.1594,-1.62527 0.3543,-1.62527 0.1949,0 0.3543,-0.23917 0.3543,-0.53149 0,-0.41339 -0.4724,-0.5315 -2.1259,-0.5315 -1.1811,0 -2.126,-0.15748 -2.126,-0.35433 0,-0.19488 -0.3189,-0.35433 -0.7087,-0.35433 -0.516,0 -0.7086,-0.23622 -0.7086,-0.86916 0,-1.86138 -1.4518,-3.38281 -3.228,-3.38281 -0.7258,0 -2.4413,-3.23914 -2.4413,-4.60958 0,-1.55595 -1.6888,-2.83744 -4.0621,-3.08238 -2.2357,-0.23075 -2.6551,0.0399 -2.6648,1.71945 0,0.53921 -0.4418,1.40408 -1.0334,2.0374 l -1.028,1.10047 -5.35,0 -5.3499,0 0,1.24015 c 0,0.68209 0.1716,1.24016 0.3813,1.24016 0.2539,0 0.325,0.91764 0.2128,2.74606 -0.1989,3.24038 -0.5531,5.04922 -0.9887,5.04922 -0.6387,0 -0.2907,1.34079 0.3946,1.51999 0.3897,0.10192 0.7086,0.43942 0.7086,0.74998 0,0.32845 0.2965,0.56467 0.7087,0.56467 0.3898,0 0.7087,0.15945 0.7087,0.35433 0,0.19488 0.2837,0.35433 0.6304,0.35433 0.3467,0 0.8603,0.3189 1.1412,0.70866 0.2809,0.38977 0.7889,0.70867 1.1288,0.70867 0.7695,0 1.3515,1.04174 1.3515,2.41911 0,1.13513 -0.4937,1.47852 -2.126,1.47852 -1.5149,0 -2.1259,0.34701 -2.1259,1.20743 0,1.14368 0.7948,2.63009 1.5058,2.81601 0.341,0.0892 0.6201,0.42399 0.6201,0.74397 0,0.31999 0.3189,1.24183 0.7087,2.04855 0.3898,0.80671 0.7087,1.67814 0.7087,1.93651 0,0.58183 0.6841,1.78339 1.5059,2.64479 0.9224,0.96688 0.8637,4.2156 -0.089,4.90196 -0.4912,0.35398 -0.7087,0.91725 -0.7087,1.83497 l 0,1.32419 2.7461,0.10349 2.746,0.10349 0.094,2.30315 c 0.1647,4.03727 -0.089,3.89764 7.0779,3.89764 6.4061,0 7.1786,0.16886 7.1786,1.56917 0,0.32059 0.3006,0.55681 0.7087,0.55681 0.5512,0 0.7086,0.23622 0.7086,1.06299 0,0.58465 0.1487,1.06299 0.3305,1.06299 0.1817,0 0.4257,0.30033 0.5422,0.66739 0.1165,0.36706 0.6953,1.17327 1.2862,1.79157 1.0103,1.05716 1.1366,1.0966 2.1193,0.6616 0.5748,-0.25442 1.1359,-0.74872 1.2469,-1.09844 0.1722,-0.54253 0.5486,-0.62058 2.5647,-0.53174 l 2.363,0.10411 0.099,4.51772 c 0.064,2.92716 -0.029,4.51771 -0.2658,4.51771 -0.2257,0 -0.3649,1.33518 -0.3649,3.49993 0,2.67877 0.1247,3.60341 0.5315,3.94102 0.4495,0.37302 0.5315,0.29768 0.5315,-0.48811 0,-0.51107 0.1343,-0.92921 0.2985,-0.92921 0.1642,0 0.5991,-0.55807 0.9664,-1.24016 0.619,-1.14936 0.7911,-1.24016 2.3499,-1.24016 1.5105,0 1.738,0.10838 2.2316,1.06299 0.3024,0.58465 0.7603,1.063 1.0177,1.063 0.2574,0 0.9708,0.25085 1.5854,0.55744 l 1.1174,0.55745 0,4.04885 c 0,2.22687 -0.1427,4.04885 -0.3171,4.04885 -0.1744,0 -0.3955,0.59794 -0.4913,1.32874 -0.096,0.73081 -0.2905,1.6875 -0.4328,2.12599 -0.2456,0.7566 -0.1663,0.79724 1.5542,0.79724 l 1.813,0 0,1.89461 c 0,1.38601 -0.1902,2.11394 -0.7087,2.71169 -0.7328,0.84497 -0.9933,3.18898 -0.3543,3.18898 0.1949,0 0.3543,0.41442 0.3543,0.92094 0,0.63678 0.5094,1.40207 1.6509,2.48031 1.4772,1.39539 1.829,1.55938 3.3452,1.55938 0.9319,0 1.793,0.15945 1.9134,0.35433 0.1204,0.19488 0.8474,0.35433 1.6154,0.35433 0.768,0 1.3964,0.15945 1.3964,0.35433 0,0.19488 0.6378,0.35433 1.4173,0.35433 0.7796,0 1.4173,0.15945 1.4173,0.35433 0,0.19488 0.3189,0.35433 0.7087,0.35433 0.3898,0 0.7087,0.15945 0.7087,0.35433 0,0.19489 0.2391,0.35433 0.5315,0.35433 0.2952,0 0.5315,-0.31496 0.5315,-0.70866 z "},"cat17": { "cat_id": 46,"cat_slug": "segarra","name": "Segarra","nx": 300,"ny": 380,"capital": "Cervera","cx": 300,"cy": 395,"url": "https://work.catalunyamedieval.dev/mapa/segarra","statistics": {"castell":52,"epoca-carlina":1,"muralles":3,"torre":16,"casa-forta":2,"palau":1,"pont":3,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":22,"esglesia":69,"esglesia-fortificada":0,"monestir":2,"altres-llocs-dinteres":1},"total": 172,"info": "","path": "m 302.19346,623.8077 c 0,-0.38977 0.19932,-0.72124 0.44292,-0.73662 0.35433,-0.0223 0.35433,-0.0638 0,-0.20672 -0.54009,-0.21791 -0.62458,-4.72596 -0.0886,-4.72596 0.19489,0 0.35434,-0.31889 0.35434,-0.70866 0,-0.38976 0.15944,-0.70866 0.35433,-0.70866 0.78518,0 1.77165,-1.4563 1.77165,-2.61542 0,-1.12199 -0.10001,-1.22326 -1.57423,-1.59449 -0.86582,-0.21802 -1.91363,-0.39639 -2.32846,-0.39639 -0.41482,0 -0.99316,-0.23892 -1.28519,-0.53096 -0.29203,-0.29204 -0.9583,-0.63705 -1.4806,-0.7667 -0.5223,-0.12965 -1.46784,-0.75175 -2.10121,-1.38242 -0.9582,-0.95415 -1.15157,-1.41403 -1.15157,-2.7387 0,-1.88918 0.22187,-2.02216 3.37373,-2.02216 l 2.25278,0 0.10997,-1.32874 0.10998,-1.32874 6.28937,-0.0968 6.28937,-0.0967 0,-2.295 0,-2.29497 -1.063,0 c -1.00393,0 -1.06299,-0.0787 -1.06299,-1.41732 0,-0.77953 -0.15367,-1.41732 -0.3415,-1.41732 -0.18882,0 -0.38683,-1.5445 -0.44291,-3.45473 l -0.10141,-3.45472 -1.063,-0.0923 c -0.58464,-0.0508 -1.66092,-0.2756 -2.39173,-0.49964 -1.12789,-0.34576 -1.32874,-0.55945 -1.32874,-1.41364 0,-0.55343 -0.15945,-1.00626 -0.35433,-1.00626 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.5265 -0.23622,-0.70867 -0.919,-0.70867 -0.62101,0 -0.97909,-0.22978 -1.10432,-0.70866 -0.10192,-0.38976 -0.35348,-0.70866 -0.559,-0.70866 -0.73247,0 -1.66965,-1.18818 -1.66965,-2.11684 0,-0.83201 0.20977,-1.00116 1.76777,-1.4254 1.11569,-0.30381 1.84336,-0.71954 1.9727,-1.12706 0.11271,-0.35511 0.39815,-0.64566 0.63432,-0.64566 0.23617,0 0.65924,-0.3189 0.94017,-0.70866 0.28093,-0.38976 0.79448,-0.70866 1.14122,-0.70866 0.46426,0 0.63044,-0.28017 0.63044,-1.06299 0,-1.00393 0.0787,-1.063 1.41732,-1.063 1.02362,0 1.41732,-0.14765 1.41732,-0.53149 0,-0.33584 -0.33833,-0.5315 -0.919,-0.5315 -0.60616,0 -0.97917,-0.2301 -1.09575,-0.67588 -0.0972,-0.37177 -0.48091,-0.75547 -0.85265,-0.85267 -0.62465,-0.16334 -0.67591,-0.55544 -0.67591,-5.17057 0,-3.09297 0.13488,-4.99379 0.35433,-4.99379 0.19489,0 0.35434,-0.6378 0.35434,-1.41732 0,-1.05226 0.14341,-1.41733 0.5568,-1.41733 0.99683,0 1.56918,-0.96007 1.56918,-2.63217 l 0,-1.6198 4.41153,0 c 3.69106,0 4.46378,0.0934 4.73151,0.57177 0.27089,0.48409 0.45018,0.50333 1.16919,0.12544 0.46704,-0.24548 0.97671,-0.66223 1.13255,-0.9261 0.15583,-0.26387 0.67404,-0.47977 1.15157,-0.47977 0.71313,0 0.86822,-0.17589 0.86822,-0.98477 0,-0.57829 0.2925,-1.1956 0.70866,-1.49554 0.59697,-0.43028 0.70866,-0.91725 0.70866,-3.09004 0,-2.34303 -0.0649,-2.57925 -0.70866,-2.57925 -0.59436,0 -0.70866,-0.23622 -0.70866,-1.46435 0,-1.51176 0.73683,-2.52388 2.16808,-2.97815 0.36662,-0.11635 0.66656,-0.51971 0.66656,-0.89634 0,-0.37663 0.15945,-0.68479 0.35433,-0.68479 0.21476,0 0.35433,-1.53543 0.35433,-3.89763 0,-2.36221 0.13957,-3.89764 0.35433,-3.89764 0.43204,0 0.47552,-6.70122 0.0479,-7.37562 -0.30352,-0.47866 -2.02677,-1.48265 -2.5448,-1.48265 -0.15948,0 -0.39118,0.3189 -0.51488,0.70866 -0.12369,0.38977 -0.42774,0.70866 -0.67567,0.70866 -0.46247,0 -1.27315,1.44259 -1.27315,2.26561 0,0.25333 -0.29774,0.8039 -0.66164,1.22349 -0.88083,1.0156 -3.21604,1.05509 -4.108,0.0695 -0.47906,-0.52934 -1.1837,-0.71797 -2.97816,-0.79724 l -2.35062,-0.10384 -0.20212,-2.30314 c -0.34294,-3.90767 -0.2931,-3.85553 -3.79754,-3.97298 l -3.03811,-0.10183 -0.83829,-1.68307 c -0.46106,-0.92569 -1.07154,-1.68307 -1.35663,-1.68307 -0.28509,0 -0.79139,-0.3189 -1.12512,-0.70866 -0.4589,-0.53596 -1.04525,-0.70866 -2.40598,-0.70866 -0.98956,0 -1.99054,0.19134 -2.2244,0.42519 -0.51543,0.51544 -0.57883,4.88977 -0.0709,4.88977 0.38881,0 0.4809,1.7382 0.13926,2.6285 -0.24159,0.62958 -2.43511,0.79126 -2.79674,0.20614 -0.12044,-0.19488 -0.44875,-0.35433 -0.72957,-0.35433 -0.36892,0 -0.51058,0.44241 -0.51058,1.59449 0,0.87697 -0.15945,1.59449 -0.35433,1.59449 -0.19489,0 -0.35434,0.30184 -0.35434,0.67075 0,0.87362 -0.66434,1.1009 -3.21795,1.1009 l -2.09701,0 0,-3.75547 c 0,-3.71587 -0.0112,-3.76595 -1.06299,-4.74846 -0.58464,-0.54614 -1.06299,-1.24791 -1.06299,-1.55949 0,-0.31157 -0.15945,-0.5665 -0.35433,-0.5665 -0.19488,0 -0.35433,-0.26033 -0.35433,-0.57851 0,-0.31819 -0.35876,-0.89138 -0.79725,-1.27377 l -0.79724,-0.69525 -0.11103,1.0966 c -0.0611,0.60313 -0.26038,1.0966 -0.44292,1.0966 -0.19153,0 -0.33188,2.24756 -0.33188,5.31496 0,3.30709 -0.13386,5.31496 -0.35433,5.31496 -0.19488,0 -0.3594,0.43849 -0.3656,0.97441 -0.006,0.53593 -0.24863,1.28838 -0.53874,1.67212 -0.29011,0.38375 -0.68981,1.30058 -0.88822,2.03741 -0.20851,0.77435 -0.57926,1.33968 -0.87857,1.33968 -0.28481,0 -0.51784,0.20398 -0.51784,0.45328 0,0.2493 -0.3189,0.68312 -0.70866,0.96405 -0.41616,0.29994 -0.70867,0.91725 -0.70867,1.49554 0,0.54162 -0.15944,0.98477 -0.35433,0.98477 -0.19488,0 -0.35433,0.3189 -0.35433,0.70866 0,0.38977 -0.15945,0.70866 -0.35433,0.70866 -0.19488,0 -0.35433,0.3189 -0.35433,0.70867 0,0.38976 -0.15945,0.70866 -0.35433,0.70866 -0.19488,0 -0.35433,0.4676 -0.35433,1.03911 0,0.7065 -0.21363,1.10692 -0.66739,1.25094 -1.18435,0.3759 -2.67307,2.11586 -3.73831,4.3692 -0.57176,1.20946 -1.2207,2.19902 -1.44209,2.19902 -0.63011,0 -2.53617,1.86226 -2.81064,2.74606 -0.183,0.58925 -0.51869,0.79724 -1.28671,0.79724 -0.57151,0 -1.03911,0.15945 -1.03911,0.35433 0,0.19488 -0.37423,0.35433 -0.83161,0.35433 -0.45739,0 -1.19931,0.3189 -1.64871,0.70867 -0.4494,0.38976 -1.02365,0.70866 -1.27612,0.70866 -0.4844,0 -2.26718,1.50638 -2.26718,1.91568 0,0.45683 -1.24366,1.54077 -2.05356,1.78983 -0.74947,0.23048 -0.80517,0.42164 -0.70866,2.43245 0.0953,1.98506 0.19281,2.2244 1.07914,2.64782 0.53593,0.25601 0.97441,0.69596 0.97441,0.97766 0,0.28169 0.15945,0.51215 0.35433,0.51215 0.20832,0 0.35434,1.23608 0.35434,2.99958 0,2.82133 -0.0601,3.06114 -1.01184,4.0347 -0.55651,0.5693 -1.35376,1.14363 -1.77166,1.27626 -0.43157,0.13698 -0.75981,0.53699 -0.75981,0.92594 0,0.37662 -0.15945,0.68478 -0.35433,0.68478 -0.58575,0 -0.44773,5.98085 0.15185,6.58041 0.76921,0.76922 1.97413,0.64563 1.97413,-0.20246 0,-0.38976 0.11959,-0.7099 0.26575,-0.71143 0.31821,-0.004 1.15157,-1.71914 1.15157,-2.37104 0,-0.25345 0.15945,-0.46084 0.35434,-0.46084 0.19488,0 0.35433,-0.48667 0.35433,-1.08152 l 0,-1.08149 1.86023,0.10708 1.86024,0.10711 0.10234,3.31264 c 0.0916,2.96497 0.0265,3.3784 -0.62008,3.9392 -0.47944,0.41584 -0.72242,1.05949 -0.72242,1.91374 0,0.70795 -0.15945,1.28718 -0.35433,1.28718 -0.19488,0 -0.35433,0.28371 -0.35433,0.63042 0,0.34675 -0.3189,0.86032 -0.70866,1.14123 -0.67788,0.48859 -0.70866,0.91726 -0.70866,9.86935 0,9.13915 -0.0179,9.37407 -0.76288,10.02019 -0.41958,0.3639 -0.89793,0.66164 -1.06299,0.66164 -0.16506,0 -0.30012,0.22844 -0.30012,0.50762 0,0.27917 -0.29996,0.60282 -0.66657,0.71918 -2.55391,0.81057 -2.90107,3.38259 -0.45602,3.37851 0.3251,0 1.22889,0.30235 2.00842,0.67305 1.7106,0.81351 3.7228,1.45393 4.56818,1.45393 1.10181,0 1.63261,0.92161 1.63261,2.83464 0,1.10686 0.19872,2.021 0.50618,2.32845 0.5787,0.57869 2.53205,0.68244 2.85996,0.15187 0.12044,-0.19488 1.23658,-0.35433 2.48031,-0.35433 1.24373,0 2.35987,0.15945 2.48032,0.35433 0.12044,0.19488 0.59879,0.35433 1.06299,0.35433 0.4642,0 0.94255,0.15945 1.06299,0.35433 0.12045,0.19488 1.07714,0.35433 2.12599,0.35433 1.04884,0 2.00554,0.15945 2.12598,0.35433 0.12045,0.19488 0.75824,0.35433 1.41732,0.35433 0.65909,0 1.30177,0.16735 1.42819,0.37191 0.23215,0.37562 1.58363,-0.89518 1.58363,-1.48911 0,-0.16509 0.79724,-0.30012 1.77165,-0.30012 0.97441,0 1.77165,0.15945 1.77165,0.35433 0,0.19488 0.79725,0.35433 1.77166,0.35433 0.97441,0 1.77165,0.15945 1.77165,0.35433 0,0.20874 1.25182,0.35433 3.04681,0.35433 2.92847,0 3.08539,0.0413 4.0398,1.06299 0.54614,0.58465 1.24791,1.063 1.55949,1.063 0.31157,0 0.5665,0.15944 0.5665,0.35433 0,0.19488 0.71752,0.35433 1.59449,0.35433 1.35826,0 1.59448,-0.10499 1.59448,-0.70866 z "},"cat18": { "cat_id": 54,"cat_slug": "granollers","name": "Vallès Oriental","nx": 540,"ny": 390,"capital": "Granollers","cx": 520,"cy": 405,"url": "https://work.catalunyamedieval.dev/mapa/valles-oriental","statistics": {"castell":10,"epoca-carlina":0,"muralles":0,"torre":12,"casa-forta":6,"palau":0,"pont":0,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":2,"esglesia":5,"esglesia-fortificada":0,"monestir":0,"altres-llocs-dinteres":1},"total": 36,"info": "","path": "m 492.11473,646.61465 c 0,-1.73824 0.1259,-2.10444 0.9744,-2.83418 0.5359,-0.46092 1.0833,-0.83824 1.2163,-0.83849 0.133,-2.5e-4 0.3431,-0.31932 0.4668,-0.70909 0.1237,-0.38976 0.4715,-0.70866 0.7728,-0.70866 0.3014,0 1.1278,-0.30107 1.8364,-0.66908 0.7086,-0.36801 2.0059,-0.88214 2.8829,-1.14254 0.877,-0.2604 1.9036,-0.75653 2.2814,-1.10257 0.565,-0.51754 1.335,-0.62912 4.3405,-0.62912 3.0115,0 3.6537,-0.0934 3.6537,-0.53149 0,-0.29233 -0.3082,-0.5315 -0.6848,-0.5315 -0.3766,0 -0.786,-0.3189 -0.9097,-0.70866 -0.1264,-0.39809 -0.5361,-0.70866 -0.935,-0.70866 -1.025,0 -1.7225,-0.84894 -1.7225,-2.09661 0,-1.05626 0.401,-1.7302 2.0374,-3.42393 0.4385,-0.45387 0.7973,-1.07161 0.7973,-1.37279 0,-0.42091 0.4099,-0.54762 1.7716,-0.54762 1.3386,0 1.7717,-0.12993 1.7717,-0.53149 0,-0.29233 -0.1595,-0.5315 -0.3544,-0.5315 -0.1948,0 -0.3543,-0.80862 -0.3543,-1.79695 0,-1.85152 0.535,-2.80935 1.5692,-2.80935 0.3062,0 0.5568,-0.25494 0.5568,-0.5665 0,-0.31156 0.4783,-1.01335 1.063,-1.55948 0.5846,-0.54613 1.063,-1.30769 1.063,-1.69236 0,-0.49361 0.3127,-0.76191 1.063,-0.91197 0.6703,-0.13405 1.063,-0.43051 1.063,-0.80249 0,-0.70317 0.9932,-1.52678 1.8602,-1.54254 0.341,-0.006 0.6201,-0.17072 0.6201,-0.3656 0,-0.19488 0.2391,-0.35433 0.5315,-0.35433 0.3811,0 0.5315,-0.38892 0.5315,-1.37435 0,-1.16472 0.1486,-1.4362 0.9744,-1.77998 0.8961,-0.37307 1.8602,-1.76442 1.8602,-2.68455 0,-0.21043 0.3189,-0.61249 0.7087,-0.89341 0.3897,-0.28091 0.7086,-0.79448 0.7086,-1.14122 0,-0.5203 0.3095,-0.63043 1.7717,-0.63043 0.9744,0 1.7716,-0.15945 1.7716,-0.35433 0,-0.21643 1.6466,-0.35433 4.2311,-0.35433 2.4385,0 4.3238,0.15013 4.45,0.35433 0.1205,0.19488 1.1663,0.35433 2.3241,0.35433 1.1672,0 2.1051,0.15785 2.1051,0.35433 0,0.21873 1.8307,0.35433 4.7834,0.35433 2.9528,0 4.7835,-0.1356 4.7835,-0.35433 0,-0.19488 0.2568,-0.35433 0.5706,-0.35433 0.6199,0 3.3405,-2.5987 3.9888,-3.81008 0.2207,-0.4123 0.4012,-1.07901 0.4012,-1.4816 0,-0.40256 0.1595,-0.73194 0.3544,-0.73194 0.1949,0 0.3543,-0.39862 0.3543,-0.88583 0,-0.4872 0.1594,-0.88583 0.3543,-0.88583 0.1949,0 0.3544,-0.31889 0.3544,-0.70866 0,-0.67099 0.2362,-0.70866 4.4452,-0.70866 4.2472,0 4.484,-0.0388 5.315,-0.8697 0.4783,-0.47835 0.8697,-1.27559 0.8697,-1.77166 0,-0.77694 0.1559,-0.90195 1.1247,-0.90195 l 1.1248,0 -0.7704,-0.82009 c -0.4334,-0.46127 -0.7705,-1.27967 -0.7705,-1.87059 0,-0.64403 -0.2742,-1.24816 -0.7086,-1.56128 -0.5888,-0.42435 -0.7087,-0.91726 -0.7087,-2.91289 0,-1.36516 -0.1529,-2.40207 -0.3543,-2.40207 -0.1949,0 -0.3543,-0.87697 -0.3543,-1.94882 0,-1.07185 0.1594,-1.94882 0.3543,-1.94882 0.1949,0 0.3543,-0.23918 0.3543,-0.5315 0,-0.43076 -0.5708,-0.53149 -3.0118,-0.53149 -1.7716,0 -3.0118,0.14591 -3.0118,0.35433 0,0.20473 -1.1221,0.35433 -2.6575,0.35433 -2.199,0 -2.6575,-0.0978 -2.6575,-0.56651 0,-0.31156 -0.4783,-1.01335 -1.063,-1.55948 -0.5846,-0.54613 -1.0629,-1.2584 -1.0629,-1.58279 0,-1.20749 -0.7086,-1.96051 -1.8448,-1.96051 -1.7154,0 -2.4072,-0.86092 -2.4072,-2.99555 0,-1.74274 -0.052,-1.84139 -1.1767,-2.24823 -0.6472,-0.23404 -1.5687,-0.42552 -2.0478,-0.42552 -0.4791,0 -1.1009,-0.31889 -1.3818,-0.70866 -0.2809,-0.38976 -0.7201,-0.70866 -0.9759,-0.70866 -0.2558,0 -1.0178,-0.55275 -1.6934,-1.22836 -1.0403,-1.04028 -1.2284,-1.47426 -1.2284,-2.83463 l 0,-1.6063 -2.3284,0 c -2.366,0 -3.3408,-0.44524 -3.3408,-1.52591 0,-0.28244 -0.2329,-1.07082 -0.5175,-1.75196 -0.5853,-1.40089 -1.3013,-1.69764 -3.9117,-1.62122 -1.2724,0.0373 -1.4471,0.0921 -0.6201,0.19478 1.8481,0.22935 1.4927,1.161 -0.4429,1.161 -0.8769,0 -1.5945,-0.15945 -1.5945,-0.35433 0,-0.19488 -0.4783,-0.35433 -1.0629,-0.35433 -0.5847,0 -1.063,-0.15945 -1.063,-0.35433 0,-0.19488 -0.3189,-0.35433 -0.7087,-0.35433 -0.3898,0 -0.7087,-0.15945 -0.7087,-0.35433 0,-0.19488 -0.4783,-0.35433 -1.063,-0.35433 -0.5846,0 -1.0629,-0.15945 -1.0629,-0.35433 0,-0.19488 -0.2392,-0.35433 -0.5315,-0.35433 -0.2924,0 -0.5315,0.15945 -0.5315,0.35433 0,0.19488 -0.3189,0.35433 -0.7087,0.35433 -0.3898,0 -0.7087,0.15945 -0.7087,0.35433 0,0.19488 -0.3189,0.35433 -0.7086,0.35433 -0.5737,0 -0.7087,0.23622 -0.7087,1.24016 0,0.68208 0.1595,1.24016 0.3543,1.24016 0.2071,0 0.3544,1.19276 0.3544,2.86965 0,2.73161 -0.051,2.91742 -1.063,3.86263 -0.5847,0.54613 -1.063,1.24792 -1.063,1.55948 0,0.46874 -0.4585,0.5665 -2.6575,0.5665 l -2.6575,0 0,-1.41732 c 0,-0.77953 -0.1594,-1.41732 -0.3543,-1.41732 -0.1949,0 -0.3543,-0.71192 -0.3543,-1.58203 0,-1.25831 -0.1566,-1.66581 -0.7652,-1.99151 -0.4208,-0.22523 -1.1168,-0.78891 -1.5465,-1.25263 -0.4421,-0.47699 -1.1869,-0.84312 -1.7152,-0.84312 -0.5136,0 -0.9338,-0.15945 -0.9338,-0.35433 0,-0.21805 -1.7716,-0.35434 -4.6063,-0.35434 -4.37,0 -4.6063,-0.0363 -4.6063,-0.70866 0,-0.60367 -0.2362,-0.70866 -1.5944,-0.70866 -1.4543,0 -1.5945,0.0761 -1.5945,0.86492 0,0.4757 -0.1595,0.96346 -0.3544,1.0839 -0.1948,0.12045 -0.3543,1.3924 -0.3543,2.82658 0,2.91737 -0.201,3.72854 -0.9237,3.72854 -0.3488,0 -0.4936,0.46782 -0.4936,1.59449 0,1.35825 0.105,1.59449 0.7086,1.59449 0.4983,0 0.7091,0.23665 0.71,0.79724 0,0.43848 0.3197,1.31931 0.7087,1.95739 0.4487,0.73602 0.7073,1.78484 0.7073,2.86902 0,2.19253 -0.8288,3.23461 -2.5725,3.23461 -1.4372,0 -1.6794,0.38757 -1.6794,2.68647 0,2.17584 -0.8628,2.98282 -3.189,2.98282 -1.2781,0 -1.7717,0.13752 -1.7717,0.49359 0,0.69417 -0.7998,0.92374 -3.2179,0.92374 -2.0075,0 -2.097,-0.0383 -2.097,-0.89696 0,-0.54489 -0.2434,-0.97224 -0.6201,-1.08885 -0.3411,-0.10556 -0.897,-0.3397 -1.2354,-0.52037 -0.8388,-0.44784 -6.6485,-0.42524 -6.6485,0.0259 0,0.19687 -0.9449,0.35433 -2.126,0.35433 -1.1692,0 -2.1259,0.14776 -2.1259,0.32836 0,0.18057 -0.27907,0.40125 -0.62011,0.49039 -0.46662,0.12193 -0.42279,0.17221 0.17716,0.20314 0.65975,0.034 0.79725,0.24559 0.79725,1.22705 0,1.15675 -0.96428,2.71169 -1.68166,2.71169 -0.19708,0 -0.56395,0.49635 -0.81524,1.10303 -0.44267,1.06867 -0.41088,1.14421 1.02001,2.42643 1.00659,0.90202 1.47689,1.6134 1.47689,2.23416 0,1.88883 -0.2248,2.03166 -3.19791,2.03166 -3.2294,0 -3.88871,0.18666 -3.88871,1.1009 0,0.3689 -0.15945,0.67075 -0.35433,0.67075 -0.49344,0 -0.44401,1.18591 0.0709,1.70079 0.23386,0.23386 0.94,0.4252 1.56919,0.4252 1.26754,0 2.25758,0.77028 2.25758,1.75645 0,1.43964 1.89432,3.91284 2.997,3.91284 0.31008,0 0.54628,0.30642 0.54628,0.70866 0,0.38976 0.1274,0.70866 0.2832,0.70866 0.522,0 1.1341,2.3344 1.1341,4.32549 0,1.9355 0.021,1.97681 1.1516,2.23108 0.6334,0.14248 2.8657,0.32999 4.9606,0.41666 l 3.8091,0.1576 0,1.04089 c 0,0.57249 0.1595,1.04088 0.3543,1.04088 0.1949,0 0.3544,0.21766 0.3544,0.4837 0,0.26606 0.3189,0.88912 0.7086,1.38465 0.4884,0.62089 0.7087,1.43745 0.7087,2.62704 0,1.31964 -0.1669,1.84638 -0.7087,2.23689 -0.3897,0.28092 -0.7086,0.75926 -0.7086,1.06299 0,0.30374 -0.3189,0.78208 -0.7087,1.063 -0.7319,0.52752 -0.9807,1.77165 -0.3543,1.77165 0.1949,0 0.3543,0.79724 0.3543,1.77165 0,0.97441 0.1595,1.77166 0.3543,1.77166 0.1949,0 0.3544,0.31889 0.3544,0.70866 0,0.38976 0.1594,0.70866 0.3543,0.70866 0.1949,0 0.3543,0.3189 0.3543,0.70866 0,0.38976 0.1595,0.70866 0.3544,0.70866 0.3833,0 0.491,3.12906 0.1392,4.04582 -0.1183,0.30827 -0.5169,0.56048 -0.8858,0.56048 -0.3689,0 -0.6708,0.15945 -0.6708,0.35433 0,0.19488 -0.3986,0.35433 -0.8858,0.35433 -0.7998,0 -0.8858,0.14003 -0.8858,1.44262 0,1.40836 0.6042,2.45502 1.4173,2.45502 0.586,0 1.4173,0.92037 1.4173,1.56919 0,0.30625 0.1409,0.55679 0.313,0.55679 0.1722,0 0.3865,0.28106 0.4764,0.62458 0.09,0.34353 0.9056,1.00641 1.8129,1.47303 0.9073,0.46665 1.6497,0.98284 1.6497,1.14707 0,0.16423 0.7972,0.29863 1.7716,0.29863 1.5355,0 1.7717,0.0945 1.7717,0.70866 0,0.57366 0.2362,0.70866 1.2402,0.70866 l 1.2401,0 0,-1.99619 z "},"cat19": { "cat_id": 10,"cat_slug": "segria","name": "Segrià","nx": 120,"ny": 380,"capital": "Lleida","cx": 120,"cy": 395,"url": "https://work.catalunyamedieval.dev/mapa/segria","statistics": {"castell":18,"epoca-carlina":0,"muralles":1,"torre":5,"casa-forta":0,"palau":2,"pont":1,"torre-colomer":0,"basilica":0,"catedral":2,"ermita":2,"esglesia":17,"esglesia-fortificada":0,"monestir":2,"altres-llocs-dinteres":2},"total": 52,"info": "","path": "m 86.962869,702.67158 c 0.37485,-0.37485 0.50618,-1.47806 0.50618,-4.25197 0,-3.50954 0.0447,-3.74577 0.70867,-3.74577 0.63622,0 0.70866,-0.23624 0.70866,-2.31084 l 0,-2.31088 1.94111,-1.94109 c 1.90578,-1.9058 1.97854,-1.94113 3.99658,-1.94113 1.64899,0 2.15648,0.14014 2.56625,0.70866 0.28092,0.38976 0.79447,0.70866 1.14121,0.70866 0.49929,0 0.63044,0.29484 0.63044,1.41732 0,0.77953 0.15945,1.41733 0.35433,1.41733 0.19488,0 0.35433,0.47834 0.35433,1.06299 0,0.58465 0.159451,1.06299 0.354331,1.06299 0.19488,0 0.35433,0.3189 0.35433,0.70866 0,0.47243 0.23622,0.70866 0.70866,0.70866 0.47244,0 0.70866,0.23624 0.70866,0.70867 0,0.38976 0.15945,0.70866 0.35434,0.70866 0.19488,0 0.35433,0.3189 0.35433,0.70866 0,0.47243 0.23622,0.70866 0.70866,0.70866 0.38976,0 0.70866,0.15945 0.70866,0.35433 0,0.19715 0.95025,0.35433 2.14209,0.35433 1.80188,0 2.28022,-0.13812 3.01181,-0.8697 0.47834,-0.47835 0.86972,-1.24041 0.86972,-1.69346 0,-0.45304 0.3189,-1.05356 0.70866,-1.33448 0.38977,-0.28091 0.70866,-0.79448 0.70866,-1.14122 0,-0.34672 0.15945,-0.63043 0.35433,-0.63043 0.19489,0 0.35434,-0.23917 0.35434,-0.5315 0,-0.29232 0.14835,-0.53149 0.32968,-0.53149 0.18133,0 0.38064,-0.35876 0.44292,-0.79725 0.0941,-0.66274 0.36727,-0.81563 1.61913,-0.9062 0.89099,-0.0645 1.5059,0.044 1.5059,0.26575 0,0.20608 0.25056,0.37471 0.55681,0.37471 0.64546,0 1.33071,0.61922 1.66647,1.5059 0.52288,1.38086 0.9657,0.52788 0.9657,-1.86023 0,-1.41733 0.15185,-2.48032 0.35433,-2.48032 0.19488,0 0.35433,-0.63779 0.35433,-1.41732 0,-1.1672 0.12149,-1.41732 0.68841,-1.41732 0.63497,0 0.70157,-0.33694 0.85791,-4.34056 0.25944,-6.64348 0.45027,-7.56712 1.66757,-8.07133 0.56165,-0.23265 1.38375,-0.88214 1.82688,-1.4433 0.44313,-0.56115 1.08472,-1.02171 1.42577,-1.02348 0.34104,0 0.62007,-0.25377 0.62007,-0.56002 0,-0.71614 0.85307,-1.56919 1.56918,-1.56919 0.30625,0 0.55681,-0.15945 0.55681,-0.35433 0,-0.19488 0.22843,-0.35433 0.50762,-0.35433 0.27919,0 0.60883,-0.3189 0.73254,-0.70866 0.1237,-0.38977 0.37362,-0.70866 0.55537,-0.70866 0.44606,0 0.4238,-3.79811 -0.0239,-4.07481 -0.19488,-0.12043 -0.35433,-1.40545 -0.35433,-2.85555 0,-2.16414 0.12698,-2.76356 0.70866,-3.34523 0.38976,-0.38977 0.70866,-0.94784 0.70866,-1.24016 0,-0.29232 0.20739,-0.5315 0.46086,-0.5315 0.65187,0 2.36771,-0.83335 2.37102,-1.15157 10e-4,-0.14616 1.04967,-0.26575 2.32921,-0.26575 4.03354,0 4.76017,-0.72634 4.76017,-4.75817 l 0,-3.03711 1.39641,0 c 0.76803,0 1.49496,-0.15944 1.61541,-0.35433 0.12044,-0.19488 0.58885,-0.35433 1.04091,-0.35433 0.57919,0 0.95197,-0.31393 1.26224,-1.06299 0.24216,-0.58464 0.58041,-1.06299 0.75164,-1.06299 0.17124,0 0.31135,-1.27559 0.31135,-2.83465 0,-1.65355 0.14764,-2.83464 0.35433,-2.83464 0.19488,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.38977 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.24644 0.35433,-0.54762 0,-0.30118 0.39138,-0.93898 0.86972,-1.41733 0.72896,-0.72893 1.21172,-0.8697 2.98283,-0.8697 2.43388,0 3.23406,-0.22854 3.23406,-0.92374 0,-0.27145 0.15945,-0.49358 0.35433,-0.49358 0.19489,0 0.35434,-0.24449 0.35434,-0.5433 0,-0.8927 2.35621,-3.00001 3.35433,-3.00001 0.81906,0 0.89806,-0.13181 0.90247,-1.50591 0.003,-0.82824 0.10098,-1.86466 0.2185,-2.30315 0.12722,-0.47473 0.0552,-0.79724 -0.17796,-0.79724 -0.21538,0 -0.71556,-0.27904 -1.1115,-0.62008 -0.4492,-0.38693 -1.54872,-0.68669 -2.9241,-0.79724 -1.85877,-0.14939 -2.22144,-0.28822 -2.31423,-0.88583 -0.0605,-0.38976 -0.27435,-1.04152 -0.47518,-1.44836 -0.20083,-0.40684 -0.3122,-1.20409 -0.24748,-1.77165 0.11146,-0.97753 0.2158,-1.03759 1.9779,-1.13907 1.02313,-0.0589 1.86024,-0.2582 1.86024,-0.44292 0,-0.18467 0.17083,-0.33579 0.37964,-0.33579 0.75665,0 1.39201,-1.03968 1.39201,-2.27785 0,-0.69602 0.15945,-1.26546 0.35433,-1.26546 0.21136,0 0.35433,-1.35826 0.35433,-3.36614 0,-2.84379 -0.0876,-3.36614 -0.56467,-3.36614 -0.31056,0 -0.63797,-0.27904 -0.72757,-0.62008 -0.0908,-0.34576 -1.2519,-1.12965 -2.62431,-1.77183 -2.35734,-1.10304 -2.4614,-1.20416 -2.4614,-2.39174 0,-0.68198 0.13952,-1.23998 0.31004,-1.23998 0.17052,0 0.40571,-0.47834 0.52264,-1.06299 0.11693,-0.58464 0.38742,-1.06299 0.60109,-1.06299 0.6409,0 1.40088,-0.96112 1.40088,-1.77165 0,-1.23786 0.85132,-1.77166 2.82544,-1.77166 1.45254,0 1.98601,-0.17295 2.68279,-0.8697 0.47834,-0.47835 0.86972,-1.03642 0.86972,-1.24016 0,-0.20374 0.15945,-0.37045 0.35433,-0.37045 0.20502,0 0.35433,-1.1305 0.35433,-2.68278 0,-2.64827 -0.40156,-3.69518 -1.41732,-3.69518 -0.69329,0 -1.41733,-0.97192 -1.41733,-1.90261 0,-0.48961 -0.15944,-0.98876 -0.35433,-1.1092 -0.19488,-0.12043 -0.35433,-0.59662 -0.35433,-1.05817 0,-0.47314 -0.38642,-1.14318 -0.88582,-1.53599 -0.48721,-0.38324 -0.8909,-0.99276 -0.8971,-1.35446 -0.0123,-0.71451 -0.0126,-0.71423 -1.39569,1.25706 -0.41712,0.59449 -0.89449,0.74274 -2.39174,0.74274 -1.02882,0 -1.87059,0.13504 -1.87059,0.30012 0,0.16505 -0.29774,0.6434 -0.66164,1.06299 -0.5354,0.61732 -1.05402,0.76288 -2.71816,0.76288 -2.22539,0 -3.35249,-0.62525 -3.35249,-1.85974 0,-0.38891 -0.30742,-0.7673 -0.70866,-0.87226 -0.39221,-0.10254 -0.70866,-0.4833 -0.70866,-0.85262 0,-0.36705 -0.15945,-0.66735 -0.35433,-0.66735 -0.19488,0 -0.35433,-0.28453 -0.35433,-0.63227 0,-0.34774 -0.47835,-0.91481 -1.06299,-1.26017 -0.89306,-0.52757 -1.06299,-0.84962 -1.06299,-2.01462 0,-1.12989 -0.19685,-1.53224 -1.063,-2.17258 -0.58464,-0.43225 -1.06299,-1.05977 -1.06299,-1.39447 0,-0.88002 -1.50142,-3.56418 -2.12598,-3.80069 -0.80427,-0.30459 -1.41733,-1.01091 -1.41733,-1.63296 0,-0.32058 -0.30064,-0.55681 -0.70866,-0.55681 -0.40802,0 -0.70866,-0.23622 -0.70866,-0.5568 0,-0.92309 -0.93787,-1.56918 -2.27784,-1.56918 -0.88864,0 -1.26547,-0.15827 -1.26547,-0.5315 0,-0.29232 0.19932,-0.54408 0.44292,-0.55947 0.35433,-0.0224 0.35433,-0.0637 0,-0.20669 -0.2436,-0.0983 -0.44292,-0.64378 -0.44292,-1.21218 0,-0.56841 -0.15944,-1.03347 -0.35433,-1.03347 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.40802 -0.23622,-0.70866 -0.5568,-0.70866 -0.92309,0 -1.56918,-0.93787 -1.56918,-2.27784 0,-0.69601 -0.15945,-1.26547 -0.35433,-1.26547 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.40802 -0.23622,-0.70866 -0.55681,-0.70866 -0.71611,0 -1.56918,-0.85306 -1.56918,-1.56918 0,-0.30624 -0.14813,-0.5568 -0.32918,-0.5568 -0.18105,0 -0.4172,-1.39518 -0.52477,-3.1004 -0.43425,-6.88364 -0.63141,-8.78486 -0.94433,-9.1063 -0.18024,-0.18514 -0.3462,-0.82293 -0.3688,-1.41732 -0.0288,-0.75754 -0.0941,-0.86879 -0.21816,-0.37205 -0.22301,0.89263 -0.73571,1.22784 -1.8885,1.23473 -1.17467,0.007 -2.45854,1.21351 -2.45854,2.31036 0,0.473 -0.26871,1.42348 -0.59712,2.11218 -0.58242,1.22133 -0.64789,1.25218 -2.65748,1.25218 -1.13735,0 -2.06036,0.15873 -2.06036,0.35433 0,0.19685 -0.94488,0.35433 -2.12598,0.35433 -1.18111,0 -2.12599,0.15748 -2.12599,0.35433 0,0.19489 -0.54733,0.35433 -1.21628,0.35433 -0.89182,0 -1.27438,0.18306 -1.43407,0.68621 -0.11979,0.37742 -0.56902,0.73618 -0.99829,0.79725 -0.48986,0.0697 -0.82184,0.40166 -0.89153,0.89152 -0.0611,0.42928 -0.37996,0.86752 -0.70866,0.97388 -0.80233,0.25962 -2.19211,2.35481 -2.19211,3.30475 0,1.25737 -1.13031,3.26765 -1.83728,3.26765 -0.35367,0 -0.64304,0.15536 -0.64304,0.34524 0,0.18987 -0.450811,0.57835 -1.001791,0.86327 -0.55099,0.28493 -1.38782,1.24572 -1.85963,2.13509 -0.61702,1.16308 -1.07471,1.61703 -1.63038,1.61703 -0.4249,0 -1.00872,0.23619 -1.29739,0.52486 -0.50466,0.50465 -2.53532,1.27992 -4.57155,1.74531 -0.53403,0.12206 -1.69004,0.94099 -2.56889,1.81985 -1.21856,1.21855 -1.59793,1.86313 -1.59793,2.71501 0,0.61441 -0.15392,1.60678 -0.34204,2.20525 -0.18812,0.5985 -0.43033,1.52663 -0.53825,2.06256 l -0.1962,0.97441 -3.27081,0 c -2.7062,0 -3.48489,-0.13114 -4.51097,-0.75327 -0.68208,-0.41354 -1.32409,-0.88289 -1.42667,-1.04298 -0.10259,-0.16005 -0.34176,-0.17985 -0.5315,-0.044 -0.58009,0.41542 -1.93946,3.57786 -1.93946,4.51194 0,0.48391 -0.3189,1.15289 -0.70867,1.4866 -0.38976,0.33374 -0.70866,0.94847 -0.70866,1.36608 0,0.41762 -0.3189,1.16469 -0.70866,1.66022 -0.38976,0.4955 -0.70866,1.11933 -0.70866,1.38632 0,0.26695 -0.6378,1.73253 -1.41732,3.25683 -1.3001,2.54218 -1.41733,3.00295 -1.41733,5.57089 0,2.6617 0.0392,2.80038 0.79725,2.81725 0.43848,0.01 1.83366,0.36854 3.10039,0.79724 l 2.30315,0.7795 0.0973,6.18721 c 0.0907,5.77159 0.14844,6.24164 0.85901,6.99803 0.41896,0.44593 1.08015,0.81082 1.46932,0.81082 0.83018,0 2.00353,0.96594 2.00353,1.64941 0,0.37371 0.95294,0.47657 4.41533,0.47657 3.9995,0 4.47927,-0.0686 5.09421,-0.72868 0.55363,-0.59425 1.03013,-0.70866 2.5827,-0.62008 l 1.90383,0.10861 0.0992,4.51771 c 0.0642,2.92716 -0.0293,4.51772 -0.26575,4.51772 -0.21962,0 -0.36492,1.11717 -0.36492,2.80566 0,3.11166 -0.19172,3.92662 -0.92374,3.92662 -0.27147,0 -0.49358,0.30203 -0.49358,0.67118 0,0.36917 -0.47835,1.18328 -1.063,1.80914 -0.58464,0.62585 -1.06299,1.3495 -1.06299,1.60809 0,0.25856 -0.31889,0.57136 -0.70866,0.69506 -0.44373,0.14084 -0.70866,0.5361 -0.70866,1.05736 0,0.45783 -0.12638,0.88554 -0.28084,0.95052 -0.73685,0.30987 -1.84514,2.80028 -1.84514,4.14613 0,0.80525 -0.15945,1.4641 -0.35433,1.4641 -0.19489,0 -0.35434,0.32389 -0.35434,0.71978 0,0.39586 -0.22478,0.80604 -0.49951,0.91145 -0.27474,0.10545 -0.59401,0.56817 -0.70949,1.02827 -0.11548,0.46013 -0.50955,0.93167 -0.87572,1.04786 -0.36616,0.11622 -1.02798,0.52547 -1.47071,0.90946 -0.66168,0.57387 -1.32832,0.69814 -3.74495,0.69814 -2.23571,0 -3.01075,-0.12643 -3.23535,-0.52778 -0.42144,-0.75306 -3.61004,-1.1492 -4.02134,-0.49957 -0.17268,0.27273 -0.31641,2.65649 -0.31939,5.29725 -0.006,5.0057 0.32957,6.534 1.50036,6.84014 0.47569,0.1244 0.6202,0.5366 0.6202,1.76896 0,0.8837 -0.15945,1.70529 -0.35433,1.82572 -0.19488,0.12044 -0.35433,0.91407 -0.35433,1.76358 0,1.84542 -0.27059,2.66556 -0.87945,2.66556 -0.24711,0 -0.54496,0.47834 -0.66189,1.06299 -0.12177,0.60884 -0.43756,1.06299 -0.73915,1.06299 -0.84029,0 -1.97148,1.46151 -1.97148,2.54714 0,0.5479 0.12938,0.99617 0.28752,0.99617 0.15813,0 0.63648,0.3251 1.06299,0.72248 0.64393,0.59988 0.77547,1.11267 0.77547,3.0229 0,1.6914 0.13716,2.35311 0.51801,2.49927 0.28491,0.10931 0.62617,0.5428 0.75837,0.96328 0.22313,0.70973 1.64279,3.27522 3.03828,5.49054 0.66112,1.04952 0.89579,5.37239 0.29164,5.37239 -0.19488,0 -0.35433,0.24456 -0.35433,0.54344 0,0.59032 -1.93637,2.64554 -2.49253,2.64554 -0.18816,0 -0.34211,0.22681 -0.34211,0.504 0,0.27723 -0.59563,0.70062 -1.32362,0.94085 -1.12731,0.37205 -1.21927,0.47442 -0.62008,0.69013 1.89172,0.68106 3.3049,1.054 3.99379,1.054 1.19033,0 1.49321,1.07333 1.49321,5.29168 0,3.43481 0.0738,3.92091 0.59492,3.92091 0.32721,0 1.12446,0.19148 1.77166,0.42552 0.95115,0.34395 1.17673,0.61565 1.17673,1.41732 0,0.72131 0.17512,0.99181 0.64211,0.99181 0.35316,0 1.30215,0.3189 2.10886,0.70866 0.80672,0.38977 2.11227,0.70866 2.9012,0.70866 0.78895,0 1.43444,0.15945 1.43444,0.35433 0,0.54574 2.82015,0.41946 3.39146,-0.15186 z "},"cat20": { "cat_id": 22,"cat_slug": "bages","name": "Bages","nx": 390,"ny": 350,"capital": "Manresa","cx": 390,"cy": 365,"url": "https://work.catalunyamedieval.dev/mapa/bages","statistics": {"castell":28,"epoca-carlina":2,"muralles":3,"torre":17,"casa-forta":7,"palau":0,"pont":12,"torre-colomer":0,"basilica":1,"catedral":0,"ermita":27,"esglesia":90,"esglesia-fortificada":1,"monestir":3,"altres-llocs-dinteres":1},"total": 192,"info": "","path": "m 406.36669,611.05179 c 0,-4.17324 0.0844,-4.96063 0.5315,-4.96063 0.29232,0 0.53149,0.28453 0.53149,0.63227 0,0.34774 0.47835,0.91481 1.063,1.26017 0.58464,0.34537 1.06299,0.85809 1.06299,1.13939 0,0.34831 0.39561,0.51148 1.24016,0.51148 1.00392,0 1.24015,-0.135 1.24015,-0.70866 0,-0.38977 0.15945,-0.70867 0.35433,-0.70867 0.22146,0 0.35433,-2.12598 0.35433,-5.66929 0,-5.43306 0.0294,-5.66929 0.70867,-5.66929 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19488 0.63779,-0.35433 1.41732,-0.35433 0.77953,0 1.41732,-0.15945 1.41732,-0.35433 0,-0.21242 1.40868,-0.35433 3.51737,-0.35433 l 3.51734,0 0.55747,1.11742 c 0.30656,0.61458 0.55743,1.54576 0.55743,2.06929 0,0.79611 0.23163,1.02827 1.41562,1.41902 1.31687,0.43462 1.46193,0.41382 2.07897,-0.2976 0.5508,-0.63507 1.04881,-0.76482 2.93527,-0.76482 1.86548,0 2.36335,-0.12678 2.78274,-0.70867 0.42434,-0.58875 0.91725,-0.70866 2.91288,-0.70866 l 2.40208,0 0,-3.01181 c 0,-1.77165 -0.14591,-3.01181 -0.35433,-3.01181 -0.19488,0 -0.35433,-0.23917 -0.35433,-0.53149 0,-0.35434 0.35433,-0.5315 1.06299,-0.5315 0.97515,0 1.06299,-0.10074 1.06299,-1.21925 0,-0.67057 -0.15945,-1.31779 -0.35433,-1.43823 -0.19488,-0.12044 -0.35433,-0.52849 -0.35433,-0.90673 0,-0.52137 0.24654,-0.68776 1.01913,-0.68776 0.98181,0 1.02515,-0.0727 1.18381,-1.98638 0.23237,-2.80197 0.0241,-3.49313 -1.53556,-5.10045 -0.75681,-0.77984 -1.37604,-1.65692 -1.37604,-1.94899 0,-0.29211 -0.15945,-0.53111 -0.35433,-0.53111 -0.19488,0 -0.35433,-0.57965 -0.35433,-1.2881 0,-0.92579 -0.25431,-1.5238 -0.90408,-2.12598 -0.49727,-0.46084 -1.06093,-0.83789 -1.25263,-0.83789 -0.19169,0 -0.74154,-0.25752 -1.22191,-0.57224 -0.64353,-0.42169 -0.87335,-0.88785 -0.87335,-1.77165 l 0,-1.19941 -4.97824,0 c -5.05906,0 -6.32682,0.27017 -7.69706,1.64044 -0.61582,0.61579 -2.46734,0.62975 -3.07392,0.023 -0.50545,-0.50549 -0.84618,-2.31307 -1.13177,-6.00417 l -0.18503,-2.39173 1.44638,0 c 0.79554,0 1.44641,-0.15945 1.44641,-0.35433 0,-0.19488 0.63159,-0.35433 1.4035,-0.35433 0.87867,0 1.64059,-0.23791 2.03741,-0.63622 0.89422,-0.89751 2.41231,-1.48976 3.81862,-1.48976 0.66143,0 1.30114,-0.15945 1.42157,-0.35434 0.12044,-0.19488 0.60821,-0.35433 1.0839,-0.35433 0.62869,0 0.86492,-0.19354 0.86492,-0.70866 0,-0.62902 0.23623,-0.70866 2.1021,-0.70866 1.79093,0 2.13541,-0.10491 2.32704,-0.70866 0.16738,-0.52735 0.5361,-0.70866 1.4412,-0.70866 0.66894,0 1.21628,-0.15945 1.21628,-0.35433 0,-0.20248 1.06299,-0.35433 2.48031,-0.35433 1.41732,0 2.48032,-0.15186 2.48032,-0.35433 0,-0.19489 0.31889,-0.35433 0.70866,-0.35433 0.55119,0 0.70866,-0.23623 0.70866,-1.063 0,-0.58464 0.15945,-1.06299 0.35433,-1.06299 0.19488,0 0.35433,-0.47425 0.35433,-1.05389 0,-0.80868 -0.24325,-1.17968 -1.04538,-1.59449 -0.57497,-0.29733 -1.37222,-0.5406 -1.77166,-0.5406 -0.39947,0 -0.72627,-0.15944 -0.72627,-0.35433 0,-0.19488 -0.22758,-0.35433 -0.50577,-0.35433 -0.27818,0 -0.8122,-0.38954 -1.18672,-0.86566 -0.3745,-0.47611 -1.14346,-0.97358 -1.7088,-1.10549 -0.5653,-0.13191 -1.18729,-0.43053 -1.38217,-0.66361 -0.45043,-0.53874 -3.74386,-1.61721 -4.93863,-1.61721 -0.86418,0 -0.90783,-0.0937 -0.90783,-1.94881 0,-1.7126 0.0859,-1.94882 0.70866,-1.94882 0.47243,0 0.70866,-0.23622 0.70866,-0.70866 0,-0.49957 0.23624,-0.70867 0.80061,-0.70867 0.44033,0 0.99975,-0.31889 1.24314,-0.70866 0.24342,-0.38976 0.76011,-0.70866 1.14824,-0.70866 0.3881,0 0.70565,-0.16287 0.70565,-0.36193 0,-0.19906 0.39862,-0.54355 0.88583,-0.76553 0.64215,-0.29258 0.88583,-0.68039 0.88583,-1.40973 0,-0.55336 0.15944,-1.00612 0.35433,-1.00612 0.21476,0 0.35433,-1.53543 0.35433,-3.89763 0,-2.36221 0.13957,-3.89764 0.35433,-3.89764 0.19488,0 0.35433,-0.47835 0.35433,-1.06299 0,-0.58465 0.15945,-1.063 0.35433,-1.063 0.19488,0 0.35433,-0.31889 0.35433,-0.70866 0,-0.62992 0.23623,-0.70866 2.12598,-0.70866 1.87881,0 2.12599,-0.0811 2.12599,-0.69788 0,-0.38384 -0.3189,-1.26566 -0.70866,-1.9596 -0.53281,-0.94861 -0.70866,-1.9185 -0.70866,-3.90841 0,-1.52825 0.14974,-2.64671 0.35433,-2.64671 0.19488,0 0.35433,-0.31889 0.35433,-0.70866 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.71103,0 0.38916,-2.92908 -0.41609,-3.78622 -0.94936,-1.01053 -3.83588,-1.20864 -3.83588,-0.26327 0,0.88908 -0.9214,1.56918 -2.12599,1.56918 -1.32296,0 -2.12598,0.697 -2.12598,1.84528 0,0.45811 -0.3189,1.06276 -0.70866,1.34369 -0.72539,0.52282 -0.99255,2.12599 -0.35433,2.12599 0.19488,0 0.35433,0.31889 0.35433,0.70866 0,0.38976 0.15945,0.70866 0.35433,0.70866 0.19988,0 0.35433,1.00394 0.35433,2.30315 l 0,2.30315 -1.44262,0 c -1.66015,0 -2.45502,-0.62279 -2.45502,-1.92351 0,-0.50113 -0.15945,-0.91114 -0.35433,-0.91114 -0.19488,0 -0.35433,-0.31889 -0.35433,-0.70866 0,-0.38976 -0.15945,-0.70866 -0.35433,-0.70866 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.38977 -0.15945,-0.70866 -0.35433,-0.70866 -0.19488,0 -0.35433,-0.6378 -0.35433,-1.41733 0,-1.1811 -0.1181,-1.41732 -0.70866,-1.41732 -0.64116,0 -0.70866,-0.23622 -0.70866,-2.48031 l 0,-2.48032 -1.89461,0 c -1.90478,0 -3.42035,0.77303 -3.42035,1.74457 0,0.75824 -3.41005,3.92472 -4.22664,3.92472 -0.42789,0 -1.56536,0.25753 -2.52765,0.57228 l -1.74965,0.57229 0,3.37237 c 0,4.40484 -0.27634,4.6958 -4.45947,4.6958 -2.62254,0 -2.95759,-0.0752 -3.15864,-0.70866 -0.33371,-1.05141 -1.59449,-0.92786 -1.59449,0.15625 0,0.47571 0.15945,0.96346 0.35433,1.08391 0.56055,0.34645 0.41205,1.85085 -0.20615,2.08807 -0.30827,0.1183 -1.34468,0.21508 -2.30315,0.21508 -1.6493,0 -1.74267,-0.0504 -1.74267,-0.93975 0,-0.6634 -0.55722,-1.49696 -1.89489,-2.83464 -1.83674,-1.83675 -1.95548,-1.8949 -3.86865,-1.8949 -2.36863,0 -3.09398,0.2371 -3.09696,1.01232 -0.005,1.19968 -1.9519,1.82232 -5.69923,1.82232 -3.07959,0 -3.59369,-0.0883 -4.12483,-0.70866 -0.33375,-0.38976 -0.86574,-0.70866 -1.18226,-0.70866 -1.23272,0 -2.81034,-1.09683 -2.81034,-1.95386 0,-0.46143 -0.15945,-0.93751 -0.35433,-1.05795 -0.19489,-0.12044 -0.35433,-0.76765 -0.35433,-1.43824 l 0,-1.21924 -3.1938,0 c -1.89617,0 -3.51574,-0.17996 -3.98622,-0.44291 -1.21922,-0.68146 -2.74124,-2.12166 -2.74124,-2.59387 0,-0.23313 -0.3189,-0.50727 -0.70867,-0.6092 -0.53861,-0.14085 -0.70866,-0.48331 -0.70866,-1.42717 l 0,-1.24186 -2.0374,-0.14145 c -1.12057,-0.0778 -2.31644,-0.26846 -2.65748,-0.42371 -0.50418,-0.2295 -0.62008,-0.10959 -0.62008,0.64147 0,0.50806 -0.17054,0.92374 -0.37899,0.92374 -0.76837,0 -0.12816,1.59948 0.82191,2.05342 0.82399,0.3937 0.9744,0.68526 0.9744,1.88886 0,1.65181 -0.57444,2.3579 -2.30764,2.83646 -0.85384,0.23575 -1.23566,0.54764 -1.23566,1.00931 0,0.36747 -0.31128,0.76693 -0.69173,0.88768 -0.38044,0.12075 -1.21755,0.74489 -1.86023,1.38697 -1.25944,1.25826 -3.10086,2.33887 -3.98555,2.33887 -0.30203,0 -0.54911,0.17195 -0.54911,0.38211 0,0.55319 -2.80095,3.1612 -3.39505,3.1612 -0.27641,0 -0.50258,0.15945 -0.50258,0.35433 0,0.19488 -0.35876,0.35677 -0.79725,0.35976 -1.03564,0.007 -1.42487,0.30894 -1.95605,1.51715 -0.91353,2.07801 -0.67996,2.37506 1.86747,2.37506 1.29922,0 2.30315,-0.15445 2.30315,-0.35433 0,-0.19488 0.87697,-0.35433 1.94882,-0.35433 l 1.94882,0 0,1.77165 c 0,1.51592 0.099,1.77165 0.68598,1.77165 0.42963,0 0.9793,0.52188 1.4709,1.39652 0.43168,0.76809 1.23913,1.58467 1.79429,1.81464 0.94554,0.39165 1.00946,0.54818 1.00946,2.47214 0,2.49471 -0.23078,3.17497 -1.07703,3.17497 -0.36088,0 -0.75688,0.35246 -0.89567,0.79725 -0.31408,1.00637 -0.78591,1.31648 -2.01352,1.32331 -0.92824,0.005 -0.97441,0.0868 -0.97441,1.72286 0,1.6943 -0.81227,3.2432 -1.70076,3.2432 -0.2076,0 -0.4787,0.31889 -0.60239,0.70866 -0.15208,0.47915 -0.53611,0.70866 -1.18581,0.70866 -0.55442,0 -1.17698,0.29978 -1.47167,0.70866 -0.28092,0.38976 -0.71476,0.70866 -0.96407,0.70866 -0.63418,0 -0.56724,0.48415 0.27401,1.98197 0.6565,1.16884 0.71263,1.74749 0.5766,5.94581 -0.0828,2.55803 -0.2667,5.155 -0.40851,5.77104 -0.21958,0.95364 -0.13415,1.18527 0.57497,1.55895 1.15948,0.611 1.3527,0.99963 1.3589,2.73337 0.005,1.40128 -0.0742,1.53071 -1.05757,1.72737 -1.16866,0.23371 -1.47239,1.187 -0.37822,1.187 0.37662,0 0.78602,0.3189 0.90971,0.70867 0.15917,0.50148 0.53611,0.70866 1.28934,0.70866 1.29505,0 2.07681,0.71312 2.07681,1.89453 0,2.03244 0.0991,2.0031 -6.7702,2.0031 -3.48701,0 -6.34004,0.13387 -6.34004,0.29746 0,0.1636 -0.42566,0.49139 -0.94589,0.72844 l -0.94585,0.43094 0.98639,0.51175 c 0.54248,0.28145 1.29426,0.51173 1.67063,0.51173 0.73697,0 2.4237,1.48592 2.4237,2.1352 0,0.96179 1.05884,1.40811 3.34084,1.40811 1.31609,0 2.32845,0.15406 2.32845,0.35433 0,0.20657 1.17694,0.35433 2.82217,0.35433 2.42756,0 2.87348,0.0958 3.18898,0.68538 0.46867,0.87573 0.47732,2.85792 0.0124,2.85792 -0.19488,0 -0.35433,0.47835 -0.35433,1.063 0,0.98266 0.0956,1.06299 1.26545,1.06299 1.33998,0 2.27785,0.64609 2.27785,1.56919 0,0.32056 0.30065,0.55679 0.70867,0.55679 0.38976,0 0.70866,0.21476 0.70866,0.47729 0,0.61072 -1.19881,2.00303 -1.72464,2.00303 -0.46403,0 -0.53185,1.72591 -0.0949,2.41497 0.16261,0.25643 0.74569,0.6997 1.29583,0.98511 1.0896,0.5653 1.57043,0.25186 1.58127,-1.03081 0.004,-0.51063 0.24183,-0.61973 1.15699,-0.5315 1.1385,0.10977 1.15278,0.13418 1.25784,2.14845 0.0732,1.40389 0.25253,2.0374 0.57671,2.0374 0.25873,0 0.68269,0.25579 0.94217,0.56842 0.25944,0.31262 0.83703,0.70728 1.28352,0.87704 0.48983,0.18623 0.81181,0.60324 0.81181,1.0514 0,1.0997 0.85061,1.75511 2.27785,1.75511 1.02923,0 1.26546,0.13227 1.26546,0.70866 0,0.38976 0.15945,0.70866 0.35433,0.70866 0.19488,0 0.35433,0.3189 0.35433,0.70866 0,0.50499 0.23623,0.70866 0.82194,0.70866 0.97462,0 2.36704,-1.47433 2.36704,-2.50628 0,-0.92357 0.57033,-1.99389 1.62375,-3.04732 0.71724,-0.71723 1.1717,-0.82435 3.49792,-0.82435 1.54619,0 2.6736,-0.14942 2.6736,-0.35433 0,-0.19488 0.41,-0.35433 0.91113,-0.35433 0.99662,0 1.92352,-0.7273 1.92352,-1.50931 0,-0.70898 1.47632,-1.40407 2.68852,-1.26584 0.96016,0.10948 1.03946,0.23474 1.13995,1.80074 0.0767,1.19558 0.25887,1.68307 0.62883,1.68307 0.28648,0 0.67351,0.40149 0.86007,0.89217 0.18655,0.49071 0.74069,1.04485 1.2314,1.23141 1.15367,0.43862 1.26705,2.4104 0.18351,3.19138 -1.12241,0.80901 -0.91619,2.27665 0.44291,3.15209 0.63337,0.40798 1.62993,1.06069 2.21457,1.45046 0.70909,0.47274 1.656,0.70929 2.84425,0.71053 1.48291,0 1.97624,0.17993 2.94512,1.06487 0.6401,0.58465 1.35794,1.063 1.59524,1.063 0.23726,0 0.66125,0.31889 0.94216,0.70866 0.39979,0.55467 0.91726,0.70866 2.38139,0.70866 l 1.87058,0 0,-4.96063 z "},"cat21": { "cat_id": 51,"cat_slug": "urgell","name": "Urgell","nx": 245,"ny": 410,"capital": "Tàrrega","cx": 245,"cy": 425,"url": "https://work.catalunyamedieval.dev/mapa/urgell","statistics": {"castell":13,"epoca-carlina":0,"muralles":1,"torre":3,"casa-forta":0,"palau":2,"pont":1,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":9,"esglesia":29,"esglesia-fortificada":0,"monestir":5,"altres-llocs-dinteres":2},"total": 65,"info": "","path": "m 244.79189,646.20115 c 0,-0.43597 3.09957,-1.84227 4.0604,-1.84227 0.54128,0 0.93458,-0.2587 1.07739,-0.70867 0.17527,-0.55218 0.53612,-0.70866 1.63448,-0.70866 1.02412,0 1.64737,-0.23782 2.27927,-0.8697 0.90226,-0.90227 1.12893,-1.61061 0.51539,-1.61061 -0.19488,0 -0.35433,-0.16714 -0.35433,-0.37145 0,-0.2043 -0.3189,-1.03149 -0.70866,-1.83819 -0.57541,-1.19098 -0.70866,-2.19193 -0.70866,-5.32318 0,-2.86976 0.1295,-3.98587 0.50618,-4.36256 0.36488,-0.36489 1.41057,-0.5062 3.74578,-0.5062 3.17334,0 4.25197,-0.34706 4.25197,-1.36814 0,-0.19566 0.3189,-0.45698 0.70866,-0.58068 0.60375,-0.19162 0.70866,-0.5361 0.70866,-2.32703 0,-1.91569 0.0677,-2.1021 0.76288,-2.1021 l 0.76288,0 -0.76288,-0.66164 c -0.59846,-0.51906 -0.76288,-1.05906 -0.76288,-2.50561 0,-1.01626 -0.19881,-2.03145 -0.44291,-2.26159 -0.52657,-0.49649 -2.73049,-1.30344 -3.5599,-1.30344 -0.3225,0 -1.10842,-0.3183 -1.74649,-0.70735 -0.63808,-0.38902 -1.43168,-0.70792 -1.76355,-0.70866 -0.33187,0 -1.00953,-0.18635 -1.50591,-0.41252 -0.74662,-0.34019 -0.90249,-0.6543 -0.90249,-1.81867 0,-1.45183 0.75855,-2.4739 2.16807,-2.92128 0.36661,-0.11636 0.66657,-0.51973 0.66657,-0.89635 0,-0.38629 0.24269,-0.68478 0.55681,-0.68478 1.48076,0 1.56917,-0.58312 1.56917,-10.34922 0,-8.93037 0.0309,-9.35908 0.70867,-9.84763 0.38976,-0.28091 0.70866,-0.79448 0.70866,-1.14123 0,-0.34671 0.15945,-0.63042 0.35433,-0.63042 0.19488,0 0.35433,-0.60261 0.35433,-1.33909 0,-0.93263 0.21511,-1.49414 0.70866,-1.84989 0.59698,-0.43026 0.70866,-0.91725 0.70866,-3.09005 0,-2.51496 -0.0221,-2.57924 -0.88582,-2.57924 -0.54404,0 -0.88583,0.20144 -0.88583,0.522 0,0.63638 -1.49013,3.86075 -1.86024,4.02523 -0.14616,0.065 -0.26575,0.40667 -0.26575,0.75933 0,0.76302 -0.67855,1.07139 -2.35744,1.07139 -2.0007,0 -2.24885,-0.52504 -2.24885,-4.75816 0,-2.26095 0.14045,-3.74577 0.35433,-3.74577 0.19488,0 0.35433,-0.33028 0.35433,-0.73396 0,-0.84108 0.78031,-1.74636 1.50528,-1.74636 0.2711,0 0.84056,-0.39983 1.26546,-0.88852 1.34777,-1.55005 0.96378,-6.55242 -0.50297,-6.55242 -0.14473,0 -0.55474,-0.26387 -0.91113,-0.58642 -0.51571,-0.46671 -0.64798,-1.11765 -0.64798,-3.18897 l 0,-2.60257 -1.07711,0 c -1.56276,0 -3.88352,-1.27477 -3.88352,-2.13318 0,-0.38581 -0.15945,-0.70146 -0.35433,-0.70146 -0.19488,0 -0.35433,-0.84177 -0.35433,-1.8706 0,-1.46412 0.15399,-1.98159 0.70866,-2.38137 0.38976,-0.28093 0.70866,-0.8742 0.70866,-1.31838 0,-0.44418 0.15945,-0.8076 0.35433,-0.8076 0.19488,0 0.35433,-0.3189 0.35433,-0.70867 0,-0.9228 -1.29069,-0.95716 -1.58113,-0.0421 -0.11636,0.36661 -0.50457,1.00441 -0.86268,1.41732 -0.5701,0.65734 -1.03462,0.75075 -3.73325,0.75075 -3.85868,0 -4.45286,-0.28535 -4.45286,-2.13845 0,-0.77267 -0.15945,-1.40486 -0.35433,-1.40486 -0.19488,0 -0.35433,-0.55807 -0.35433,-1.24016 0,-1.36403 0.23367,-1.45778 2.02181,-0.81118 1.09903,0.39741 1.25077,0.35944 2.06256,-0.51603 0.71489,-0.77097 0.87626,-1.30972 0.87626,-2.9254 0,-2.52684 -0.99933,-3.71983 -3.116,-3.71983 -1.13125,0 -1.44983,0.16083 -1.78775,0.9025 -0.22617,0.49638 -0.41121,1.2139 -0.41121,1.59449 0,0.38059 -0.15945,0.69199 -0.35433,0.69199 -0.19489,0 -0.35433,0.72313 -0.35433,1.60695 0,1.49839 -0.55716,2.82584 -1.67848,3.99907 -0.24613,0.25752 -0.44751,0.68526 -0.44751,0.95053 0,0.26527 -0.31884,0.5835 -0.70853,0.70719 -0.38969,0.12368 -1.70515,1.17974 -2.92323,2.34679 -1.21808,1.16706 -2.3383,2.23261 -2.48938,2.3679 -1.00746,0.90219 -1.67413,2.09873 -1.67413,3.00469 0,0.98272 -1.07167,2.37908 -1.82587,2.37908 -0.16506,0 -0.30012,0.17521 -0.30012,0.38934 0,0.21413 -0.49521,0.85193 -1.10046,1.41732 -1.09235,1.0204 -1.13301,1.02799 -5.50973,1.02799 -4.67314,0 -5.74917,0.27991 -7.39218,1.92291 -0.43326,0.43326 -1.28674,0.99444 -1.89662,1.24707 -0.60989,0.25261 -1.10888,0.67911 -1.10888,0.9478 0,0.26869 -0.15945,0.48852 -0.35433,0.48852 -0.19488,0 -0.35433,0.79724 -0.35433,1.77165 l 0,1.77166 2.18666,0 c 3.19224,0 3.48263,0.37073 3.48263,4.44614 0,3.51641 -0.10135,3.70346 -2.00671,3.70346 -0.84952,0 -0.82658,0.0569 0.56047,1.38954 0.79543,0.76426 1.44624,1.64123 1.44624,1.94882 0,0.85387 1.33343,0.67539 2.31925,-0.31043 0.47835,-0.47834 0.86972,-1.04368 0.86972,-1.25627 0,-0.2126 0.39138,-0.77794 0.86973,-1.25628 0.69357,-0.69357 1.2318,-0.86971 2.65748,-0.86971 l 1.78775,0 0,1.24016 c 0,0.68208 -0.15944,1.24016 -0.35433,1.24016 -0.19488,0 -0.35433,0.44316 -0.35433,0.98475 0,0.5783 -0.29251,1.19562 -0.70866,1.49556 -1.25025,0.90113 -0.86311,1.41732 1.06299,1.41732 l 1.77166,0 0,2.65748 c 0,1.53543 -0.14961,2.65748 -0.35433,2.65748 -0.19488,0 -0.35433,0.3189 -0.35433,0.70867 0,0.60473 -0.23623,0.70866 -1.6106,0.70866 -2.36457,0 -3.35003,1.08971 -3.35003,3.70435 0,1.08071 -0.15945,1.96494 -0.35433,1.96494 -0.19489,0 -0.35433,0.3189 -0.35433,0.70866 0,0.62993 -0.23623,0.70866 -2.12599,0.70866 -1.88976,0 -2.12598,0.0787 -2.12598,0.70866 0,0.38977 -0.15945,0.70866 -0.35433,0.70866 -0.19489,0 -0.35433,0.47835 -0.35433,1.063 0,0.58464 -0.15945,1.06299 -0.35434,1.06299 -0.19488,0 -0.35433,0.3189 -0.35433,0.70866 0,0.38976 -0.15945,0.70866 -0.35433,0.70866 -0.22157,0 -0.35433,2.14165 -0.35433,5.71631 0,5.41063 -0.0408,5.75171 -0.76288,6.37795 -0.41958,0.3639 -0.89793,0.66165 -1.06299,0.66165 -0.16506,0 -0.30011,1.99311 -0.30011,4.42913 0,2.71655 0.13701,4.42913 0.35433,4.42913 0.19488,0 0.35433,0.30682 0.35433,0.68181 0,0.47282 0.54512,0.93437 1.77856,1.5059 l 1.77855,0.8241 -0.17063,2.30315 c -0.0939,1.26674 -0.27179,3.14026 -0.39543,4.16339 -0.20834,1.72403 -0.17042,1.86024 0.51806,1.86024 0.40857,0 0.74286,0.15945 0.74286,0.35433 0,0.19488 0.3189,0.35433 0.70866,0.35433 0.38976,0 0.70866,0.15945 0.70866,0.35433 0,0.19488 0.47835,0.35433 1.06299,0.35433 0.58465,0 1.063,0.15945 1.063,0.35433 0,0.19488 0.47834,0.35433 1.06299,0.35433 0.58464,0 1.06299,0.15945 1.06299,0.35433 0,0.19488 0.3189,0.35433 0.70866,0.35433 0.40802,0 0.70866,0.23623 0.70866,0.5568 0,0.7819 0.95584,1.71237 1.15371,1.12312 0.17527,-0.522 1.84901,0.22362 2.78549,1.2409 0.31518,0.34236 0.99284,0.62249 1.50591,0.62249 0.51306,0 0.93284,0.15945 0.93284,0.35433 0,0.19995 1.00555,0.35433 2.30796,0.35433 1.26938,0 2.66026,0.19931 3.09085,0.44291 1.05166,0.59496 2.75065,2.36849 2.75144,2.87214 0.002,1.02281 1.93112,1.58063 5.58007,1.61319 1.99754,0.0177 3.63189,-0.0953 3.63189,-0.25132 z "},"cat22": { "cat_id": 53,"cat_slug": "valles-occidental","name": "Vallès Occidental","nx": 480,"ny": 420,"capital": "Sabadell i Terrassa","cx": 480,"cy": 435,"url": "https://work.catalunyamedieval.dev/mapa/valles-occidental","statistics": {"castell":18,"epoca-carlina":0,"muralles":0,"torre":7,"casa-forta":3,"palau":0,"pont":2,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":27,"esglesia":19,"esglesia-fortificada":0,"monestir":1,"altres-llocs-dinteres":3},"total": 80,"info": "","path": "m 466.4075,662.65485 c 0.49723,-0.46081 0.90407,-1.01888 0.90407,-1.24016 0,-0.22124 0.15945,-0.40227 0.35433,-0.40227 0.19489,0 0.35433,-0.64917 0.35433,-1.44262 0,-2.14385 0.51329,-2.45502 4.0495,-2.45502 2.8009,0 3.0371,-0.0551 3.0371,-0.70866 0,-0.38976 0.1196,-0.71121 0.2658,-0.71433 0.1461,-0.004 0.8055,-0.48147 1.4653,-1.06299 0.6598,-0.58153 1.3374,-1.05733 1.5059,-1.05733 0.1685,0 0.3063,-0.25054 0.3063,-0.55679 0,-0.99684 0.9601,-1.56919 2.6322,-1.56919 l 1.6198,0 0,-2.12598 c 0,-1.96186 0.062,-2.12772 0.7972,-2.14845 0.7588,-0.0213 0.763,-0.0368 0.089,-0.31869 -1.0051,-0.4202 -3.0118,-2.29649 -3.0118,-2.81615 0,-0.61302 -0.9053,-1.449 -1.5692,-1.449 -0.3205,0 -0.5568,-0.30065 -0.5568,-0.70866 0,-0.38976 -0.1594,-0.70866 -0.3543,-0.70866 -0.1999,0 -0.3543,-1.00393 -0.3543,-2.30315 l 0,-2.30315 1.063,0 c 0.5846,0 1.063,-0.15945 1.063,-0.35433 0,-0.19488 0.3189,-0.35433 0.7086,-0.35433 0.5737,0 0.7087,-0.23623 0.7087,-1.24016 0,-0.68208 -0.1595,-1.24016 -0.3543,-1.24016 -0.1949,0 -0.3544,-0.31889 -0.3544,-0.70866 0,-0.38976 -0.1594,-0.70866 -0.3543,-0.70866 -0.1949,0 -0.3543,-0.3189 -0.3543,-0.70866 0,-0.38976 -0.1595,-0.70866 -0.3544,-0.70866 -0.1948,0 -0.3543,-0.79725 -0.3543,-1.77165 0,-0.97441 -0.1594,-1.77166 -0.3543,-1.77166 -0.1949,0 -0.3544,-0.63779 -0.3544,-1.41732 0,-0.77953 0.1595,-1.41732 0.3544,-1.41732 0.1949,0 0.3543,-0.23918 0.3543,-0.5315 0,-0.29232 0.1595,-0.5315 0.3543,-0.5315 0.1949,0 0.3544,-0.28371 0.3544,-0.63042 0,-0.34675 0.3189,-0.86032 0.7086,-1.14123 0.9429,-0.67957 0.9102,-2.26098 -0.076,-3.66576 -0.4314,-0.61473 -0.9098,-1.17085 -1.063,-1.2358 -0.1531,-0.065 -0.2785,-0.5832 -0.2785,-1.15158 l 0,-1.03347 -3.4724,0 c -1.9099,0 -3.624,-0.14719 -3.8091,-0.32709 -0.1851,-0.17985 -0.815,-0.37917 -1.3996,-0.44291 -1.0533,-0.11477 -1.0646,-0.13922 -1.2402,-2.677 -0.1193,-1.72524 -0.3795,-2.79631 -0.7972,-3.2816 -0.34105,-0.39625 -0.62009,-0.88948 -0.62009,-1.09605 0,-0.42924 -0.60764,-1.03667 -1.59572,-1.59509 -0.86287,-0.48763 -1.85932,-2.25645 -2.00924,-3.56655 -0.10286,-0.89933 -0.27053,-1.02232 -1.53283,-1.12451 -1.89007,-0.15303 -2.65748,-0.90315 -2.65748,-2.59767 0,-0.7493 0.15945,-1.3624 0.35433,-1.3624 0.19488,0 0.35433,-0.26146 0.35433,-0.58103 0,-1.10463 1.13304,-1.52199 4.16339,-1.53369 2.35718,-0.009 2.92322,-0.11416 2.92322,-0.54276 0,-0.29232 -0.15944,-0.5315 -0.35433,-0.5315 -0.19488,0 -0.35433,-0.20919 -0.35433,-0.46484 0,-0.25569 -0.47834,-0.81854 -1.06299,-1.25079 -0.81974,-0.60605 -1.06299,-1.06246 -1.06299,-1.99453 0,-0.66476 0.15945,-1.30719 0.35433,-1.42763 0.19488,-0.12044 0.35433,-0.52849 0.35433,-0.90673 0,-0.38902 0.24187,-0.68776 0.5568,-0.68776 0.63637,0 1.56918,-0.8275 1.56918,-1.39202 0,-0.20881 -0.31889,-0.37963 -0.70866,-0.37963 -0.57366,0 -0.70866,-0.23624 -0.70866,-1.24016 0,-1.00393 0.135,-1.24016 0.70866,-1.24016 0.3937,0 0.70866,-0.23623 0.70866,-0.53149 0,-0.40157 -0.43306,-0.5315 -1.77165,-0.5315 -1.53542,0 -1.77165,-0.0945 -1.77165,-0.70866 0,-0.38977 -0.17082,-0.70866 -0.37963,-0.70866 -0.56452,0 -1.39203,0.93281 -1.39203,1.56919 0,0.32056 -0.30065,0.55679 -0.70866,0.55679 -0.38976,0 -0.70866,0.15945 -0.70866,0.35433 0,0.22192 -2.18505,0.35433 -5.84646,0.35433 -3.6614,0 -5.84645,-0.13241 -5.84645,-0.35433 0,-0.19488 -0.87148,-0.35433 -1.9366,-0.35433 -1.66904,0 -2.08516,0.14524 -3.01181,1.05105 -0.88001,0.86025 -1.07521,1.33835 -1.07521,2.6336 0,1.27137 -0.13936,1.62677 -0.70867,1.80748 -0.59265,0.18811 -0.70866,0.5361 -0.70866,2.12598 0,1.58988 -0.116,1.93787 -0.70866,2.12599 -0.6419,0.20374 -0.70866,0.5361 -0.70866,3.52927 0,3.76129 0.0216,3.73451 -2.98658,3.73451 -1.35702,0 -2.08836,0.19318 -2.68271,0.70866 -0.61111,0.53 -1.32569,0.70866 -2.83465,0.70866 -1.50895,0 -2.22353,0.17865 -2.83464,0.70866 -0.86687,0.75182 -2.43964,0.92466 -3.45955,0.3802 -0.33838,-0.18068 -0.89429,-0.41482 -1.23533,-0.52037 -0.39941,-0.12363 -0.62008,-0.54904 -0.62008,-1.19541 0,-0.5519 -0.19931,-1.43263 -0.44292,-1.95714 -0.42487,-0.91485 -0.55481,-0.95383 -3.18897,-0.95649 -1.59633,0 -2.74607,0.1456 -2.74607,0.35157 0,0.19488 -0.63779,0.35433 -1.41732,0.35433 -0.77953,0 -1.41732,0.15945 -1.41732,0.35433 0,0.19489 -0.23917,0.35433 -0.5315,0.35433 -0.44794,0 -0.53149,0.80575 -0.53149,5.12579 0,4.07501 -0.12242,5.38246 -0.59712,6.37795 -0.57341,1.20246 -0.67224,1.25217 -2.4891,1.25217 -1.69204,0 -1.92753,-0.0936 -2.22874,-0.88583 -0.69152,-1.81885 -1.063,-0.89015 -1.063,2.65748 l 0,3.54331 2.83465,0 2.83465,0 0,2.48031 c 0,2.19795 0.0764,2.48032 0.67117,2.48032 0.36918,0 1.18329,0.47835 1.80914,1.06299 0.62585,0.58465 1.43996,1.06299 1.80914,1.06299 0.43494,0 0.67118,0.24942 0.67118,0.70867 0,0.47242 0.23623,0.70866 0.70866,0.70866 0.46236,0 0.70866,0.23623 0.70866,0.67967 0,1.14502 0.41212,1.84015 1.28849,2.17336 0.78789,0.29955 0.83749,0.49316 0.83749,3.2681 0,1.62237 0.14595,3.10121 0.32432,3.28635 0.17841,0.18513 0.37772,0.73523 0.44291,1.22244 0.0875,0.65367 0.55971,1.10179 1.80167,1.70993 1.12302,0.54992 1.68307,1.04683 1.68307,1.49347 0,0.36811 0.3189,0.83997 0.70866,1.04857 0.49266,0.26365 0.70866,0.74189 0.70866,1.56904 0,1.24477 -0.4455,1.61993 -1.92359,1.61993 -0.44142,0 -1.17032,0.3189 -1.61971,0.70866 -0.51222,0.44426 -1.3257,0.70867 -2.1802,0.70867 -0.97544,0 -1.36311,0.15115 -1.36311,0.53149 0,0.29232 -0.15945,0.5315 -0.35433,0.5315 -0.19488,0 -0.35433,0.15945 -0.35433,0.35433 0,0.19488 0.23017,0.35433 0.51147,0.35433 0.28131,0 0.79402,0.47835 1.13939,1.06299 0.34537,0.58465 0.75299,1.06299 0.90585,1.06299 0.15286,0 0.27793,0.26033 0.27793,0.57852 0,0.31819 0.29608,0.8364 0.658,1.15157 0.36187,0.31518 0.77113,0.93147 0.90942,1.36949 0.1383,0.43803 0.63946,0.8938 1.1137,1.01282 0.4742,0.11902 0.86219,0.35855 0.86219,0.53231 0,0.17377 0.44316,0.31592 0.98476,0.31592 0.5783,0 1.19561,0.2925 1.49556,0.70866 0.28091,0.38977 0.79448,0.70867 1.14122,0.70867 0.3942,0 0.63043,0.26553 0.63043,0.70866 0,0.47243 0.23623,0.70866 0.70866,0.70866 0.38976,0 0.70866,0.15945 0.70866,0.35433 0,0.19488 0.25055,0.35433 0.5568,0.35433 0.83643,0 1.56919,0.89823 1.56919,1.92352 0,0.51137 0.20211,0.91113 0.46063,0.91113 0.70983,0 1.31102,-0.76369 1.31102,-1.66536 0,-0.44823 0.15945,-0.81496 0.35433,-0.81496 0.19488,0 0.35433,-0.23917 0.35433,-0.5315 0,-0.29526 0.31497,-0.53149 0.70866,-0.53149 0.38977,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.49206 2.20649,-0.44327 3.9032,0.0863 0.94309,0.2943 1.41176,0.64722 1.41176,1.06299 0,0.38615 0.26898,0.62238 0.70867,0.62238 0.44312,0 0.70866,0.23623 0.70866,0.63043 0,0.34674 0.3189,0.86031 0.70866,1.14123 0.38976,0.28091 0.70866,0.79448 0.70866,1.14122 0,0.46425 0.28017,0.63043 1.06299,0.63043 0.58465,0 1.06299,0.15945 1.06299,0.35433 0,0.20246 1.063,0.35433 2.48032,0.35433 l 2.48031,0 0,1.06299 0,1.06299 6.35971,0 c 6.19551,0 6.38302,-0.0216 7.26378,-0.83788 z "},"cat23": { "cat_id": 21,"cat_slug": "anoia","name": "Anoia","nx": 350,"ny": 410,"capital": "Igualada","cx": 350,"cy": 425,"url": "https://work.catalunyamedieval.dev/mapa/anoia","statistics": {"castell":37,"epoca-carlina":0,"muralles":2,"torre":9,"casa-forta":2,"palau":0,"pont":0,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":17,"esglesia":37,"esglesia-fortificada":0,"monestir":1,"altres-llocs-dinteres":0},"total": 105,"info": "","path": "m 326.99661,661.36675 0,-1.41732 1.77166,0 c 0.97441,0 1.77165,-0.15945 1.77165,-0.35433 0,-0.19489 0.47835,-0.35433 1.06299,-0.35433 0.58465,0 1.06299,-0.15945 1.06299,-0.35433 0,-0.19489 0.47835,-0.35434 1.063,-0.35434 0.58464,0 1.06299,-0.1401 1.06299,-0.31135 0,-0.17124 0.51821,-0.50343 1.15157,-0.73821 0.63337,-0.23478 1.42845,-0.57302 1.76684,-0.75164 0.82428,-0.43512 3.36228,-0.41446 3.63671,0.0294 0.12043,0.19488 0.76765,0.35433 1.43823,0.35433 0.6706,0 1.21925,-0.15945 1.21925,-0.35433 0,-0.19488 0.47834,-0.35433 1.06299,-0.35433 0.70866,0 1.06299,-0.17717 1.06299,-0.5315 0,-0.29232 -0.15945,-0.53149 -0.35433,-0.53149 -0.19488,0 -0.35433,-0.41439 -0.35433,-0.92084 0,-0.56625 -0.40932,-1.30319 -1.06299,-1.91381 -0.58465,-0.54613 -1.06299,-1.2127 -1.06299,-1.48128 0,-0.26855 -0.3189,-0.71812 -0.70867,-0.99903 -0.51866,-0.37386 -0.70866,-0.91726 -0.70866,-2.02706 0,-0.83392 0.15945,-1.51625 0.35433,-1.51625 0.19489,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.61416 0.23624,-0.70866 1.77166,-0.70866 1.73229,0 1.77165,-0.0237 1.77165,-1.063 0,-1.03935 0.0394,-1.06299 1.77166,-1.06299 l 1.77165,0 0,-2.83464 0,-2.83465 1.22347,0 c 1.13754,0 2.97443,0.59017 3.38283,1.08687 0.0974,0.11849 0.49606,0.307 0.88582,0.41889 2.30149,0.66076 4.5764,1.68013 4.8532,2.17471 0.24598,0.43955 0.8836,0.5715 2.76162,0.5715 1.34298,0 2.54034,0.15945 2.66078,0.35433 0.12043,0.19488 0.50396,0.35433 0.8523,0.35433 0.99107,0 2.86817,1.06051 2.86817,1.62043 0,0.27807 0.15945,0.50555 0.35433,0.50555 0.19488,0 0.35433,0.71752 0.35433,1.59449 0,1.03819 0.15452,1.59527 0.44291,1.59672 0.44249,0.004 1.68307,1.86864 1.68307,2.53212 0,0.79792 1.09163,1.36329 2.63218,1.36329 0.8909,0 1.61979,0.15945 1.61979,0.35433 0,0.19488 0.6378,0.35433 1.41732,0.35433 0.77953,0 1.41733,0.15945 1.41733,0.35433 0,0.19488 0.3189,0.35433 0.70866,0.35433 0.38976,0 0.70866,0.18401 0.70866,0.40893 0,0.46953 2.55575,2.73717 3.83007,3.39832 0.47147,0.24459 1.31736,0.44472 1.87972,0.44472 0.78626,0 1.02249,-0.1637 1.02249,-0.70866 0,-0.38977 0.15945,-0.70866 0.35433,-0.70866 0.19489,0 0.35434,-0.79725 0.35434,-1.77166 l 0,-1.77165 1.60334,0 c 1.49804,0 1.61731,-0.0698 1.81595,-1.06299 0.20133,-1.00666 0.30412,-1.06299 1.93996,-1.06299 l 1.72736,0 0,-1.26546 c 0,-1.56037 0.66965,-2.27785 2.12598,-2.27785 1.10739,0 2.12599,-0.66696 2.12599,-1.39202 0,-0.20881 0.15945,-0.37963 0.35433,-0.37963 0.19488,0 0.35433,-0.23918 0.35433,-0.5315 0,-0.29232 0.15945,-0.5315 0.35433,-0.5315 0.19488,0 0.35433,-0.31889 0.35433,-0.70866 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.6378 0.35433,-1.41732 0,-1.41733 0,-1.41733 1.41732,-1.41733 1.3836,0 1.41733,-0.0294 1.41733,-1.24015 0,-1.06477 -0.11753,-1.24016 -0.83091,-1.24016 -0.94932,0 -1.68445,-0.73474 -2.39297,-2.39173 -0.31783,-0.74332 -0.74009,-1.15158 -1.19101,-1.15158 -0.98947,0 -4.08905,-3.14582 -4.08905,-4.15006 0,-0.6547 -0.19396,-0.81057 -1.00857,-0.81057 -0.5547,0 -1.51139,-0.25086 -2.12598,-0.55743 -1.02703,-0.51236 -1.11742,-0.69867 -1.11742,-2.30315 0,-0.96017 0.11959,-1.74696 0.26575,-1.74848 0.29824,-0.004 1.15158,-1.7021 1.15158,-2.2928 0,-0.21044 0.31889,-0.6125 0.70866,-0.89341 0.38976,-0.28092 0.70866,-0.79448 0.70866,-1.14123 0,-0.34671 0.15945,-0.63043 0.35433,-0.63043 0.20246,0 0.35433,-1.06299 0.35433,-2.48031 0,-1.73902 0.13238,-2.48538 0.44291,-2.49722 0.24361,-0.009 -0.2746,-0.26387 -1.15157,-0.56569 -0.87697,-0.30182 -1.99311,-0.91254 -2.48032,-1.35712 -0.4872,-0.44458 -1.24458,-0.99287 -1.68307,-1.21844 -1.1009,-0.56629 -1.16178,-3.50929 -0.0886,-4.28279 0.92431,-0.66621 0.89656,-1.16685 -0.0886,-1.59906 -0.43849,-0.19237 -0.95042,-0.6987 -1.13762,-1.12518 -0.18723,-0.42651 -0.62571,-0.85007 -0.97441,-0.94124 -0.49308,-0.12894 -0.63404,-0.52767 -0.63404,-1.79348 0,-0.89522 -0.14641,-1.62766 -0.32534,-1.62766 -0.74009,0 -1.44631,0.46343 -1.44631,0.94904 0,1.37119 -2.93815,2.5813 -6.28629,2.5891 -2.01522,0.005 -2.30609,0.10417 -3.27756,1.12071 -0.66894,0.70002 -1.06607,1.48741 -1.06607,2.11376 0,0.62876 -0.38902,1.39621 -1.05105,2.07344 -0.86485,0.88473 -1.33565,1.07521 -2.65748,1.07521 -1.3702,0 -1.60643,-0.1042 -1.60643,-0.70866 0,-0.38976 -0.15945,-0.70866 -0.35433,-0.70866 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.5512 -0.23624,-0.70866 -1.063,-0.70866 -0.58464,0 -1.06299,-0.14085 -1.06299,-0.31302 0,-0.17213 -0.31889,-0.39639 -0.70866,-0.49829 -0.47888,-0.12526 -0.70866,-0.48334 -0.70866,-1.10434 0,-0.54436 -0.19899,-0.919 -0.48813,-0.919 -0.26844,0 -0.70037,-0.25579 -0.95984,-0.56841 -0.25944,-0.31263 -0.83704,-0.70728 -1.28353,-0.87704 -0.71486,-0.27181 -0.81308,-0.55301 -0.82258,-2.35481 -0.009,-1.72283 -0.0754,-1.93419 -0.41995,-1.33753 -0.97664,1.69136 -1.67907,1.92851 -3.26906,1.10363 -1.47291,-0.76418 -1.94598,-1.65139 -1.95824,-3.67253 -0.0103,-1.68814 0.0625,-1.86282 0.78598,-1.88819 0.43848,-0.0152 0.59793,-0.10843 0.35433,-0.20672 -0.24361,-0.0983 -0.44292,-0.41598 -0.44292,-0.706 0,-0.89522 -0.95343,-1.53964 -2.27785,-1.53964 l -1.26545,0 0,-1.77165 c 0,-1.01846 0.16065,-1.77166 0.37785,-1.77166 0.20785,0 0.32744,-0.43848 0.26575,-0.97441 -0.11172,-0.97115 -0.12245,-0.97476 -3.2125,-1.07677 -1.70522,-0.0563 -3.1004,-0.25562 -3.1004,-0.44292 0,-0.1873 -1.04779,-0.34054 -2.32844,-0.34054 -2.39408,0 -3.34085,-0.44469 -3.34085,-1.56919 0,-0.30625 -0.15945,-0.5568 -0.35433,-0.5568 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.54269 -0.23623,-0.70866 -1.00857,-0.70866 -2.861,0 -4.32354,-2.2579 -2.1804,-3.36614 0.58464,-0.30232 1.06299,-0.70505 1.06299,-0.89494 0,-0.21128 2.47429,-0.34522 6.37795,-0.34522 4.2992,0 6.37795,-0.12373 6.37795,-0.37963 0,-0.66983 -0.98557,-1.39202 -1.89963,-1.39202 -0.5664,0 -0.96602,-0.24818 -1.10506,-0.6862 -0.1198,-0.37743 -0.56902,-0.73619 -0.99829,-0.79724 -0.64339,-0.0916 -0.79962,-0.37556 -0.88944,-1.61696 -0.10616,-1.46707 -0.081,-1.5059 0.97441,-1.5059 0.96545,0 1.08337,-0.11473 1.08337,-1.05389 0,-0.81262 -0.24336,-1.17974 -1.06299,-1.60359 -0.954,-0.49334 -1.063,-0.7217 -1.063,-2.22701 0,-1.26726 -0.16547,-1.78065 -0.6768,-2.10001 -0.37223,-0.23244 -0.77542,-0.8717 -0.89596,-1.42053 -0.14213,-0.6471 -0.58508,-1.15986 -1.26011,-1.45864 -0.97388,-0.43108 -1.10937,-0.39072 -2.10387,0.62665 -0.58465,0.59808 -1.38728,1.08741 -1.7836,1.08741 -0.58734,0 -0.7206,0.22937 -0.7206,1.24016 0,0.68209 -0.15945,1.24016 -0.35433,1.24016 -0.19488,0 -0.35433,0.28265 -0.35433,0.62808 0,0.35437 -0.54043,0.91914 -1.24016,1.29597 -0.68209,0.3673 -1.24016,0.8128 -1.24016,0.98993 0,0.17713 -0.43848,0.27163 -0.97441,0.20994 -0.81967,-0.0943 -0.99251,-0.30129 -1.0884,-1.30351 -0.0785,-0.81996 -0.32701,-1.24711 -0.79724,-1.37006 -0.3758,-0.0983 -0.68326,-0.31953 -0.68326,-0.49167 0,-0.17217 -0.25054,-0.31301 -0.55679,-0.31301 -1.1245,0 -1.56919,-0.94678 -1.56919,-3.34084 0,-2.09223 -0.0719,-2.32846 -0.70866,-2.32846 -0.38976,0 -0.70866,-0.15944 -0.70866,-0.35433 0,-0.19488 -0.71752,-0.35433 -1.59449,-0.35433 -1.5801,0 -1.59449,0.011 -1.59449,1.21628 0,0.90509 -0.18131,1.27383 -0.70866,1.4412 -0.38976,0.12371 -0.70866,0.39479 -0.70866,0.6024 0,1.39102 -3.69454,2.30878 -4.80877,1.19457 -0.58655,-0.5864 -0.71989,-4.80864 -0.15186,-4.80864 0.19488,0 0.35433,-0.51313 0.35433,-1.14029 0,-0.79493 -0.28499,-1.38518 -0.94093,-1.94882 -0.84181,-0.72334 -1.30847,-0.80852 -4.42914,-0.80852 l -3.4882,0 0,1.46434 c 0,1.38748 -0.91708,2.78762 -1.82587,2.78762 -0.16506,0 -0.30011,0.55808 -0.30011,1.24016 0,0.68209 -0.15945,1.24016 -0.35433,1.24016 -0.21654,0 -0.35433,1.65354 -0.35433,4.25197 0,3.65432 0.0794,4.25197 0.56466,4.25197 0.31057,0 0.64806,0.31889 0.74999,0.70866 0.10193,0.38976 0.41729,0.70866 0.7008,0.70866 0.66879,0 1.52785,0.86602 1.52785,1.5402 0,1.18418 -0.44751,1.64878 -1.5881,1.64878 -1.00316,0 -1.18638,0.14212 -1.37056,1.06299 -0.14195,0.70976 -0.42503,1.06299 -0.85189,1.06299 -0.35162,0 -0.86915,0.3189 -1.15008,0.70866 -0.28092,0.38977 -0.71475,0.70866 -0.96405,0.70866 -0.2493,0 -0.45327,0.22844 -0.45327,0.50762 0,0.27917 -0.35876,0.60877 -0.79724,0.73243 -2.79575,0.78832 -3.18688,1.30982 -1.47149,1.962 0.46827,0.17806 0.85141,0.56683 0.85141,0.86397 0,0.29718 0.24642,0.54028 0.5476,0.54028 0.81045,0 2.28704,1.62294 2.28704,2.51373 0,1.02317 0.96479,1.71305 2.41503,1.72697 2.3126,0.0223 2.5456,0.38112 2.5456,3.92138 0,1.88146 0.14446,3.1765 0.35433,3.1765 0.19489,0 0.35433,0.6378 0.35433,1.41733 0,1.33859 0.0591,1.41732 1.063,1.41732 l 1.06299,0 0,2.80566 c 0,1.54311 -0.0968,3.05788 -0.21508,3.36614 -0.18471,0.48136 -1.08508,0.56048 -6.37795,0.56048 l -6.16288,0 0,1.20225 c 0,1.45644 -0.36598,1.6324 -3.39512,1.6324 l -2.27417,0 0,1.04687 c 0,1.35198 1.20855,2.55494 3.21695,3.20209 0.86158,0.27765 1.64624,0.59903 1.74368,0.71418 0.0974,0.1152 1.21358,0.44327 2.48032,0.72908 l 2.30315,0.51962 0.10739,1.86314 c 0.0978,1.69587 0.004,1.96583 -1.03874,3.00629 l -1.14614,1.14314 1.91745,0.10991 c 1.13231,0.0649 1.96874,-0.0439 2.04269,-0.26575 0.15905,-0.47717 3.25514,-0.49744 3.25514,-0.0213 0,0.19489 0.27904,0.35589 0.62008,0.35781 0.34104,0.004 1.45719,0.39316 2.48032,0.86952 1.69309,0.78825 1.86016,0.97098 1.85939,2.03393 -7.1e-4,1.05594 -0.18798,1.26567 -1.9536,2.18824 -1.92723,1.00701 -2.51844,1.86141 -2.24032,3.2377 0.11771,0.58252 2.3533,1.57256 3.57468,1.58304 0.34105,0.004 0.62008,0.15176 0.62008,0.3307 0,0.72691 -0.45947,1.44631 -0.92373,1.44631 -0.27148,0 -0.49359,0.14258 -0.49359,0.31684 0,0.1743 -0.46259,0.81209 -1.02799,1.41732 -0.72223,0.77319 -1.35456,1.10048 -2.12598,1.10048 -0.62556,0 -1.40292,0.30494 -1.80666,0.70867 -0.73157,0.73158 -2.48032,0.98138 -2.48032,0.35433 0,-0.19489 -0.55807,-0.35433 -1.24015,-0.35433 -1.2336,0 -1.24016,0.009 -1.24016,1.59448 0,0.87697 0.15945,1.59449 0.35433,1.59449 0.19488,0 0.35433,0.47835 0.35433,1.06299 0,0.82676 0.15748,1.063 0.70866,1.063 0.47244,0 0.70866,0.23623 0.70866,0.70866 0,0.55119 0.23622,0.70866 1.063,0.70866 0.58464,0 1.06299,0.15945 1.06299,0.35433 0,0.19488 0.30948,0.35433 0.68775,0.35433 0.37826,0 0.78629,0.15945 0.90674,0.35433 0.12044,0.19488 0.67851,0.35433 1.24015,0.35433 0.56165,0 1.11972,0.15945 1.24016,0.35433 0.12044,0.19488 0.62313,0.35433 1.11708,0.35433 0.60009,0 0.95957,0.23514 1.0834,0.70866 0.10257,0.39221 0.48332,0.70867 0.85266,0.70867 0.4117,0 0.66733,0.24966 0.66733,0.65179 0,0.7291 1.35153,1.47419 2.67417,1.47419 0.47803,0 0.86914,0.15945 0.86914,0.35433 0,0.19488 0.72418,0.35433 1.6093,0.35433 1.053,0 1.83022,0.21434 2.2484,0.62008 1.90634,1.84968 2.4226,5.53341 0.97796,6.97805 -0.95106,0.95106 -2.4407,1.76237 -3.86125,2.10299 -0.89564,0.21476 -0.97324,0.36914 -0.95988,1.90998 0.0142,1.65122 0.04,1.68824 1.7168,2.47355 0.93625,0.43848 1.98106,0.79724 2.32179,0.79724 0.34072,0 0.70292,0.3189 0.80486,0.70866 0.11991,0.45861 0.48331,0.70866 1.02979,0.70866 0.74906,0 0.84451,-0.16022 0.84451,-1.41732 z "},"cat24": { "cat_id": 19,"cat_slug": "alt-penedes","name": "Alt Penedès","nx": 380,"ny": 460,"capital": "Vilafranca del Penedès","cx": 400,"cy": 475,"url": "https://work.catalunyamedieval.dev/mapa/alt-penedes","statistics": {"castell":22,"epoca-carlina":0,"muralles":0,"torre":15,"casa-forta":3,"palau":7,"pont":1,"torre-colomer":4,"basilica":1,"catedral":0,"ermita":24,"esglesia":26,"esglesia-fortificada":0,"monestir":2,"altres-llocs-dinteres":2},"total": 107,"info": "","path": "m 355.34307,721.24864 c 0,-0.94489 0.1181,-1.06299 1.06299,-1.06299 0.58465,0 1.06299,-0.15945 1.06299,-0.35433 0,-0.19489 0.46761,-0.35433 1.03911,-0.35433 0.72794,0 1.10647,-0.21225 1.26404,-0.70867 0.1372,-0.43231 0.53611,-0.70866 1.02299,-0.70866 0.82832,0 2.34316,-1.44014 2.34316,-2.2276 0,-0.24782 0.31889,-0.68046 0.70866,-0.96137 0.41616,-0.29994 0.70866,-0.91726 0.70866,-1.49556 0,-0.5416 0.15945,-0.98476 0.35433,-0.98476 0.19488,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.24488 0.35433,-0.54415 0,-0.2993 0.35876,-0.94248 0.79725,-1.42933 0.43848,-0.48685 1.07627,-1.19867 1.41732,-1.58184 0.34104,-0.38314 0.62008,-0.8561 0.62008,-1.05098 0,-0.19488 0.15945,-0.35433 0.35433,-0.35433 0.19488,0 0.35433,-0.88834 0.35433,-1.97412 0,-2.64997 0.39646,-2.98651 3.51801,-2.98651 1.96423,0 2.50561,0.11214 2.50561,0.51902 0,0.28549 0.3189,0.68971 0.70866,0.8983 0.38977,0.2086 0.70866,0.61282 0.70866,0.8983 0,0.28545 0.23918,0.51902 0.5315,0.51902 0.29526,0 0.5315,-0.31496 0.5315,-0.70866 0,-0.47243 0.23623,-0.70866 0.70866,-0.70866 0.55119,0 0.70866,-0.23623 0.70866,-1.06299 0,-0.58465 0.15945,-1.06299 0.35433,-1.06299 0.19488,0 0.35433,-0.29332 0.35433,-0.65179 0,-0.59602 1.29143,-1.4742 2.16797,-1.4742 0.70976,0 1.37534,-1.02887 1.37534,-2.12598 0,-1.8523 0.58974,-2.12599 4.581,-2.12599 2.14285,0 3.5686,0.14156 3.5686,0.35434 0,0.19488 0.30816,0.35433 0.68478,0.35433 0.37662,0 0.78601,0.31889 0.90971,0.70866 0.14372,0.4528 0.5361,0.70866 1.08688,0.70866 0.47405,0 0.86194,0.15945 0.86194,0.35433 0,0.21476 1.53542,0.35433 3.89764,0.35433 2.53545,0 3.89764,0.1327 3.89764,0.37963 0,0.20881 0.23917,0.14049 0.53149,-0.15183 0.29232,-0.29232 0.5315,-0.86712 0.5315,-1.27729 0,-0.41017 0.55807,-1.30387 1.24016,-1.98595 0.68208,-0.68209 1.24015,-1.3977 1.24015,-1.59028 0,-0.19254 0.39862,-0.53174 0.88583,-0.75373 0.4872,-0.22195 0.88583,-0.62855 0.88583,-0.90351 0,-0.6672 0.87689,-1.51232 1.56919,-1.51232 0.36517,0 0.55679,-0.32102 0.55679,-0.93284 0,-0.51307 0.3324,-1.22113 0.73867,-1.57351 0.99475,-0.86273 0.75381,-1.89294 -0.47597,-2.03489 -0.86705,-0.1001 -0.97136,-0.25537 -0.97136,-1.44602 0,-1.43083 0.10796,-1.33735 -3.27756,-2.83752 -1.19619,-0.53004 -1.68307,-0.95024 -1.68307,-1.45261 0,-0.47062 -0.23684,-0.70686 -0.70866,-0.70686 -0.57366,0 -0.70866,-0.23623 -0.70866,-1.24015 0,-0.86613 0.1603,-1.24016 0.53149,-1.24016 0.29233,0 0.5315,-0.15945 0.5315,-0.35433 0,-0.19488 0.16611,-0.35433 0.36914,-0.35433 0.20303,0 0.71146,-0.3189 1.12982,-0.70866 0.41836,-0.38977 1.03241,-0.70867 1.3646,-0.70867 0.72393,0 1.03408,-0.69941 1.03408,-2.33213 0,-0.66614 0.15945,-1.21117 0.35433,-1.21117 0.19488,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.47243 0.23623,-0.70867 0.70866,-0.70867 0.3937,0 0.70866,-0.23623 0.70866,-0.53149 0,-0.29232 0.15945,-0.5315 0.35433,-0.5315 0.19488,0 0.35433,-0.23917 0.35433,-0.53149 0,-0.29233 0.15945,-0.5315 0.35433,-0.5315 0.19488,0 0.35433,-0.41978 0.35433,-0.93285 0,-0.51307 0.3324,-1.22113 0.73868,-1.57351 0.99474,-0.86272 0.7538,-1.89294 -0.47598,-2.03488 -0.64959,-0.075 -0.97136,-0.31926 -0.97136,-0.73737 0,-0.34391 -0.43848,-0.85152 -0.97441,-1.12804 -2.17307,-1.12132 -2.80027,-2.24433 -3.15025,-5.64059 -0.21089,-2.04658 -0.78569,-3.18898 -1.60451,-3.18898 -0.48465,0 -0.64878,-0.26894 -0.64878,-1.06299 0,-0.58465 -0.15945,-1.06299 -0.35433,-1.06299 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70867 0,-0.38976 -0.12742,-0.70866 -0.28315,-0.70866 -0.33197,0 -1.13418,-2.08541 -1.13418,-2.94838 0,-0.32719 -0.16671,-0.59492 -0.37045,-0.59492 -0.40805,0 -2.10986,1.59686 -2.10986,1.97975 0,0.51218 -1.56568,1.56355 -2.32838,1.56355 -1.52667,0 -1.92359,0.36557 -1.92359,1.77166 0,1.48663 -0.3752,1.77165 -2.33213,1.77165 -0.74675,0 -1.21118,0.17362 -1.21118,0.45276 0,0.75625 -1.36148,1.67322 -2.48435,1.67322 -0.97204,0 -1.05895,0.10081 -1.05895,1.22815 0,0.67546 -0.26869,1.7916 -0.59712,2.48031 -0.55846,1.17107 -0.70501,1.25217 -2.26265,1.25217 -2.03978,0 -3.10443,-0.52837 -5.29526,-2.62796 -0.932,-0.8932 -1.94985,-1.624 -2.26187,-1.624 -0.31206,0 -0.56735,-0.15945 -0.56735,-0.35434 0,-0.19488 -0.47835,-0.35433 -1.063,-0.35433 -0.58464,0 -1.06299,-0.15945 -1.06299,-0.35433 0,-0.19488 -0.88834,-0.35433 -1.97412,-0.35433 -2.0216,0 -2.98651,-0.50159 -2.98651,-1.5525 0,-0.95159 -0.79565,-2.32497 -1.47111,-2.53938 -0.50924,-0.16161 -0.65487,-0.56271 -0.65487,-1.80376 0,-0.87774 -0.20548,-1.78384 -0.45663,-2.01352 -0.79636,-0.72832 -1.99059,-1.30344 -2.70662,-1.30344 -0.38091,0 -0.79112,-0.15944 -0.91156,-0.35433 -0.12043,-0.19488 -1.23976,-0.35433 -2.48743,-0.35433 -1.72425,0 -2.42047,-0.15456 -2.90229,-0.64428 -0.65789,-0.66865 -4.08504,-2.19036 -4.93313,-2.19036 -0.26632,0 -0.48423,-0.12742 -0.48423,-0.28315 0,-0.29601 -2.048,-1.13418 -2.77122,-1.13418 -0.27741,0 -0.41776,0.76408 -0.41776,2.27417 0,3.14965 -0.14042,3.39513 -1.94244,3.39513 -1.39684,0 -1.52851,0.0811 -1.72488,1.06299 -0.19761,0.98798 -0.32269,1.06299 -1.77297,1.06299 -1.40198,0 -1.60533,0.1086 -2.00363,1.07015 -0.39682,0.958 -0.36418,1.13875 0.31135,1.72463 0.41503,0.35997 0.75462,0.85086 0.75462,1.09085 0,0.23998 0.47834,0.8832 1.06299,1.42933 0.65367,0.61062 1.06299,1.34756 1.06299,1.91381 0,0.50645 0.15945,0.92084 0.35433,0.92084 0.38881,0 0.4809,1.7382 0.13926,2.62849 -0.12753,0.33236 -0.63227,0.56048 -1.24016,0.56048 -0.56378,0 -1.02508,0.15945 -1.02508,0.35433 0,0.4904 -3.40494,0.44674 -4.20662,-0.0539 -0.79774,-0.49819 -3.61615,0.22826 -4.66058,1.20129 -0.36854,0.34335 -1.07539,0.6243 -1.57075,0.6243 -0.49535,0 -0.90063,0.15945 -0.90063,0.35433 0,0.19488 -0.47835,0.35433 -1.063,0.35433 -0.58464,0 -1.06299,0.15945 -1.06299,0.35433 0,0.19488 -0.71752,0.35433 -1.59449,0.35433 -1.45017,0 -1.59448,0.0775 -1.59448,0.85684 0,1.57362 -0.3554,1.9778 -1.73892,1.9778 -0.71982,0 -1.73795,0.19932 -2.26247,0.44292 l -0.95372,0.44291 -0.004,4.10917 c -0.004,3.57754 -0.0931,4.21332 -0.7009,4.91415 -0.38399,0.44273 -0.79335,1.10491 -0.90971,1.47153 -0.11636,0.36663 -0.35525,0.66657 -0.53089,0.66657 -0.17565,0 -0.22756,0.23917 -0.11537,0.53149 0.42831,1.11622 2.60844,0.49224 2.60844,-0.74657 0,-0.46633 0.15945,-0.84791 0.35433,-0.84791 0.19488,0 0.3594,-0.35876 0.3656,-0.79725 0.0237,-1.68799 0.71376,-2.0374 4.02278,-2.0374 2.87409,0 3.0898,0.0518 3.37876,0.81181 0.16976,0.44649 0.56441,1.02408 0.87704,1.28353 0.41294,0.3427 0.56842,1.08988 0.56842,2.7315 0,2.02354 0.0741,2.25978 0.70866,2.25978 0.38976,0 0.70866,0.15944 0.70866,0.35433 0,0.19488 0.63779,0.35433 1.41732,0.35433 0.77953,0 1.41732,0.15945 1.41732,0.35433 0,0.19488 0.3189,0.35433 0.70867,0.35433 0.44847,0 0.70866,0.23623 0.70866,0.64343 0,0.38165 0.57656,0.96746 1.41732,1.43996 1.13645,0.63872 1.41732,0.99702 1.41732,1.80794 0,1.36991 -0.33027,2.13229 -0.92374,2.13229 -0.27145,0 -0.49358,0.23917 -0.49358,0.5315 0,0.35433 0.35433,0.53149 1.06299,0.53149 0.89763,0 1.06299,0.1378 1.06299,0.88583 0,0.4872 -0.31889,1.20472 -0.70866,1.59449 -0.38976,0.38976 -0.70866,1.16344 -0.70866,1.71925 0,1.33876 1.38072,3.33662 2.48429,3.59468 1.17896,0.2757 1.44985,1.95523 0.37059,2.29776 -0.96258,0.30551 -1.55009,1.45864 -1.28378,2.51972 0.17483,0.69658 0.44008,0.85284 1.44748,0.85284 0.67837,0 1.23339,0.15945 1.23339,0.35433 0,0.19488 0.3189,0.35433 0.70866,0.35433 0.79427,0 0.95414,1.0052 0.34186,2.14926 -0.25285,0.47247 -0.25285,0.68539 0,0.68539 0.20176,0 0.3668,0.31889 0.3668,0.70866 0,0.59456 0.23624,0.70866 1.46729,0.70866 1.2725,0 1.67237,-0.21101 3.01181,-1.58914 0.84951,-0.87406 1.54452,-1.8399 1.54452,-2.14636 0,-0.43643 0.32649,-0.53358 1.50591,-0.44826 1.27977,0.0926 1.52387,0.23595 1.62549,0.95471 0.13192,0.93309 -0.42633,1.44368 -1.58758,1.45197 -0.87767,0.006 -1.18948,0.62565 -1.18948,2.36286 0,1.31407 0.65225,2.24886 1.56918,2.24886 0.42237,0 0.5568,0.37889 0.5568,1.56926 0,1.29044 -0.20463,1.78045 -1.15157,2.75776 -1.71695,1.77197 -2.91189,2.40527 -4.53841,2.40527 -1.16497,0 -1.50074,-0.14436 -1.64832,-0.70866 -0.1064,-0.40699 -0.4833,-0.70867 -0.88533,-0.70867 -0.38501,0 -1.10544,-0.31889 -1.60093,-0.70866 -1.05449,-0.82945 -3.81894,-0.95375 -4.79158,-0.21543 -0.85461,0.64874 -0.77691,1.53524 0.16065,1.83278 1.07139,0.34008 1.69958,1.03184 1.69958,1.87168 0,1.07986 0.37744,1.82593 0.92374,1.82593 0.27146,0 0.49359,0.15945 0.49359,0.35433 0,0.20669 1.18109,0.35434 2.83464,0.35434 2.59842,0 2.83465,0.0591 2.83465,0.70866 0,0.38976 0.15945,0.70866 0.35433,0.70866 0.19488,0 0.35433,0.3189 0.35433,0.70866 0,0.64566 0.23623,0.70866 2.65748,0.70866 l 2.65748,0 0,-1.06299 z "},"cat25": { "cat_id": 17,"cat_slug": "alt-camp","name": "Alt Camp","nx": 300,"ny": 490,"capital": "Valls","cx": 300,"cy": 505,"url": "https://work.catalunyamedieval.dev/mapa/alt-camp","statistics": {"castell":19,"epoca-carlina":0,"muralles":1,"torre":8,"casa-forta":0,"palau":0,"pont":0,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":2,"esglesia":4,"esglesia-fortificada":0,"monestir":1,"altres-llocs-dinteres":1},"total": 36,"info": "","path": "m 271.16055,728.47451 c 0.79228,-0.30402 0.70035,-1.98798 -0.14819,-2.71453 -0.38976,-0.33371 -0.70866,-0.99634 -0.70866,-1.47253 0,-0.68106 -0.20787,-0.88969 -0.97441,-0.97788 -0.86739,-0.0998 -0.98618,-0.27344 -1.08155,-1.58085 l -0.10714,-1.46877 1.52447,-0.19144 c 3.04924,-0.38289 4.01994,-0.68641 4.80202,-1.50141 0.43848,-0.45698 0.79724,-1.07699 0.79724,-1.37782 0,-0.87735 2.14406,-0.73155 2.37765,0.16172 0.16656,0.63695 0.48331,0.70866 3.12985,0.70866 l 2.94453,0 0.55745,1.11742 c 0.3066,0.61459 0.55745,1.73073 0.55745,2.48031 l 0,1.3629 1.90543,0 c 1.26145,0 2.05452,-0.17964 2.34654,-0.53149 0.30476,-0.36723 0.31817,-0.5315 0.0434,-0.5315 -0.21874,0 -0.39771,-0.3189 -0.39771,-0.70866 0,-0.38976 -0.15945,-0.70866 -0.35433,-0.70866 -0.53308,0 -0.42565,-1.39663 0.15185,-1.97412 0.27841,-0.2784 0.75675,-0.5062 1.06299,-0.5062 0.31412,0 0.55681,-0.29849 0.55681,-0.68478 0,-0.37661 0.3189,-0.78601 0.70866,-0.90971 0.38977,-0.12369 0.70866,-0.45336 0.70866,-0.73254 0,-0.27918 0.15945,-0.50761 0.35433,-0.50761 0.19489,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.59262 0.23623,-0.70867 1.44264,-0.70867 1.66012,0 2.455,0.62281 2.455,1.92352 0,0.6749 0.18373,0.91113 0.70866,0.91113 0.38977,0 0.70866,0.16501 0.70866,0.36666 0,0.23673 1.53064,0.33998 4.31954,0.2913 3.0417,-0.0531 4.36042,0.0473 4.45772,0.33916 0.1042,0.31259 0.32361,0.31529 0.89217,0.011 1.34428,-0.71944 1.99938,-1.82661 2.0117,-3.39988 l 0.0118,-1.50587 -1.99677,0 c -2.66215,0 -3.67252,-0.97986 -3.67252,-3.56155 0,-1.70419 0.0292,-1.75341 1.04208,-1.75341 0.57314,0 1.14062,-0.15945 1.26107,-0.35433 0.12044,-0.19488 0.9271,-0.35433 1.79256,-0.35433 1.41184,0 1.57358,-0.0849 1.57358,-0.82594 0,-0.9595 -1.02048,-1.58617 -2.82072,-1.73211 -0.97823,-0.0793 -1.26772,-0.27858 -1.43134,-0.98526 -0.14684,-0.63418 -0.47791,-0.91768 -1.1655,-0.99793 -0.80429,-0.0939 -0.96039,-0.28372 -0.96039,-1.1677 0,-1.64328 1.38042,-2.795 3.35003,-2.795 1.19542,0 1.6106,-0.13702 1.6106,-0.53149 0,-0.29233 -0.26076,-0.5315 -0.57945,-0.5315 -0.3187,0 -0.95649,-0.40684 -1.41733,-0.90407 -1.41889,-1.53103 -0.94142,-4.41089 0.73131,-4.41089 0.30624,0 0.5568,-0.15945 0.5568,-0.35433 0,-0.19488 0.3189,-0.35433 0.70867,-0.35433 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19488 0.31889,-0.35433 0.70866,-0.35433 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19488 0.47835,-0.35433 1.06299,-0.35433 0.58465,0 1.06299,-0.15945 1.06299,-0.35433 0,-0.19489 0.40587,-0.35434 0.90193,-0.35434 0.96181,0 2.64138,-1.41618 2.64138,-2.22718 0,-0.26822 0.39862,-0.70104 0.88583,-0.96179 0.4872,-0.26075 0.88582,-0.60658 0.88582,-0.76854 0,-0.16193 1.51477,-0.29445 3.36615,-0.29445 1.85137,0 3.36614,-0.13387 3.36614,-0.29746 0,-0.48604 1.71407,-1.11987 3.0285,-1.11987 0.86311,0 1.22347,-0.16001 1.22347,-0.54329 0,-0.29884 0.55275,-1.09609 1.22835,-1.77166 0.67557,-0.6756 1.47282,-1.22835 1.77166,-1.22835 0.8994,0 0.76103,-4.29942 -0.16537,-5.1378 -0.38976,-0.35273 -0.70866,-0.85578 -0.70866,-1.11791 0,-0.35313 -0.63269,-0.47658 -2.4424,-0.47658 -2.55062,0 -2.87256,0.20183 -2.87256,1.80064 0,0.37382 -0.15945,0.67968 -0.35433,0.67968 -0.19488,0 -0.35433,0.26032 -0.35433,0.57851 0,0.97952 -1.41325,1.9018 -2.91416,1.9018 -2.21088,0 -3.23791,-1.72052 -1.69214,-2.83464 0.38976,-0.28092 0.70866,-0.75926 0.70866,-1.06299 0,-0.30374 0.32893,-0.78673 0.73095,-1.07334 0.684,-0.48767 0.7251,-0.82276 0.63985,-5.21603 -0.0826,-4.25669 -0.15084,-4.69489 -0.73095,-4.69489 -0.46896,0 -0.63985,-0.27287 -0.63985,-1.02167 0,-0.72365 -0.20668,-1.07572 -0.70866,-1.20696 -0.61923,-0.16196 -0.70866,-0.48334 -0.70866,-2.54696 0,-2.61599 0.43214,-3.37401 1.92352,-3.37401 0.50113,0 0.91112,-0.15945 0.91112,-0.35433 0,-0.19489 0.24644,-0.35433 0.54762,-0.35433 0.9365,0 2.28703,-1.65204 2.28703,-2.79762 0,-0.58203 -0.15945,-1.15675 -0.35433,-1.27719 -0.19488,-0.12043 -0.35433,-0.53348 -0.35433,-0.91786 0,-0.38437 -0.27904,-0.80181 -0.62008,-0.92763 -0.34104,-0.12586 -0.73722,-0.39987 -0.88041,-0.60899 -0.17496,-0.25554 -0.26209,-0.23496 -0.26574,0.0627 -0.004,0.2436 -0.32432,0.44291 -0.71409,0.44291 -0.50251,0 -0.70866,0.23624 -0.70866,0.81202 0,0.63259 -0.43239,1.02405 -1.95668,1.77166 -1.07614,0.52781 -2.17542,0.95963 -2.44283,0.95963 -0.80163,0 -2.6871,1.99743 -2.6871,2.84666 0,1.21822 -1.29409,2.11397 -3.05401,2.11397 -1.76724,0 -4.03261,0.959 -4.03261,1.70713 0,0.74955 -1.39505,1.83618 -2.35736,1.83618 -0.45739,0 -0.83161,0.15945 -0.83161,0.35433 0,0.4663 -2.68956,0.45691 -3.5666,-0.0124 -0.53632,-0.28701 -0.68537,-0.74938 -0.68537,-2.12599 0,-1.64023 -0.0599,-1.75918 -0.88583,-1.75918 -0.80198,0 -0.88583,0.13862 -0.88583,1.46434 0,1.05793 -0.21172,1.64796 -0.76287,2.12599 -0.41959,0.3639 -0.88719,0.66164 -1.03912,0.66164 -0.15193,0 -0.36736,0.28711 -0.47873,0.63801 -0.31453,0.99092 -3.7429,2.02929 -3.7429,1.13357 0,-0.19488 -0.58371,-0.35433 -1.29713,-0.35433 -1.01163,0 -1.52845,-0.25345 -2.34809,-1.15157 -0.66941,-0.7335 -1.10968,-0.99078 -1.21271,-0.70866 -0.089,0.2436 -0.38782,0.44291 -0.66411,0.44291 -0.2763,0 -1.12132,0.63779 -1.87783,1.41732 -0.75651,0.77953 -1.5981,1.41732 -1.87021,1.41732 -0.2721,0 -0.72458,0.3189 -1.00551,0.70867 -0.28093,0.38976 -0.704,0.70866 -0.94017,0.70866 -0.23617,0 -0.53061,0.3189 -0.65432,0.70866 -0.15756,0.49642 -0.53611,0.70866 -1.26403,0.70866 -0.57151,0 -1.03912,0.16285 -1.03912,0.36191 0,0.19907 -0.43848,0.55414 -0.9744,0.78906 -1.52102,0.66675 -2.21457,1.65108 -2.21457,3.14299 0,1.01973 -0.25767,1.61451 -1.05105,2.4261 -0.57808,0.59138 -1.21587,1.07522 -1.41733,1.07522 -0.20144,0 -0.36627,0.55807 -0.36627,1.24015 0,0.68209 -0.15945,1.24016 -0.35433,1.24016 -0.19488,0 -0.35433,0.3189 -0.35433,0.70866 0,0.38977 -0.15945,0.70866 -0.35433,0.70866 -0.19488,0 -0.35433,0.21476 -0.35433,0.47729 0,0.68825 -1.1088,1.86016 -2.0374,2.15337 -0.46492,0.1468 -0.79725,0.5372 -0.79725,0.93653 0,0.37662 -0.15944,0.68478 -0.35433,0.68478 -0.19488,0 -0.35433,0.47835 -0.35433,1.06299 0,0.58465 -0.15945,1.063 -0.35433,1.063 -0.19488,0 -0.35433,0.47834 -0.35433,1.06299 0,0.58464 -0.15945,1.06299 -0.35433,1.06299 -0.19488,0 -0.35433,0.28347 -0.35433,0.62993 0,0.34643 -0.3189,0.90294 -0.70866,1.23668 -0.38977,0.33371 -0.70866,0.83045 -0.70866,1.10382 0,0.54272 -0.74172,0.92721 -1.78861,0.92721 -1.26635,0 -3.17173,1.15487 -3.17745,1.92586 -0.003,0.40237 -0.12257,0.89433 -0.26575,1.09318 -0.38741,0.53801 -2.12486,1.23293 -3.08272,1.23293 -0.49821,0 -1.44074,0.57695 -2.31539,1.41732 l -1.47515,1.41732 -7.79168,0 c -8.6637,0 -8.80404,-0.0363 -8.80404,-2.27785 0,-1.02922 -0.13228,-1.26545 -0.70866,-1.26545 -0.38977,0 -0.70866,-0.15945 -0.70866,-0.35434 0,-0.19488 -0.62839,-0.35433 -1.39641,-0.35433 -0.76803,0 -1.49496,-0.15944 -1.6154,-0.35433 -0.12045,-0.19488 -1.16628,-0.35433 -2.32407,-0.35433 l -2.10507,0 0,1.87243 c 0,1.70472 0.0952,1.92866 1.06299,2.50033 0.92741,0.54783 1.063,0.82875 1.063,2.20238 0,0.86595 -0.15945,1.57447 -0.35433,1.57447 -0.19686,0 -0.35434,0.94489 -0.35434,2.12598 0,1.18109 -0.15747,2.12599 -0.35433,2.12599 -0.19488,0 -0.35433,0.63779 -0.35433,1.41732 0,1.26645 0.0921,1.41732 0.86492,1.41732 0.4757,0 0.96346,0.15945 1.0839,0.35433 0.12045,0.19489 1.00683,0.35433 1.96973,0.35433 0.96291,0 1.75074,0.12062 1.75074,0.26806 0,0.49772 2.80915,1.14927 4.95505,1.14927 l 2.13157,0 0,1.06299 c 0,0.70866 0.17716,1.06299 0.53149,1.06299 0.29233,0 0.5315,-0.15945 0.5315,-0.35433 0,-0.19488 0.55807,-0.35433 1.24016,-0.35433 0.68209,0 1.24016,0.15945 1.24016,0.35433 0,0.19488 0.88835,0.35433 1.97412,0.35433 1.23848,0 2.16276,0.18865 2.48032,0.5062 0.5679,0.56788 0.70073,4.30721 0.1821,5.12628 -0.21455,0.33884 -0.0505,0.75745 0.52082,1.32874 0.45872,0.45875 0.96895,0.83406 1.13384,0.83406 0.52637,0 2.2071,0.8758 2.20997,1.15157 10e-4,0.14616 0.40139,0.26575 0.88859,0.26575 0.4872,0 0.88583,-0.15945 0.88583,-0.35433 0,-0.19488 0.23917,-0.35433 0.53149,-0.35433 0.29233,0 0.5315,0.16565 0.5315,0.36815 0,0.20246 0.34896,0.043 0.77547,-0.35433 0.42651,-0.39738 0.89412,-0.72248 1.03912,-0.72248 0.145,0 0.36485,-0.3189 0.48856,-0.70866 0.16737,-0.52735 0.53611,-0.70867 1.4412,-0.70867 0.98006,0 1.21628,0.13763 1.21628,0.70867 0,0.40907 0.23622,0.70866 0.55875,0.70866 0.30731,0 1.01676,0.43848 1.57653,0.97441 0.55978,0.53592 1.42448,1.26088 1.92156,1.61103 0.52935,0.37286 0.90379,0.97966 0.90379,1.46459 0,0.52994 0.25506,0.89465 0.70866,1.01325 0.5311,0.13889 0.70866,0.48334 0.70866,1.37466 0,0.88012 0.20725,1.29192 0.79725,1.58414 0.88207,0.43685 3.78948,0.60311 4.6659,0.26678 z "},"cat26": { "cat_id": 27,"cat_slug": "baix-penedes","name": "Baix Penedès","nx": 380,"ny": 540,"capital": "El Vendrell","cx": 380,"cy": 555,"url": "https://work.catalunyamedieval.dev/mapa/baix-penedes","statistics": {"castell":11,"epoca-carlina":0,"muralles":0,"torre":12,"casa-forta":3,"palau":0,"pont":0,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":4,"esglesia":12,"esglesia-fortificada":0,"monestir":0,"altres-llocs-dinteres":1},"total": 43,"info": "","path": "m 329.59659,736.6841 c 0.34979,-0.91155 3.09787,-1.49928 10.24451,-2.19097 1.12057,-0.10846 2.0374,-0.32503 2.0374,-0.48129 0,-0.26844 0.41854,-0.37459 3.63519,-0.92193 0.73261,-0.12465 1.41966,-0.3685 1.52681,-0.54184 0.10711,-0.17334 0.57327,-0.31518 1.03581,-0.31518 0.51857,0 0.92396,-0.26121 1.05726,-0.6812 0.18014,-0.5676 0.64201,-0.70767 2.76994,-0.84008 3.86182,-0.24024 4.67972,-0.56268 4.67972,-1.84486 0,-0.87449 0.14138,-1.058 0.79724,-1.03486 0.66717,0.0234 0.79725,-0.15757 0.79725,-1.11026 0,-0.84036 -0.1855,-1.18686 -0.70867,-1.32367 -0.38976,-0.10194 -0.70866,-0.43944 -0.70866,-0.75001 0,-0.39118 -0.32658,-0.56467 -1.06299,-0.56467 -0.58464,0 -1.06299,-0.15944 -1.06299,-0.35433 0,-0.20668 -1.18109,-0.35433 -2.83465,-0.35433 -2.59841,0 -2.83464,-0.0591 -2.83464,-0.70866 0,-0.38976 -0.15945,-0.70866 -0.35433,-0.70866 -0.19489,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.64676 -0.23624,-0.70866 -2.7045,-0.70866 -2.94272,0 -3.77894,-0.47966 -4.27383,-2.45144 -0.12469,-0.49688 -0.83789,-1.47331 -1.58486,-2.16981 -1.32257,-1.23329 -1.83557,-2.8197 -0.91179,-2.8197 0.24544,0 0.64541,-0.31889 0.8888,-0.70866 0.62993,-1.00864 4.3707,-1.00782 6.02585,0 0.63808,0.38906 1.49011,0.70735 1.8934,0.70735 0.43526,0 0.80859,0.288 0.91861,0.70866 0.34756,1.3292 2.22215,0.77468 4.26603,-1.26198 1.22131,-1.21695 1.54145,-2.63565 0.59478,-2.63565 -1.04432,0 -1.56919,-0.95702 -1.56919,-2.86108 l 0,-1.84869 -0.86892,0.93756 c -0.76915,0.82995 -1.13521,0.93756 -3.18898,0.93756 -2.08382,0 -2.32005,-0.0721 -2.32005,-0.70866 0,-0.38977 -0.15945,-0.70866 -0.35433,-0.70866 -0.51622,0 -0.43484,-2.38876 0.0886,-2.59998 0.2436,-0.0983 0.0842,-0.1913 -0.35433,-0.20671 -0.43848,-0.0152 -0.79724,-0.18741 -0.79724,-0.38229 0,-0.19488 -0.45277,-0.35433 -1.00612,-0.35433 -1.12277,0 -1.82853,-1.07476 -1.82853,-2.78451 0,-1.00825 1.11331,-2.51975 1.87406,-2.5443 0.23598,-0.008 -0.08,-0.23528 -0.70222,-0.50588 -2.30619,-1.00297 -3.47644,-5.53592 -1.79192,-6.9412 l 0.79725,-0.66511 -1.15158,-0.0117 c -1.12688,-0.0117 -1.15157,-0.046 -1.15157,-1.60628 0,-1.35826 0.10499,-1.59449 0.70866,-1.59449 0.4809,0 0.70866,-0.23623 0.70866,-0.73499 0,-0.52172 -0.41017,-0.90723 -1.41371,-1.32874 -0.88016,-0.36964 -1.41509,-0.82779 -1.41732,-1.21383 -0.004,-0.38264 -0.27496,-0.62008 -0.71228,-0.62008 -0.38976,0 -0.70866,-0.15945 -0.70866,-0.35433 0,-0.19708 -0.94882,-0.35433 -2.13778,-0.35433 -1.96686,0 -2.23604,0.0982 -3.36614,1.22836 -0.67561,0.67556 -1.22836,1.47281 -1.22836,1.77165 0,0.41343 -0.41046,0.5433 -1.71744,0.5433 -1.20884,0 -1.95942,0.20987 -2.53453,0.70866 -0.68453,0.59368 -1.32569,0.70866 -3.95185,0.70866 -2.66233,0 -3.24156,0.10679 -3.84343,0.70866 -0.38976,0.38976 -0.70866,0.87537 -0.70866,1.07911 0,0.80072 -1.86818,2.17024 -3.80705,2.79085 -1.12167,0.35901 -3.11568,1.18414 -4.43114,1.83359 -1.95161,0.96354 -2.39173,1.33594 -2.39173,2.0238 0,0.54493 0.25052,0.90843 0.70866,1.02827 0.38977,0.1019 0.70866,0.32616 0.70866,0.49829 0,0.17217 0.3189,0.31302 0.70867,0.31302 0.54676,0 0.70866,0.23623 0.70866,1.03401 0,1.84174 -0.29562,2.15497 -2.03375,2.15497 -1.22083,0 -1.76951,0.19031 -2.29866,0.79724 -0.69356,0.79554 -0.69337,0.79749 0.0892,0.91598 0.4815,0.0729 0.93474,0.51746 1.17409,1.15157 0.31977,0.84717 0.59552,1.03284 1.53407,1.03284 1.43151,0 2.95238,1.32931 2.95238,2.58056 0,1.59048 -0.35195,2.02574 -1.63798,2.02574 -0.6643,0 -1.84311,0.19829 -2.61957,0.44061 -1.15929,0.36181 -1.40972,0.59942 -1.40047,1.32874 0.0212,1.67294 0.72841,2.12829 3.30535,2.12829 l 2.35267,0 0,2.34439 c 0,2.28816 -0.035,2.37742 -1.46112,3.72048 -0.80361,0.75685 -1.60085,1.37607 -1.77165,1.37607 -0.1708,0 -0.31054,0.20966 -0.31054,0.46588 0,0.48915 -2.13285,1.66011 -3.02383,1.66011 -0.31405,0 -0.51947,0.34087 -0.51947,0.86194 0,0.55078 -0.25586,0.94316 -0.70867,1.08688 -0.59409,0.18857 -0.70866,0.5361 -0.70866,2.14986 0,1.81705 0.0496,1.92494 0.88583,1.92494 0.56908,0 0.88583,-0.1991 0.88583,-0.55679 0,-0.91418 0.93341,-1.56919 2.2361,-1.56919 1.15361,0 1.2921,0.13528 2.41704,2.36122 1.03849,2.05487 1.38413,2.43046 2.66411,2.89506 1.32784,0.48196 1.52586,0.47877 2.0374,-0.0326 0.31163,-0.31167 0.56661,-0.82318 0.56661,-1.13673 0,-0.49018 0.45953,-0.5558 3.27756,-0.46821 l 3.27755,0.10187 0.10712,1.86024 c 0.0589,1.02313 0.23379,1.86023 0.38866,1.86023 0.51928,0 1.70345,1.23205 1.95747,2.03659 0.13829,0.43802 0.63946,0.8938 1.1137,1.01282 0.4742,0.11902 0.86219,0.34363 0.86219,0.49914 0,0.15552 0.3189,0.19935 0.70866,0.0974 0.49284,-0.12887 0.70866,-0.011 0.70866,0.38753 0,0.77524 3.36745,0.83353 3.66297,0.0634 z "},"cat27": { "cat_id": 23,"cat_slug": "baix-camp","name": "Baix Camp","nx": 220,"ny": 570,"capital": "Reus","cx": 220,"cy": 585,"url": "https://work.catalunyamedieval.dev/mapa/baix-camp","statistics": {"castell":11,"epoca-carlina":0,"muralles":4,"torre":28,"casa-forta":2,"palau":0,"pont":2,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":5,"esglesia":12,"esglesia-fortificada":0,"monestir":0,"altres-llocs-dinteres":4},"total": 68,"info": "","path": "m 177.16418,803.45336 c 0.79834,0 1.01354,-0.16044 1.01354,-0.75568 0,-0.72117 1.1925,-2.07896 1.82587,-2.07896 0.16506,0 0.30011,-0.34005 0.30011,-0.75568 0,-0.41563 0.28012,-1.01357 0.6225,-1.32874 0.34237,-0.31518 0.84766,-1.01155 1.12287,-1.54747 0.36752,-0.71572 0.76669,-0.97441 1.50348,-0.97441 0.8412,0 1.00312,-0.14708 1.00312,-0.91113 0,-0.93936 0.71674,-1.92352 1.40087,-1.92352 0.21368,0 0.48417,-0.47834 0.6011,-1.06299 0.11693,-0.58465 0.35211,-1.06299 0.52264,-1.06299 0.17052,0 0.31003,-0.3189 0.31003,-0.70866 0,-0.38977 0.15945,-0.70866 0.35434,-0.70866 0.19488,0 0.35433,-0.3189 0.35433,-0.70867 0,-0.52494 0.23622,-0.70866 0.91113,-0.70866 0.9499,0 1.92351,-0.71865 1.92351,-1.4198 0,-0.44387 2.72297,-3.1865 3.16368,-3.1865 0.5355,0 1.79695,-1.33504 1.79695,-1.9018 0,-0.31819 0.23918,-0.57851 0.5315,-0.57851 0.29232,0 0.53149,0.15945 0.53149,0.35433 0,0.19488 0.16169,0.35433 0.3593,0.35433 0.58328,0 2.82052,-1.56139 2.82529,-1.97178 0.006,-0.50818 2.29467,-1.57153 3.38255,-1.57153 0.63759,0 0.87381,-0.19158 0.87381,-0.70866 0,-0.3937 0.23622,-0.70866 0.53149,-0.70866 0.29233,0 0.5315,-0.15945 0.5315,-0.35433 0,-0.19488 0.71752,-0.35433 1.59449,-0.35433 0.87697,0 1.59449,-0.15945 1.59449,-0.35433 0,-0.19488 0.27903,-0.35494 0.62008,-0.35564 0.34104,0 1.14214,-0.31965 1.78021,-0.70867 0.64582,-0.39376 1.78468,-0.70735 2.5689,-0.70735 1.03299,0 1.40876,-0.14573 1.40876,-0.5463 0,-0.91435 1.2458,-1.95176 2.96522,-2.46923 0.89711,-0.26996 1.98231,-0.81808 2.41157,-1.21797 0.42925,-0.39994 1.22874,-0.72713 1.77664,-0.72713 0.54789,0 0.99618,-0.12915 0.99618,-0.287 0,-0.47902 4.4235,-1.83898 5.98155,-1.83898 1.22317,0 1.45939,-0.1147 1.45939,-0.70866 0,-0.58472 0.23622,-0.70866 1.35051,-0.70866 2.26585,0 3.72323,-2.06348 2.39527,-3.39144 -0.2784,-0.2784 -0.68841,-0.5062 -0.91113,-0.5062 -0.88531,0 -1.41733,-1.05452 -1.41733,-2.80935 0,-1.56072 0.0932,-1.79695 0.70867,-1.79695 0.38976,0 0.70866,-0.12061 0.70866,-0.26805 0,-0.34756 2.57088,-1.14927 3.68536,-1.14927 0.47404,0 0.94231,0.19931 1.0406,0.44291 0.0983,0.2436 0.19131,-1.03199 0.20669,-2.83464 l 0.028,-3.27756 2.50562,0 c 2.43357,0 3.518,0.42346 3.518,1.37374 0,0.19878 0.37704,0.76822 0.83787,1.26549 1.69994,1.83426 4.56707,0.89709 5.07848,-1.65997 0.10772,-0.53862 0.33537,-0.97926 0.50589,-0.97926 0.17052,0 0.31004,-0.30561 0.31004,-0.67915 0,-0.3735 0.19931,-0.74604 0.44292,-0.82782 0.56486,-0.18968 -0.0856,-1.4872 -1.54845,-3.08881 -0.56125,-0.61448 -1.02045,-1.328 -1.02045,-1.58556 0,-0.25756 -0.3189,-0.55169 -0.70866,-0.6536 -0.424,-0.1109 -0.70866,-0.48334 -0.70866,-0.92717 0,-0.40802 -0.13506,-0.74183 -0.30012,-0.74183 -0.16506,0 -0.64341,-0.29774 -1.06299,-0.66164 -0.62437,-0.54153 -0.76288,-1.05183 -0.76288,-2.81077 0,-1.80326 0.10879,-2.18367 0.67593,-2.36367 0.37176,-0.11799 0.76538,-0.44762 0.8747,-0.73254 0.10933,-0.28488 0.44296,-0.51799 0.7414,-0.51799 0.29844,0 0.54262,-0.15945 0.54262,-0.35434 0,-0.19488 0.47834,-0.35433 1.06299,-0.35433 0.89764,0 1.06299,-0.1378 1.06299,-0.88582 0,-0.48721 0.15945,-0.88583 0.35433,-0.88583 0.19488,0 0.35433,-0.30947 0.35433,-0.68776 0,-0.37824 0.15945,-0.78629 0.35433,-0.90673 0.19488,-0.12043 0.35433,-1.00683 0.35433,-1.96972 0,-0.96293 0.15945,-1.75075 0.35433,-1.75075 0.19489,0 0.35434,-0.3189 0.35434,-0.70866 0,-0.38977 0.15944,-0.70866 0.35433,-0.70866 0.19488,0 0.35433,-0.55807 0.35433,-1.24016 0,-1.14173 -0.0844,-1.24016 -1.063,-1.24016 -0.58464,0 -1.06299,-0.12742 -1.06299,-0.28314 0,-0.29945 -2.05146,-1.13418 -2.78732,-1.13418 -0.8493,0 -2.17331,-1.71709 -2.17331,-2.81852 0,-0.59351 0.15945,-1.07912 0.35433,-1.07912 0.54573,0 0.41946,-2.82015 -0.15185,-3.39144 -0.31756,-0.31755 -1.24185,-0.5062 -2.48032,-0.5062 -1.12459,0 -1.97413,-0.15785 -1.97413,-0.3668 0,-0.25285 -0.21292,-0.25285 -0.68536,0 -0.37696,0.20176 -1.1742,0.3668 -1.77166,0.3668 -0.97076,0 -1.08628,-0.11303 -1.08628,-1.06299 0,-1.03982 -0.0388,-1.06299 -1.77724,-1.06299 -1.85379,0 -4.60072,-0.6862 -4.60072,-1.14927 0,-0.14744 -0.84507,-0.26805 -1.87795,-0.26805 -1.03287,0 -2.02943,-0.14595 -2.21457,-0.32432 -0.18513,-0.17841 -0.73523,-0.37772 -1.22244,-0.44292 -0.82421,-0.11033 -0.89316,-0.27262 -0.99131,-2.33316 -0.0655,-1.37452 0.0353,-2.21456 0.26574,-2.21456 0.21752,0 0.37124,-0.88034 0.37124,-2.12599 0,-1.18109 0.15748,-2.12598 0.35433,-2.12598 0.19489,0 0.35433,-0.41248 0.35433,-0.91662 0,-0.69307 -0.25923,-1.01445 -1.06299,-1.31783 -1.05564,-0.39844 -1.06299,-0.4203 -1.06299,-3.15818 0,-2.52075 -0.0607,-2.75698 -0.70866,-2.75698 -0.47244,0 -0.70866,-0.23623 -0.70866,-0.70866 0,-0.47243 -0.23622,-0.70866 -0.70866,-0.70866 -0.38977,0 -0.70867,-0.15945 -0.70867,-0.35433 0,-0.64088 -3.49991,-0.39086 -4.96063,0.35433 -0.764,0.38976 -1.71434,0.70866 -2.11186,0.70866 -0.67395,0 -0.72278,-0.21547 -0.72278,-3.18898 l 0,-3.18897 -1.41057,0 c -1.2091,0 -1.44233,0.12653 -1.63291,0.88582 -0.12227,0.48721 -0.36448,0.88583 -0.53824,0.88583 -0.17375,0 -0.31592,0.3189 -0.31592,0.70866 0,0.38977 -0.12507,0.70866 -0.27793,0.70866 -0.15287,0 -0.58241,0.51821 -0.95453,1.15158 -0.81104,1.3804 -1.42609,2.0374 -1.90733,2.0374 -0.19567,0 -0.45697,0.3189 -0.58068,0.70866 -0.19832,0.62486 -0.54682,0.71132 -2.94711,0.73113 -1.99146,0.0163 -2.50818,0.10846 -1.92494,0.34292 0.43849,0.17624 0.79725,0.56477 0.79725,0.86336 0,0.2986 0.17619,0.54291 0.39154,0.54291 0.26021,0 0.31503,0.50513 0.16344,1.5059 -0.60677,4.0056 -0.63094,4.87205 -0.13591,4.87205 0.26811,0 0.71732,-0.3189 0.99825,-0.70866 0.37543,-0.52087 0.91725,-0.70866 2.04479,-0.70866 l 1.53403,0 -0.13929,5.22637 c -0.0766,2.87451 -0.33359,5.9439 -0.57106,6.82087 -0.23747,0.87697 -0.51704,2.01437 -0.62127,2.52758 -0.29983,1.47618 -1.98617,2.0232 -8.20702,2.6622 -1.58179,0.16249 -1.84446,0.28789 -1.63295,0.77949 0.13862,0.32223 0.32761,1.02628 0.41996,1.56458 0.0923,0.53834 0.30897,1.06593 0.48138,1.17252 0.44284,0.27368 0.40333,8.3015 -0.0409,8.3015 -0.19488,0 -0.35433,0.46131 -0.35433,1.02508 0,0.60789 -0.22811,1.11264 -0.56047,1.24016 -0.30826,0.11831 -2.54055,0.21508 -4.96063,0.21508 l -4.40016,0 0,1.24016 c 0,0.86612 0.1603,1.24015 0.5315,1.24015 0.29232,0 0.85039,0.3189 1.24016,0.70867 0.43869,0.43869 1.1811,0.70866 1.94882,0.70866 1.52874,0 1.54671,0.23775 0.28986,3.83517 -0.52266,1.49598 -1.06544,3.91581 -1.20618,5.37742 -0.32623,3.38787 -0.63866,4.59351 -1.40298,5.41393 -0.33756,0.36234 -0.70721,1.12606 -0.82144,1.69724 -0.13217,0.66083 -0.42724,1.03844 -0.81147,1.03844 -1.14716,0 -2.95503,-0.85213 -3.15683,-1.48798 -0.31522,-0.99315 -1.57207,-0.81818 -1.57207,0.21884 0,1.53386 -0.36332,1.9778 -1.61859,1.9778 -0.76628,0 -1.44508,-0.27545 -1.91091,-0.77549 -0.58668,-0.62971 -0.72246,-0.66695 -0.72246,-0.19807 0,0.31759 0.15944,0.67596 0.35433,0.7964 0.19488,0.12043 0.35433,0.99379 0.35433,1.94074 0,2.05334 0.25651,2.84272 0.92373,2.84272 0.27147,0 0.49359,0.23917 0.49359,0.5315 0,0.30139 -0.31777,0.53149 -0.73397,0.53149 -0.65242,0 -0.67492,0.0591 -0.20248,0.5315 0.29233,0.29232 0.69322,0.5315 0.89089,0.5315 0.19766,0 0.93955,0.34231 1.64864,0.76067 1.28069,0.75565 1.28815,0.7739 1.12156,2.74607 -0.0922,1.09197 -0.3542,2.7029 -0.58214,3.57987 -0.22795,0.87697 -0.50246,2.03297 -0.61003,2.5689 -0.10757,0.53592 -0.33693,0.97441 -0.50969,0.97441 -0.17277,0 -0.31412,0.30185 -0.31412,0.67075 0,0.99092 -0.62228,1.1009 -6.22977,1.1009 l -5.10881,0 0,1.59449 c 0,0.87697 -0.15945,1.59449 -0.35433,1.59449 -0.19488,0 -0.35433,0.28346 -0.35433,0.62993 0,0.34643 -0.3189,0.90294 -0.70866,1.23668 -0.38977,0.33371 -0.70867,0.84749 -0.70867,1.14173 0,0.29423 -0.12741,0.53496 -0.28314,0.53496 -0.31655,0 -1.13418,2.06912 -1.13418,2.87015 0,0.28421 -0.3189,0.74658 -0.70866,1.02749 -0.38976,0.28092 -0.70866,0.78375 -0.70866,1.11735 0,0.3336 -0.3189,0.70777 -0.70866,0.83147 -0.38977,0.1237 -0.70866,0.45337 -0.70866,0.73254 0,0.27918 -0.15945,0.50762 -0.35433,0.50762 -0.20248,0 -0.35434,1.06299 -0.35434,2.48031 0,1.74788 0.1308,2.48039 0.44292,2.4806 0.6904,0 3.10039,2.29684 3.10039,2.95427 0,0.32382 0.15945,0.58875 0.35433,0.58875 0.19488,0 0.35433,0.79725 0.35433,1.77166 0,1.53542 0.0945,1.77165 0.70866,1.77165 0.47244,0 0.70867,0.23623 0.70867,0.70866 0,0.38977 0.15944,0.70866 0.35433,0.70866 0.19488,0 0.35433,0.3189 0.35433,0.70867 0,0.41931 0.23622,0.70866 0.57851,0.70866 0.58209,0 1.9018,1.26701 1.9018,1.82586 0,0.16509 0.39862,0.30012 0.88583,0.30012 0.4872,0 0.88583,0.18114 0.88583,0.40249 0,0.27499 0.52081,0.33112 1.64394,0.17716 0.90417,-0.12391 2.10003,-0.22532 2.65748,-0.22532 z "},"cat28": { "cat_id": 45,"cat_slug": "ripolles","name": "Ripollès","nx": 500,"ny": 190,"capital": "Ripoll","cx": 490,"cy": 205,"url": "https://work.catalunyamedieval.dev/mapa/ripolles","statistics": {"castell":19,"epoca-carlina":0,"muralles":1,"torre":1,"casa-forta":2,"palau":1,"pont":4,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":3,"esglesia":18,"esglesia-fortificada":0,"monestir":2,"altres-llocs-dinteres":0},"total": 51,"info": "","path": "m 468.47831,460.37266 c 0.52452,-0.2436 0.95492,-0.53176 0.95652,-0.64036 0,-0.10859 0.4245,-0.70652 0.9399,-1.32874 0.7916,-0.95552 1.177,-1.1313 2.4803,-1.1313 0.8488,0 1.5432,-0.15944 1.5432,-0.35433 0,-0.20879 1.2535,-0.35433 3.0521,-0.35433 2.4638,0 3.3127,0.14642 4.4036,0.75954 1.2537,0.70464 1.3935,0.71744 1.9338,0.17717 0.3202,-0.32031 0.7304,-0.58238 0.9113,-0.58238 0.181,0 0.3291,-0.23917 0.3291,-0.53149 0,-0.29233 0.1408,-0.5315 0.313,-0.5315 0.1721,0 0.3964,-0.3189 0.4983,-0.70866 0.1778,-0.67972 0.4833,-0.70866 7.4823,-0.70866 l 7.2969,0 0,-1.39201 c 0,-1.59628 -0.7164,-2.50563 -1.9741,-2.50563 -0.7647,0 -0.8605,-0.15455 -0.8605,-1.38834 0,-2.42278 0.1112,-2.5093 3.2269,-2.5093 1.6282,0 2.7967,0.14804 2.7967,0.35433 0,0.19489 0.4434,0.35433 0.9853,0.35433 0.7694,0 1.0733,0.23293 1.3866,1.063 0.3898,1.0329 0.4672,1.06299 2.7351,1.06299 2.0977,0 2.3339,-0.0717 2.3339,-0.70866 0,-0.44314 0.2363,-0.70866 0.6305,-0.70866 0.3467,0 0.8603,-0.3189 1.1412,-0.70867 0.2809,-0.38976 0.7148,-0.70866 0.9641,-0.70866 0.2492,0 0.4532,-0.15945 0.4532,-0.35433 0,-0.19488 0.3986,-0.35433 0.8858,-0.35433 0.4873,0 0.8859,-0.15945 0.8859,-0.35433 0,-0.19488 0.6378,-0.35433 1.4173,-0.35433 0.7795,0 1.4173,-0.15945 1.4173,-0.35433 0,-0.19488 0.3189,-0.35433 0.7087,-0.35433 0.3897,0 0.7086,-0.22058 0.7086,-0.49017 0,-0.26959 -0.3189,-0.57356 -0.7086,-0.67549 -0.3898,-0.10193 -0.7087,-0.43942 -0.7087,-0.74999 0,-0.36296 -0.3099,-0.56467 -0.8678,-0.56467 -0.9065,0 -2.6755,-1.90321 -2.6755,-2.87845 0,-0.27962 -0.3189,-0.73826 -0.7086,-1.01918 -0.3898,-0.28093 -0.7087,-0.79448 -0.7087,-1.14122 0,-0.34674 -0.1595,-0.63044 -0.3543,-0.63044 -0.5412,0 -0.4218,-2.10919 0.1518,-2.68279 0.3442,-0.34421 1.3161,-0.50618 3.0371,-0.50618 1.7211,0 2.693,-0.16198 3.0371,-0.50619 0.5776,-0.57751 0.685,-1.97413 0.1519,-1.97413 -0.1949,0 -0.3543,-0.63779 -0.3543,-1.41732 l 0,-1.41732 -2.8347,0 -2.8346,0 0,-1.03402 c 0,-1.512 0.3389,-2.15496 1.1359,-2.15496 0.3882,0 1.1526,-0.47835 1.6987,-1.06299 0.5462,-0.58465 1.2423,-1.063 1.547,-1.063 0.3048,0 0.7248,-0.31889 0.9334,-0.70866 0.2141,-0.40009 0.7419,-0.70866 1.2121,-0.70866 0.4581,0 1.2895,-0.23819 1.8477,-0.52931 0.5583,-0.29112 0.8156,-0.5303 0.572,-0.5315 -0.613,-0.003 -0.5646,-2.05705 0.063,-2.68497 0.2911,-0.29106 1.1946,-0.50619 2.126,-0.50619 1.3836,0 1.6198,-0.10334 1.6198,-0.70866 0,-0.4193 0.2362,-0.70866 0.5785,-0.70866 0.5821,0 1.9018,-1.26702 1.9018,-1.82587 0,-0.16506 1.4351,-0.30011 3.189,-0.30011 1.8898,0 3.189,0.14435 3.189,0.35433 0,0.21732 1.7126,0.35433 4.4291,0.35433 4.1414,0 4.4292,-0.0445 4.4292,-0.68479 0,-0.37663 0.3108,-0.78344 0.6907,-0.90402 0.5476,-0.17381 0.7129,-0.60102 0.7973,-2.06128 l 0.1064,-1.84204 2.3581,-0.104 c 2.3378,-0.10311 2.363,-0.0942 2.9232,1.02884 0.3109,0.62307 0.5652,1.90561 0.5652,2.85007 l 0,1.71722 2.6575,0 c 1.5354,0 2.6575,-0.14961 2.6575,-0.35433 0,-0.19488 0.6378,-0.35433 1.4173,-0.35433 0.7795,0 1.4173,-0.12767 1.4173,-0.28369 0,-0.9848 -1.0551,-2.14695 -2.6288,-2.89557 -3.7994,-1.80736 -3.7491,-1.72329 -3.7491,-6.27714 0,-3.3266 0.09,-4.00817 0.5314,-4.00817 0.2924,0 0.5315,-0.14776 0.5315,-0.32835 0,-0.18059 0.2791,-0.40127 0.6201,-0.49039 0.3411,-0.0891 -0.1851,-0.18054 -1.1693,-0.20315 -0.9841,-0.0226 -1.9408,-0.168 -2.126,-0.3231 -0.1851,-0.1551 -0.9744,-0.49769 -1.7539,-0.76133 -0.7795,-0.26362 -1.6565,-0.74858 -1.9488,-1.07766 -0.2923,-0.32909 -1.0896,-0.70645 -1.7717,-0.83858 -0.682,-0.13213 -1.9172,-0.51684 -2.7447,-0.85491 l -1.5046,-0.61466 0,-2.0374 0,-2.0374 -1.7716,0 c -1.5354,0 -1.7717,-0.0945 -1.7717,-0.70866 0,-0.38976 -0.235,-0.70866 -0.5224,-0.70866 -0.5589,0 -1.6036,-1.7255 -1.6036,-2.64874 0,-0.33648 -0.4219,-0.64234 -1.063,-0.77055 -0.9616,-0.19233 -1.0629,-0.34351 -1.0629,-1.58563 0,-1.28937 -0.065,-1.37303 -1.063,-1.37303 -0.5847,0 -1.063,-0.15945 -1.063,-0.35434 0,-0.19488 -0.7973,-0.35433 -1.7717,-0.35433 -0.9744,0 -1.7716,-0.15944 -1.7716,-0.35433 0,-0.19488 -0.3892,-0.35433 -0.865,-0.35433 -0.4757,0 -0.9634,-0.15945 -1.0839,-0.35433 -0.1204,-0.19488 -0.5834,-0.35433 -1.0288,-0.35433 -0.4454,0 -1.2607,-0.38746 -1.8118,-0.86102 -0.5511,-0.47356 -1.7319,-1.12432 -2.624,-1.44613 -3.299,-1.19005 -3.609,-1.35006 -4.2878,-2.21306 -0.4963,-0.63094 -1.1466,-0.9321 -2.2911,-1.06111 -0.879,-0.0991 -1.5982,-0.31884 -1.5982,-0.48838 0,-0.16954 -1.435,-0.30825 -3.189,-0.30825 -1.7539,0 -3.1889,-0.14185 -3.1889,-0.31522 0,-0.17338 -0.725,-0.52927 -1.611,-0.79087 -0.886,-0.26161 -2.2748,-1.07645 -3.0862,-1.81077 -0.814,-0.73431 -1.6836,-1.33511 -1.935,-1.33511 -0.2514,0 -0.4571,-0.15945 -0.4571,-0.35433 0,-0.19988 -1.0039,-0.35433 -2.3032,-0.35433 -2.103,0 -2.3031,0.0646 -2.3031,0.74366 0,0.71014 -1.8689,2.79965 -2.504,2.79965 -0.1667,0 -0.5883,0.30084 -0.9369,0.66854 -0.9282,0.9789 -6.79,1.79077 -8.0522,1.11524 -1.2878,-0.68919 -10.1746,-0.0768 -10.6768,0.73568 -0.1071,0.17335 -0.9826,0.31518 -1.9455,0.31518 -0.9629,0 -1.7508,0.15945 -1.7508,0.35433 0,0.19488 -0.7039,0.35433 -1.56422,0.35433 l -1.56422,0 -0.17614,2.21457 c -0.24265,3.0505 -0.59971,4.54253 -1.13641,4.74848 -0.25009,0.096 -0.64811,0.64138 -0.88448,1.21202 -0.23634,0.57064 -0.65994,1.03753 -0.94125,1.03753 -0.28133,0 -1.28806,0.79725 -2.23717,1.77165 -0.94911,0.97441 -1.97518,1.77166 -2.28015,1.77166 -0.30498,0 -0.55449,0.15945 -0.55449,0.35433 0,0.75702 -1.76415,0.30734 -2.78015,-0.70866 -1.26181,-1.26182 -2.75177,-1.3954 -3.95214,-0.35433 -0.4494,0.38976 -1.02274,0.70866 -1.2741,0.70866 -0.53954,0 -3.10234,1.44739 -3.27313,1.84855 -0.065,0.15259 -0.34402,0.27743 -0.62008,0.27743 -0.27609,0 -0.50198,0.15945 -0.50198,0.35433 0,0.19488 -0.39862,0.35433 -0.88583,0.35433 -0.4872,0 -0.88582,0.15945 -0.88582,0.35433 0,0.19489 -0.39863,0.35434 -0.88583,0.35434 -0.4872,0 -0.88583,0.1806 -0.88583,0.40135 0,0.81209 -1.52854,1.72463 -2.88885,1.72463 l -1.36312,0 0,1.91091 c 0,2.10715 -0.233,2.34106 -2.33213,2.34106 -1.04676,0 -1.21117,0.11701 -1.21117,0.86195 0,0.59104 -0.25058,0.9326 -0.79725,1.08675 -2.18848,0.61709 -2.74606,0.98556 -2.74606,1.81476 0,0.46356 0.15945,0.84284 0.35433,0.84284 0.19488,0 0.35788,0.27903 0.3622,0.62008 0.005,0.35379 0.78282,1.1146 1.81251,1.77165 l 1.80467,1.15157 6.93202,0 c 7.67782,0 9.28545,0.28839 9.28545,1.66567 0,0.44806 0.15945,0.81465 0.35433,0.81465 0.19488,0 0.67323,0.3189 1.06299,0.70866 0.53689,0.53686 0.70867,1.1811 0.70867,2.65748 0,1.07185 -0.15945,1.94882 -0.35433,1.94882 -0.19489,0 -0.35434,0.26033 -0.35434,0.57852 0,0.31818 -0.27977,0.83639 -0.62174,1.15157 -0.34196,0.31518 -1.08879,1.56961 -1.65965,2.78763 -0.57083,1.21801 -1.14243,2.21456 -1.2702,2.21456 -0.12774,0 -0.43959,0.43849 -0.69297,0.97441 -0.98709,2.08788 -1.78405,7.1752 -1.12401,7.1752 0.203,0 0.41772,0.75738 0.47711,1.68307 l 0.108,1.68307 1.59449,0.17717 1.59449,0.17716 0.10888,1.94882 c 0.0599,1.07185 0.2592,2.1003 0.44292,2.28543 0.18372,0.18514 0.33402,0.70335 0.33402,1.15158 0,0.44823 0.15945,0.81496 0.35433,0.81496 0.38229,0 0.49444,3.8289 0.13926,4.75448 -0.17249,0.44948 -0.80405,0.56048 -3.18898,0.56048 -2.37667,0 -2.9739,0.10432 -2.9739,0.51947 0,0.28571 -0.27223,1.09035 -0.60495,1.78807 -0.57731,1.21065 -0.67847,1.2638 -2.21456,1.1636 -1.29579,-0.0845 -1.62982,-0.24317 -1.71312,-0.81366 -0.0644,-0.44066 -0.63386,-0.93321 -1.50591,-1.30243 l -1.4024,-0.59376 0,-2.6838 c 0,-2.20359 0.0996,-2.68379 0.55679,-2.68379 0.30625,0 0.76068,-0.20385 1.00981,-0.45299 0.36776,-0.36777 0.36581,-0.53443 -0.0103,-0.88583 -0.2549,-0.23806 -0.70933,-0.43283 -1.00987,-0.43283 -0.30055,0 -0.54645,-0.15945 -0.54645,-0.35433 0,-0.50398 -4.3368,-0.44193 -6.02919,0.0863 l -1.41176,0.4406 0,2.21688 0,2.21688 2.35109,0 c 2.06536,0 2.45293,0.10987 3.18898,0.90408 0.46084,0.49724 0.83788,1.28508 0.83788,1.75074 0,0.46566 0.15945,0.9452 0.35434,1.06565 0.19488,0.12044 0.35507,0.48861 0.35603,0.81815 0.004,0.76616 2.2743,3.25665 2.97113,3.25665 0.29076,0 0.6272,0.15945 0.74764,0.35433 0.12044,0.19488 0.67851,0.35433 1.24016,0.35433 0.56165,0 1.1093,0.14261 1.21702,0.31691 0.24225,0.39195 2.35863,0.73799 5.95817,0.97419 2.41119,0.15821 2.74607,0.26332 2.74607,0.86187 0,0.61588 0.27361,0.68168 2.83464,0.68168 1.65356,0 2.83465,0.14764 2.83465,0.35433 0,0.19488 0.47462,0.35433 1.05473,0.35433 0.88803,0 1.16802,0.2345 1.77166,1.48388 0.3943,0.81613 0.71691,1.93227 0.71691,2.48031 0,0.82022 0.15297,0.99644 0.86493,0.99644 0.47568,0 0.96346,0.15945 1.08389,0.35433 0.30707,0.49683 2.68214,0.44182 3.82422,-0.0886 z "},"cat29": { "cat_id": 42,"cat_slug": "pla-durgell","name": "Pla d'Urgell","nx": 210,"ny": 380,"capital": "Mollerussa","cx": 210,"cy": 395,"url": "https://work.catalunyamedieval.dev/mapa/pla-durgell","statistics": {"castell":4,"epoca-carlina":0,"muralles":0,"torre":0,"casa-forta":0,"palau":0,"pont":0,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":0,"esglesia":7,"esglesia-fortificada":0,"monestir":0,"altres-llocs-dinteres":1},"total": 12,"info": "","path": "m 168.53992,623.3825 c 0.23386,-0.23386 0.4252,-0.70661 0.4252,-1.05052 0,-0.34395 0.3189,-0.79601 0.70866,-1.0046 0.46403,-0.24835 0.70866,-0.7419 0.70866,-1.42979 0,-1.03713 0.0248,-1.05052 1.94882,-1.05052 1.07185,0 1.94882,0.15944 1.94882,0.35433 0,0.20668 1.1811,0.35433 2.83464,0.35433 2.59843,0 2.83465,0.0591 2.83465,0.70866 0,0.62018 0.23622,0.70866 1.8921,0.70866 l 1.89211,0 0.46776,-1.41732 c 0.25768,-0.78077 0.6969,-1.41733 0.97797,-1.41733 0.70163,0 2.91967,-2.27519 2.91967,-2.99491 0,-0.48362 0.32351,-0.56682 1.86023,-0.47834 l 1.86024,0.10711 0.10997,1.32874 c 0.0719,0.86921 0.28639,1.32874 0.62008,1.32874 0.28056,0 0.51011,-0.15945 0.51011,-0.35433 0,-0.19488 0.25492,-0.35433 0.5665,-0.35433 0.31157,0 1.01334,-0.47835 1.55948,-1.06299 0.54614,-0.58465 1.16819,-1.06299 1.38232,-1.06299 0.21413,0 0.38933,-0.15945 0.38933,-0.35433 0,-0.21969 1.92275,-0.35433 5.05958,-0.35433 4.65309,0 5.10061,-0.057 5.57035,-0.70867 0.54506,-0.75624 1.41732,-0.95871 1.41732,-0.32903 0,0.20881 0.23917,0.14049 0.53149,-0.15183 0.42835,-0.42835 0.5315,-1.63669 0.5315,-6.22612 0,-3.56017 0.13281,-5.69459 0.35433,-5.69459 0.19488,0 0.35433,-0.39862 0.35433,-0.88583 0,-0.4872 0.15945,-0.88582 0.35433,-0.88582 0.19488,0 0.35433,-0.47835 0.35433,-1.063 0,-0.58464 0.15945,-1.06299 0.35433,-1.06299 0.19489,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.62993 0.23623,-0.70866 2.12599,-0.70866 1.88976,0 2.12598,-0.0787 2.12598,-0.70866 0,-0.38977 0.15945,-0.70866 0.35433,-0.70866 0.19489,0 0.35433,-0.88424 0.35433,-1.96494 0,-2.61465 0.98547,-3.70436 3.35004,-3.70436 1.37437,0 1.61059,-0.10392 1.61059,-0.70866 0,-0.38976 0.15945,-0.70866 0.35433,-0.70866 0.19489,0 0.35434,-0.71752 0.35434,-1.59449 l 0,-1.59448 -1.6198,0 c -2.71262,0 -3.42757,-1.45297 -1.56918,-3.18898 0.63621,-0.59432 1.06299,-1.35085 1.06299,-1.8843 0,-0.49021 0.19931,-0.97171 0.44291,-1.07 0.24361,-0.0983 0.0769,-0.19131 -0.37043,-0.20672 -0.8255,-0.0283 -2.55279,1.39121 -2.55279,2.09803 0,0.2126 -0.39138,0.77793 -0.86973,1.25628 -0.69357,0.69356 -1.2318,0.8697 -2.65748,0.8697 -1.37017,0 -1.78775,-0.12692 -1.78775,-0.54329 0,-0.7373 -2.56568,-3.27544 -2.7505,-2.72098 -0.0788,0.2363 -0.44882,0.42963 -0.82234,0.42963 -0.37352,0 -0.67913,0.15944 -0.67913,0.35433 0,0.50432 -5.89399,0.44706 -7.32721,-0.0712 -0.85534,-0.30929 -1.17673,-0.64205 -1.17673,-1.21829 0,-0.43601 -0.47835,-1.31648 -1.06299,-1.95658 -0.58465,-0.64014 -1.06299,-1.51753 -1.06299,-1.94978 0,-0.43228 -0.15945,-0.88451 -0.35433,-1.00495 -0.19489,-0.12044 -0.35434,-0.53348 -0.35434,-0.91786 0,-0.38438 -0.27903,-0.80238 -0.62007,-0.92891 -0.6937,-0.25735 -1.86024,-1.46633 -1.86024,-1.92792 0,-0.16508 -0.30949,-0.30011 -0.68775,-0.30011 -0.37826,0 -0.78629,-0.15945 -0.90674,-0.35433 -0.12044,-0.19489 -1.23525,-0.35434 -2.47735,-0.35434 -1.94717,0 -2.28935,0.0977 -2.48328,0.70867 -0.12371,0.38976 -0.53307,0.70866 -0.9097,0.70866 -0.37663,0 -0.68479,0.15945 -0.68479,0.35433 0,0.19488 -0.39862,0.35433 -0.88582,0.35433 -0.77616,0 -0.88583,0.15353 -0.88583,1.24016 l 0,1.24015 1.77165,0 c 1.51026,0 1.77166,0.10028 1.77166,0.67968 0,1.14842 -0.39877,1.80064 -1.1009,1.80064 -0.36892,0 -0.67076,0.15945 -0.67076,0.35433 0,0.19488 -0.47834,0.35433 -1.06299,0.35433 -0.58464,0 -1.06299,0.17483 -1.06299,0.38852 0,0.26154 -0.60806,0.31376 -1.86024,0.15977 -1.02313,-0.12582 -3.17569,-0.31238 -4.78346,-0.41457 -2.4564,-0.15611 -2.92323,-0.10009 -2.92323,0.35083 0,0.29515 0.15945,0.63517 0.35433,0.75561 0.56057,0.34646 0.41205,1.85084 -0.20615,2.08807 -0.30826,0.11831 -1.51204,0.21508 -2.67507,0.21508 -1.26919,0 -2.56796,0.23347 -3.24858,0.58397 -1.26387,0.65087 -2.72737,2.19093 -2.72803,2.87075 -2.4e-4,0.2436 -0.15989,0.44291 -0.35477,0.44291 -0.20997,0 -0.35433,1.29923 -0.35433,3.18898 0,1.88975 -0.14436,3.18898 -0.35433,3.18898 -0.19488,0 -0.35433,0.2223 -0.35433,0.49401 0,0.27173 -0.46259,0.98925 -1.02799,1.59448 -0.91123,0.97551 -1.25141,1.10048 -2.99515,1.10048 -1.94539,0 -1.97095,0.0138 -2.30836,1.23566 -0.34793,1.26014 -1.143,2.30765 -1.75149,2.30765 -0.18608,0 -0.41614,0.35876 -0.51124,0.79725 -0.0951,0.43848 -0.28968,1.07493 -0.4324,1.41434 -0.18242,0.43381 -0.0644,0.68195 0.39735,0.83541 1.83638,0.61044 4.37731,2.02089 4.37731,2.42986 0,0.25526 0.3189,0.54751 0.70866,0.64941 0.65726,0.17189 0.70866,0.48335 0.70866,4.29332 0,2.50243 -0.13848,4.10797 -0.35433,4.10797 -0.19488,0 -0.35433,0.57922 -0.35433,1.28718 0,1.31219 -0.99617,2.61046 -2.00303,2.61046 -0.2625,0 -0.47728,0.15945 -0.47728,0.35433 0,0.19488 -0.71752,0.35433 -1.59449,0.35433 -1.15208,0 -1.59449,0.14166 -1.59449,0.51059 0,0.28081 0.15945,0.60913 0.35433,0.72957 0.19488,0.12043 0.35433,0.60821 0.35433,1.08389 0,0.80058 0.13054,0.86493 1.75499,0.86493 0.96524,0 2.20096,0.19459 2.74606,0.43239 1.46786,0.64041 3.29423,2.67381 3.29423,3.66764 0,0.80298 0.1257,0.8606 1.87795,0.8606 1.03288,0 2.06929,-0.19134 2.30315,-0.4252 "},"cat30": { "cat_id": 35,"cat_slug": "maresme","name": "Maresme","nx": 580,"ny": 420,"capital": "Mataró","cx": 580,"cy": 435,"url": "https://work.catalunyamedieval.dev/mapa/maresme","statistics": {"castell":10,"epoca-carlina":0,"muralles":1,"torre":29,"casa-forta":8,"palau":0,"pont":0,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":9,"esglesia":9,"esglesia-fortificada":1,"monestir":1,"altres-llocs-dinteres":0},"total": 68,"info": "","path": "m 501.32733,654.32503 c 0,-0.32244 0.6378,-0.98043 1.4173,-1.46222 0.7795,-0.48178 1.4173,-0.97841 1.4173,-1.10363 0,-0.12526 0.4784,-0.42584 1.063,-0.66802 0.5847,-0.24219 1.063,-0.58039 1.063,-0.75164 0,-0.17125 0.3189,-0.31135 0.7087,-0.31135 0.3897,0 0.7086,-0.15945 0.7086,-0.35433 0,-0.19489 0.4784,-0.35433 1.063,-0.35433 0.8268,0 1.063,-0.15747 1.063,-0.70867 0,-0.57525 0.2363,-0.70866 1.255,-0.70866 0.7652,0 1.5518,-0.27655 2.0156,-0.70866 0.4184,-0.38976 0.9698,-0.70866 1.2254,-0.70866 0.2556,0 0.4647,-0.3189 0.4647,-0.70866 0,-0.61416 0.2362,-0.70866 1.7716,-0.70866 0.9744,0 1.7717,-0.15945 1.7717,-0.35433 0,-0.19489 0.3189,-0.35433 0.7086,-0.35433 0.4725,0 0.7087,-0.23624 0.7087,-0.70867 0,-0.61416 0.2362,-0.70866 1.7716,-0.70866 0.9744,0 1.7717,-0.1395 1.7717,-0.31004 0,-0.1705 0.44,-0.39802 0.9777,-0.50559 0.5378,-0.10754 1.4546,-0.60562 2.0374,-1.10682 0.5828,-0.50124 1.2238,-0.91152 1.4244,-0.91177 0.2006,-2.5e-4 0.5945,-0.31932 0.8755,-0.70908 0.2809,-0.38977 0.695,-0.70867 0.9202,-0.70867 0.5389,0 3.3317,-2.63859 3.3317,-3.14773 0,-0.21756 0.3986,-0.39557 0.8858,-0.39557 0.4873,0 0.8859,-0.15945 0.8859,-0.35433 0,-0.19488 0.4783,-0.35433 1.063,-0.35433 0.838,0 1.063,-0.15488 1.063,-0.73194 0,-1.04656 0.6419,-2.10271 1.2779,-2.10271 0.2994,0 0.7543,-0.19931 1.011,-0.44291 1.2768,-1.21185 2.0498,-1.67914 3.363,-2.03273 1.0577,-0.28481 1.4347,-0.56891 1.4347,-1.08131 0,-0.53603 0.2431,-0.69502 1.063,-0.69502 0.5846,0 1.063,-0.15945 1.063,-0.35433 0,-0.19488 0.4482,-0.35433 0.9961,-0.35433 0.5479,0 1.3117,-0.29392 1.6973,-0.65314 0.7983,-0.74381 2.0247,-1.10934 4.5703,-1.36219 0.9744,-0.0968 1.9232,-0.32074 2.1083,-0.49765 0.1851,-0.17692 0.7944,-0.32166 1.354,-0.32166 1.1193,0 2.0299,-0.70395 2.0299,-1.56919 0,-0.32057 0.3006,-0.5568 0.7086,-0.5568 0.3898,0 0.7087,-0.15945 0.7087,-0.35433 0,-0.19488 0.2677,-0.35433 0.5949,-0.35433 0.7732,0 2.9484,-0.78743 2.9484,-1.06735 0,-0.60654 1.5616,-1.7673 2.3776,-1.7673 0.513,0 1.1845,-0.22202 1.4921,-0.49337 0.7479,-0.65965 8.0903,-4.46513 8.6344,-4.47512 0.236,-0.004 0.8276,-0.31971 1.3148,-0.7008 0.4872,-0.38108 1.2338,-0.69643 1.6592,-0.70079 0.4577,-0.005 0.8651,-0.29714 0.9983,-0.71653 0.1823,-0.57462 0.5387,-0.70965 1.8841,-0.71401 1.565,-0.005 4.0112,-0.63411 4.5463,-1.16915 0.1335,-0.13355 0.5351,-0.24282 0.8924,-0.24282 0.3573,0 0.6496,-0.15945 0.6496,-0.35434 0,-0.19488 0.2155,-0.35433 0.479,-0.35433 0.2634,0 0.9794,-0.47834 1.5912,-1.06299 0.6118,-0.58464 1.4233,-1.06299 1.8033,-1.06299 0.38,0 0.7895,-0.15945 0.91,-0.35433 0.1209,-0.19573 1.7162,-0.35433 3.5642,-0.35433 3.109,0 3.3452,-0.05 3.3452,-0.70866 0,-0.47243 0.2363,-0.70866 0.7087,-0.70866 0.3897,0 0.7086,-0.15945 0.7086,-0.35433 0,-0.19489 0.3603,-0.35434 0.8007,-0.35434 0.4403,0 0.9997,-0.31889 1.2431,-0.70866 0.2538,-0.40641 0.8263,-0.70866 1.3423,-0.70866 0.4949,0 1.2509,-0.37236 1.6801,-0.82747 0.4292,-0.4551 1.0992,-1.00832 1.489,-1.22938 0.6465,-0.36666 0.652,-0.40288 0.063,-0.41269 -1.5709,-0.0262 -1.6578,-0.53706 -1.6578,-9.74566 l 0,-8.72252 0.8697,-0.86974 c 0.4783,-0.47835 1.25,-0.8697 1.7148,-0.8697 0.7811,0 1.6675,-1.139 1.6675,-2.14268 0,-0.1857 -1.0807,-0.33764 -2.4016,-0.33764 -1.9631,0 -2.5124,-0.1294 -3.0084,-0.70866 -0.3337,-0.38976 -0.8474,-0.70866 -1.1417,-0.70866 -0.2987,0 -0.5349,-0.31291 -0.5349,-0.70866 0,-0.39575 -0.2363,-0.70866 -0.535,-0.70866 -0.2943,0 -0.808,-0.3189 -1.1417,-0.70867 -0.4722,-0.55144 -1.0453,-0.70866 -2.5834,-0.70866 -1.9571,0 -1.9865,0.0156 -2.9845,1.59449 -0.5543,0.87697 -1.1269,1.59449 -1.2724,1.59449 -0.1454,0 -0.3645,0.39862 -0.4868,0.88583 -0.1662,0.6622 -0.4561,0.88582 -1.1485,0.88582 -0.5093,0 -1.1839,0.27904 -1.4991,0.62008 -1.3072,1.41442 -3.8221,2.21457 -6.9605,2.21457 -2.4325,0 -3.0023,0.10088 -3.0023,0.53149 0,0.29233 -0.1595,0.5315 -0.3544,0.5315 -0.1948,0 -0.3543,0.3189 -0.3543,0.70866 0,0.38977 -0.1343,0.70866 -0.2985,0.70866 -0.1642,0 -0.5991,0.55807 -0.9664,1.24016 -0.3673,0.68209 -0.8515,1.24016 -1.0758,1.24016 -0.2244,0 -0.6176,0.51821 -0.8737,1.15157 -0.6019,1.48791 -0.9015,1.6711 -2.7439,1.67765 -2.2135,0.008 -3.9629,1.06473 -3.9629,2.39414 0,0.36723 0.4783,1.12596 1.0629,1.68609 1.5888,1.52217 1.2787,2.30315 -0.9148,2.30315 -0.634,0 -0.8568,0.19336 -0.8568,0.74367 0,0.409 -0.4952,1.20624 -1.1005,1.77165 -1.0867,1.01512 -1.1532,1.02798 -5.3149,1.02798 -3.51,0 -4.2145,0.0888 -4.2145,0.5315 0,0.29232 -0.1595,0.5315 -0.3544,0.5315 -0.1948,0 -0.3543,0.31889 -0.3543,0.70866 0,0.38976 -0.1594,0.70866 -0.3543,0.70866 -0.1949,0 -0.3543,0.40422 -0.3543,0.8983 0,1.06767 -0.7821,2.35445 -2.4934,4.10283 -2.1822,2.22941 -2.9129,2.43981 -8.4733,2.43981 -3.0826,0 -4.9782,-0.13493 -4.9782,-0.35433 0,-0.19956 -0.997,-0.35433 -2.2823,-0.35433 -1.2552,0 -2.3808,-0.15945 -2.5012,-0.35433 -0.1222,-0.19779 -1.7753,-0.35433 -3.7414,-0.35433 -2.112,0 -3.5224,0.14187 -3.5224,0.35433 0,0.19488 -0.7068,0.35433 -1.5706,0.35433 -1.2594,0 -1.6152,0.14042 -1.7955,0.70866 -0.1237,0.38977 -0.3579,0.70866 -0.5203,0.70866 -0.1624,0 -0.5902,0.71441 -0.9505,1.58758 -0.4364,1.05754 -0.9805,1.72255 -1.6296,1.99184 -0.8249,0.34218 -0.9744,0.61409 -0.9744,1.77179 0,1.16324 -0.1324,1.40078 -0.8858,1.58992 -0.4873,0.12228 -0.8859,0.34717 -0.8859,0.49982 0,0.15265 -0.3986,0.37754 -0.8858,0.49982 -0.5476,0.13744 -0.8858,0.47392 -0.8858,0.88125 0,0.3981 -0.4208,0.83325 -1.063,1.09924 -0.5847,0.24219 -1.063,0.67589 -1.063,0.96382 0,0.28793 -0.4784,0.97037 -1.063,1.5165 -0.5846,0.54613 -1.063,1.22857 -1.063,1.5165 0,0.28793 -0.4783,0.72163 -1.063,0.96381 -0.9227,0.38222 -1.063,0.62168 -1.063,1.81464 0,0.75589 0.1595,1.37434 0.3544,1.37434 0.3941,0 0.4707,1.05598 0.1392,1.91984 -0.1509,0.39337 -0.6791,0.56048 -1.7717,0.56048 -0.856,0 -1.5565,0.153 -1.5565,0.34001 0,0.18702 -0.6378,0.99071 -1.4173,1.78597 -0.7796,0.79526 -1.4174,1.61036 -1.4174,1.81127 0,0.54333 0.9359,1.37771 1.5453,1.37771 0.2931,0 0.6342,0.31889 0.7579,0.70866 0.1437,0.4528 0.5361,0.70866 1.0869,0.70866 0.7161,0 0.8619,0.17493 0.8619,1.03401 0,2.09678 -0.1096,2.15497 -4.0585,2.15497 -3.1197,0 -3.7429,0.0993 -4.4454,0.70866 -0.4494,0.38976 -1.1022,0.70866 -1.4507,0.70866 -0.3484,0 -0.7321,0.15945 -0.8525,0.35433 -0.1204,0.19488 -0.5338,0.35433 -0.9185,0.35433 -1.0677,0 -3.8856,1.54772 -5.3709,2.94994 -1.1583,1.09361 -1.3287,1.46194 -1.3287,2.87271 0,1.20227 0.1366,1.61829 0.5315,1.61829 0.7509,0 0.665,1.05697 -0.089,1.09095 -0.4899,0.022 -0.5085,0.0686 -0.089,0.22139 0.8208,0.29866 2.4803,1.95427 2.4803,2.47443 0,0.25586 0.2506,0.4652 0.5568,0.4652 0.7039,0 1.5692,0.84898 1.5692,1.53964 0,0.66869 0.4792,0.82517 1.9875,0.64906 0.8251,-0.0963 1.2015,-0.32389 1.2015,-0.72648 z "},"cat31": { "cat_id": 26,"cat_slug": "baix-llobregat","name": "Baix Llobregat","nx": 490,"ny": 510,"capital": "Sant Feliu de Llobregat","cx": 490,"cy": 525,"url": "https://work.catalunyamedieval.dev/mapa/baix-llobregat","statistics": {"castell":17,"epoca-carlina":0,"muralles":0,"torre":26,"casa-forta":0,"palau":1,"pont":1,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":15,"esglesia":13,"esglesia-fortificada":0,"monestir":0,"altres-llocs-dinteres":2},"total": 75,"info": "","path": "m 429.92968,713.09903 c 0.15757,-0.49641 0.53611,-0.70866 1.26404,-0.70866 0.5715,0 1.03911,-0.15945 1.03911,-0.35433 0,-0.19488 0.54865,-0.35433 1.21926,-0.35433 0.67057,0 1.31779,-0.15945 1.43822,-0.35433 0.12622,-0.2042 2.01157,-0.35433 4.45004,-0.35433 2.40828,0 4.23107,-0.14368 4.23107,-0.3335 0,-0.18343 1.87352,-0.41329 4.16338,-0.51084 5.41152,-0.23049 8.23819,-0.55991 8.23819,-0.96009 0,-0.17685 0.6378,-0.32156 1.41732,-0.32156 1.07731,0 1.41733,-0.13939 1.41733,-0.58103 0,-0.90733 1.09945,-1.52135 2.74606,-1.53368 1.26592,-0.01 1.50591,-0.1242 1.50591,-0.71993 0,-0.5512 0.23623,-0.70866 1.06299,-0.70866 0.58464,0 1.06299,-0.15945 1.06299,-0.35433 0,-0.19489 0.3189,-0.35433 0.70866,-0.35433 0.44313,0 0.70866,-0.23624 0.70866,-0.63043 0,-0.34675 0.3189,-0.86031 0.70866,-1.14123 0.49355,-0.35575 0.70866,-0.91725 0.70866,-1.84989 0,-0.73647 0.15945,-1.33908 0.35434,-1.33908 0.19488,0 0.35436,-0.23918 0.35436,-0.5315 0,-0.39933 -0.42707,-0.5315 -1.71726,-0.5315 -0.94447,0 -2.22963,-0.25561 -2.85591,-0.56806 -0.62631,-0.31245 -1.76694,-0.65232 -2.53477,-0.75533 -1.0602,-0.14219 -1.39603,-0.3465 -1.39603,-0.84926 0,-0.36411 -0.23358,-0.66199 -0.51902,-0.66199 -0.28549,0 -0.68971,-0.3189 -0.8983,-0.70866 -0.2086,-0.38977 -0.61282,-0.70866 -0.8983,-0.70866 -0.28545,0 -0.51903,-0.15945 -0.51903,-0.35434 0,-0.19488 -0.31889,-0.35433 -0.70866,-0.35433 -0.47243,0 -0.70866,-0.23623 -0.70866,-0.70866 0,-0.38976 -0.15945,-0.70866 -0.35433,-0.70866 -0.20282,0 -0.35433,-1.07142 -0.35433,-2.50561 0,-2.62294 0.40617,-3.49172 1.65777,-3.54597 0.37215,-0.0163 0.45787,-0.10364 0.20247,-0.20671 -0.24853,-0.10028 -0.44292,-0.78782 -0.44292,-1.5665 0,-0.7633 -0.15945,-1.38781 -0.35433,-1.38781 -0.19488,0 -0.35433,-0.65356 -0.35433,-1.45233 0,-1.15682 0.21628,-1.65437 1.06299,-2.4453 1.04538,-0.97654 1.063,-1.0523 1.063,-4.5713 0,-3.11407 -0.0772,-3.57831 -0.59493,-3.57831 -0.86297,0 -2.94838,0.8022 -2.94838,1.13418 0,0.4304 -2.45537,0.33803 -3.7839,-0.14237 -0.73903,-0.26724 -1.17673,-0.66264 -1.17673,-1.063 0,-0.35061 -0.25055,-0.63747 -0.5568,-0.63747 -1.09743,0 -1.56919,-0.9511 -1.56919,-3.16368 0,-1.91505 0.0778,-2.15128 0.70867,-2.15128 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19489 0.40999,-0.35433 0.91112,-0.35433 0.93437,0 1.92352,-0.71586 1.92352,-1.39203 0,-0.23379 -0.95276,-0.37963 -2.48031,-0.37963 -1.41733,0 -2.48032,-0.15186 -2.48032,-0.35433 0,-0.19488 -0.47834,-0.35433 -1.06299,-0.35433 -0.78282,0 -1.06299,-0.16618 -1.06299,-0.63042 0,-0.34675 -0.3189,-0.86032 -0.70866,-1.14123 -0.38977,-0.28092 -0.70866,-0.79448 -0.70866,-1.14123 0,-0.39419 -0.26554,-0.63043 -0.70867,-0.63043 -0.45184,0 -0.70866,-0.23623 -0.70866,-0.65179 0,-0.63779 -1.30936,-1.47419 -2.30779,-1.47419 -0.27655,0 -1.06629,0.26869 -1.755,0.59712 -0.90074,0.42955 -1.25217,0.82732 -1.25217,1.41732 0,1.21989 -1.20862,2.23753 -2.65748,2.23753 -1.0958,0 -1.24016,-0.10605 -1.24016,-0.91113 0,-1.02529 -0.73275,-1.92352 -1.56918,-1.92352 -0.30625,0 -0.5568,-0.15945 -0.5568,-0.35433 0,-0.19488 -0.3189,-0.35433 -0.70866,-0.35433 -0.47243,0 -0.70866,-0.23623 -0.70866,-0.70866 0,-0.44313 -0.23624,-0.70866 -0.63043,-0.70866 -0.34675,0 -0.86031,-0.3189 -1.14123,-0.70866 -0.28091,-0.38977 -0.79448,-0.70866 -1.14122,-0.70866 -0.34672,0 -0.63043,-0.15945 -0.63043,-0.35434 0,-0.19488 -0.26167,-0.35433 -0.58146,-0.35433 -0.72272,0 -3.67051,-2.98364 -3.67051,-3.71512 0,-0.29526 -0.14216,-0.53684 -0.31592,-0.53684 -0.17376,0 -0.41737,-0.40426 -0.54138,-0.89837 -0.12607,-0.50234 -0.61161,-1.04517 -1.1014,-1.23137 -0.66522,-0.25293 -0.87594,-0.59085 -0.87594,-1.40478 0,-0.5895 0.15944,-1.07178 0.35433,-1.07178 0.19488,0 0.35433,-0.3189 0.35433,-0.70867 0,-0.6098 0.23623,-0.70866 1.69341,-0.70866 1.28697,0 1.81606,-0.17011 2.20423,-0.70866 0.35574,-0.49355 0.91725,-0.70866 1.84988,-0.70866 1.51193,0 1.74466,-0.55825 0.63043,-1.51228 -0.38976,-0.33371 -0.70866,-0.80859 -0.70866,-1.05524 0,-0.24664 -0.51821,-0.67003 -1.15158,-0.94088 -1.64749,-0.70449 -2.39173,-1.44259 -2.39173,-2.37207 0,-0.4455 -0.15945,-0.90854 -0.35433,-1.02898 -0.19488,-0.12044 -0.35433,-1.5649 -0.35433,-3.20988 0,-2.31197 -0.1114,-2.99091 -0.49075,-2.99091 -0.56898,0 -1.63523,-1.49361 -1.63523,-2.29067 0,-0.30774 -0.30774,-0.54397 -0.70867,-0.54397 -0.47242,0 -0.70866,-0.23623 -0.70866,-0.70866 0,-0.4145 -0.23623,-0.70866 -0.56909,-0.70866 -0.31298,0 -0.87523,-0.3892 -1.2494,-0.86489 -0.37418,-0.47569 -1.02746,-0.97508 -1.45177,-1.10973 -1.33752,-0.42452 -1.69037,-1.0795 -1.69037,-3.13788 l 0,-1.97412 -4.96063,0 c -3.07087,0 -4.96063,-0.135 -4.96063,-0.35433 0,-0.19488 -0.31889,-0.35433 -0.70866,-0.35433 -0.38976,0 -0.70866,-0.15945 -0.70866,-0.35433 0,-0.19488 -0.3189,-0.35433 -0.70866,-0.35433 -0.38976,0 -0.70866,-0.22082 -0.70866,-0.49075 0,-0.48249 -1.44978,-1.63524 -2.05664,-1.63524 -0.56782,0 -1.13234,1.78356 -1.13234,3.57758 0,1.70812 -0.64896,3.49993 -1.61883,4.46984 -0.25519,0.25519 -0.66518,1.02037 -0.91109,1.7004 -0.24591,0.68003 -0.57451,1.23644 -0.73024,1.23644 -0.15573,0 -0.28315,0.45974 -0.28315,1.02167 0,1.09205 0.46028,1.38129 2.83465,1.78122 0.98486,0.1659 1.26425,0.39129 1.35712,1.09474 0.15601,1.18173 2.82313,3.89764 3.82759,3.89764 0.5844,0 0.99588,0.42959 1.6093,1.68003 0.65257,1.33033 1.04534,1.7179 1.88709,1.86218 1.00995,0.17309 1.06845,0.27769 1.17199,2.09551 0.11951,2.09768 -0.16629,2.4974 -1.79207,2.50647 -0.86991,0.005 -0.97441,0.13397 -0.97441,1.20426 0,0.90082 0.17614,1.24487 0.70867,1.38412 0.5035,0.13171 0.70866,0.48335 0.70866,1.21468 0,0.56615 0.31889,1.37165 0.70866,1.79001 0.38976,0.41836 0.70866,1.00651 0.70866,1.30699 0,0.30047 0.15945,0.5463 0.35433,0.5463 0.19488,0 0.35433,0.47835 0.35433,1.063 0,0.80482 0.16207,1.06299 0.66735,1.06299 0.75231,0 1.04421,0.69941 1.47876,3.5433 0.54943,3.59597 0.75235,4.25197 1.3151,4.25197 0.3004,0 1.15289,0.6378 1.89443,1.41733 0.74154,0.77952 1.58822,1.41732 1.8815,1.41732 1.29692,0 1.73374,3.05029 0.55814,3.89764 -0.38977,0.28091 -0.70866,0.89535 -0.70866,1.36541 0,0.47002 -0.29608,1.11249 -0.658,1.42767 -0.36187,0.31518 -0.77123,0.93182 -0.90967,1.3703 -0.13847,0.43849 -0.45457,0.79725 -0.7025,0.79725 -0.54559,0 -1.27314,1.49719 -1.27314,2.61992 0,0.84724 -1.06579,2.34071 -1.67042,2.34071 -0.19092,0 -0.71483,0.31889 -1.16423,0.70866 -0.44939,0.38976 -1.0148,0.70866 -1.25645,0.70866 -0.24166,0 -0.53115,0.23917 -0.64333,0.53149 -0.13872,0.36153 0.0191,0.5315 0.49359,0.5315 0.51013,0 0.69753,0.24098 0.69753,0.89695 0,0.54015 0.24665,0.97824 0.62008,1.10133 0.34104,0.1124 1.296,0.50602 2.12212,0.87471 0.82612,0.36868 1.66323,0.67032 1.86024,0.67032 0.19701,0 0.35819,0.63779 0.35819,1.41732 0,1.17266 0.12019,1.41732 0.69619,1.41732 1.4361,0 1.98826,2.98435 0.72113,3.89764 -0.4028,0.29034 -0.70866,0.91726 -0.70866,1.45254 0,0.71239 -0.25894,1.04907 -1.06299,1.38211 -0.6278,0.26004 -1.06299,0.70306 -1.06299,1.08209 0,0.35298 -0.32315,0.74438 -0.71809,0.86974 -0.39497,0.12532 -0.98879,0.6543 -1.31963,1.17542 -0.33081,0.52115 -0.88335,1.20433 -1.22786,1.51813 -0.34452,0.31383 -0.8769,1.42997 -1.18308,2.48031 -0.30618,1.05038 -0.70607,2.39939 -0.88866,2.99789 -0.48331,1.58414 -0.40805,2.55455 0.22557,2.90913 0.30663,0.1716 0.74937,0.69771 0.9839,1.16918 0.513,1.03128 2.86601,2.38351 4.21643,2.42309 0.74771,0.022 0.97441,-0.13631 0.97441,-0.6801 0,-0.61303 0.23623,-0.70866 1.75075,-0.70866 0.96289,0 1.84929,0.15945 1.96972,0.35433 0.29073,0.47044 2.65748,0.45769 2.65748,-0.0142 0,-0.23385 1.06895,-0.33105 2.92323,-0.26574 l 2.92323,0.10289 0.108,1.68308 c 0.065,1.01235 -0.041,1.68307 -0.26575,1.68307 -0.9613,0 -0.1997,1.17662 1.39791,2.15964 0.97441,0.59956 1.77165,1.31563 1.77165,1.59123 0,0.2756 0.23917,0.50109 0.5315,0.50109 0.29232,0 0.53149,0.15945 0.53149,0.35434 0,0.19488 0.62706,0.35433 1.39344,0.35433 1.08227,0 1.44369,-0.15828 1.61837,-0.70867 z "},"cat32": { "cat_id": 32,"cat_slug": "garrigues","name": "Garrigues","nx": 180,"ny": 450,"capital": "Les Borges Blanques","cx": 180,"cy": 465,"url": "https://work.catalunyamedieval.dev/mapa/garrigues","statistics": {"castell":12,"epoca-carlina":0,"muralles":0,"torre":0,"casa-forta":0,"palau":0,"pont":0,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":0,"esglesia":0,"esglesia-fortificada":0,"monestir":0,"altres-llocs-dinteres":0},"total": 12,"info": "","path": "m 130.67224,699.90021 c 0.69593,-0.2436 1.57442,-0.72194 1.95221,-1.06299 0.37779,-0.34104 1.13517,-0.62008 1.68307,-0.62008 0.5479,0 0.99618,-0.15945 0.99618,-0.35433 0,-0.19488 0.20398,-0.35433 0.45328,-0.35433 0.2493,0 0.68312,-0.3189 0.96404,-0.70866 0.28093,-0.38976 0.75928,-0.70866 1.063,-0.70866 0.30371,0 0.78206,-0.3189 1.06299,-0.70866 0.28093,-0.38977 0.79447,-0.70866 1.14121,-0.70866 0.34674,0 0.63044,-0.15945 0.63044,-0.35433 0,-0.20247 1.06299,-0.35434 2.48032,-0.35434 1.36417,0 2.48031,-0.12061 2.48031,-0.26805 0,-0.67872 3.14682,-1.14945 7.70111,-1.15203 l 4.87763,-0.004 0.44292,-0.95371 c 0.2436,-0.52452 0.44291,-1.47997 0.44291,-2.12322 l 0,-1.16951 4.0748,0 c 2.48032,0 4.0748,0.13865 4.0748,0.35433 0,0.19489 0.3189,0.35434 0.70867,0.35434 0.38976,0 0.70866,0.15944 0.70866,0.35433 0,0.19488 0.47834,0.35433 1.06299,0.35433 0.58465,0 1.06299,0.15945 1.06299,0.35433 0,0.19488 0.71752,0.35433 1.59449,0.35433 1.35827,0 1.59449,-0.10499 1.59449,-0.70866 0,-0.38977 0.15945,-0.70866 0.35433,-0.70866 0.20858,0 0.35433,-1.24555 0.35433,-3.02794 0,-2.74238 0.082,-3.10992 0.86972,-3.89764 0.47835,-0.47834 1.08094,-0.8697 1.3391,-0.8697 0.25816,0 0.69923,-0.3189 0.98016,-0.70866 0.37384,-0.51867 0.91725,-0.70866 2.02704,-0.70866 1.28004,0 1.51626,0.11041 1.51626,0.70866 0,0.46896 0.23622,0.70866 0.69838,0.70866 0.49981,0 0.97835,0.5793 1.68307,2.0374 l 0.98469,2.0374 3.80906,0.10056 c 2.4511,0.0647 3.80905,-0.0301 3.80905,-0.26575 0,-0.21731 1.00889,-0.3663 2.48032,-0.3663 2.24409,0 2.48031,-0.0675 2.48031,-0.70866 0,-0.5512 0.23623,-0.70867 1.063,-0.70867 0.58464,0 1.06299,-0.15944 1.06299,-0.35433 0,-0.19488 0.3189,-0.35433 0.70866,-0.35433 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19488 0.72891,-0.35433 1.6198,-0.35433 1.95953,0 2.63217,-0.58209 2.63217,-2.27785 0,-0.69601 0.15945,-1.26546 0.35433,-1.26546 0.19488,0 0.35433,-0.41991 0.35433,-0.9332 0,-0.92654 1.51401,-2.60876 2.34875,-2.60968 0.21995,-2.5e-4 0.59806,-0.47877 0.84023,-1.06341 0.24217,-0.58465 0.58041,-1.063 0.75165,-1.063 0.17123,0 0.31134,-0.40999 0.31134,-0.91112 0,-1.16238 0.76114,-1.92352 1.92351,-1.92352 0.59209,0 0.91114,-0.19499 0.91114,-0.5568 0,-0.98486 0.96058,-1.56919 2.57962,-1.56919 1.24453,0 1.81518,-0.22138 2.77137,-1.07514 0.66227,-0.59131 1.55719,-1.38855 1.98871,-1.77166 0.43152,-0.38306 0.96567,-0.6965 1.18701,-0.6965 0.61005,0 2.81187,-2.33065 2.81187,-2.97638 0,-0.31181 0.15945,-0.56693 0.35433,-0.56693 0.19488,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.38977 0.14871,-0.70866 0.33045,-0.70866 0.18175,0 0.4333,-0.32404 0.55899,-0.72004 0.12569,-0.39603 0.61479,-1.10629 1.08687,-1.5784 0.47208,-0.47208 0.85834,-1.10473 0.85834,-1.40591 0,-0.30119 0.15944,-0.54762 0.35433,-0.54762 0.19488,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.38977 0.17004,-0.70867 0.37786,-0.70867 0.20783,0 0.32741,-0.4382 0.26575,-0.97373 -0.0837,-0.72737 -0.44832,-1.13152 -1.44086,-1.59729 -0.7308,-0.34292 -1.32874,-0.78172 -1.32874,-0.97508 0,-0.19332 -0.47834,-0.35153 -1.06299,-0.35153 -0.97051,0 -1.06299,-0.10375 -1.06299,-1.19236 0,-0.65587 -0.31887,-1.59778 -0.70866,-2.09332 -0.91224,-1.15972 -0.91224,-2.02928 0,-2.02928 0.59793,0 0.70823,-0.23531 0.70589,-1.50591 -0.002,-1.28767 -0.14098,-1.57011 -0.95646,-1.94882 -0.52454,-0.2436 -1.25221,-0.44291 -1.61704,-0.44291 -0.80833,0 -1.6757,-0.81223 -1.6757,-1.56919 0,-0.32056 -0.30064,-0.5568 -0.70866,-0.5568 -0.38977,0 -0.70866,-0.15944 -0.70866,-0.35433 0,-0.19488 -0.47835,-0.35433 -1.06299,-0.35433 -0.58465,0 -1.063,-0.15945 -1.063,-0.35433 0,-0.19488 -0.31889,-0.35433 -0.70866,-0.35433 -0.38976,0 -0.70866,-0.15945 -0.70866,-0.35433 0,-0.19488 -0.47835,-0.35433 -1.06299,-0.35433 -0.58465,0 -1.06299,-0.15945 -1.06299,-0.35433 0,-0.19488 -0.3189,-0.35433 -0.70867,-0.35433 -0.64566,0 -0.70866,-0.23623 -0.70866,-2.65748 0,-1.53542 0.14961,-2.65748 0.35433,-2.65748 0.19489,0 0.35433,-0.70544 0.35433,-1.56763 0,-1.53238 -0.0395,-1.58613 -1.75713,-2.39173 -1.10414,-0.51786 -1.76252,-1.05453 -1.77165,-1.44418 -0.008,-0.34027 -0.17397,-0.6193 -0.36885,-0.6193 -0.21842,0 -0.35412,-1.80082 -0.35378,-4.69489 l 7.1e-4,-4.69488 -5.18411,0.10729 -5.18411,0.10729 -1.34378,1.39862 c -0.73908,0.76925 -1.59546,1.39861 -1.90306,1.39861 -0.3076,0 -0.55927,0.16909 -0.55927,0.37574 0,0.21748 -0.55957,0.32938 -1.32874,0.26574 -1.25659,-0.10399 -1.33471,-0.18212 -1.43872,-1.43872 -0.0945,-1.14229 -0.23127,-1.32874 -0.97441,-1.32874 -0.47543,0 -0.86443,0.14811 -0.86443,0.3291 0,0.46814 -2.15268,2.6724 -3.09621,3.17041 -0.43619,0.23021 -0.89922,0.85245 -1.02897,1.38278 -0.32882,1.3439 -0.66566,1.48408 -3.58151,1.49024 -2.33449,0.005 -2.5689,-0.0592 -2.5689,-0.70324 0,-0.64959 -0.23622,-0.70866 -2.83465,-0.70866 -1.65354,0 -2.83464,-0.14765 -2.83464,-0.35433 0,-0.19488 -0.39863,-0.35433 -0.88583,-0.35433 -0.70529,0 -0.88583,0.17798 -0.88583,0.87335 0,0.51073 -0.29425,1.03086 -0.70866,1.25263 -0.38976,0.2086 -0.70866,0.61282 -0.70866,0.8983 0,1.20841 -1.34157,1.93635 -3.56862,1.93635 -2.11295,0 -2.81813,-0.30834 -3.25591,-1.42367 -0.11338,-0.28881 -0.21872,0.39168 -0.23411,1.51225 -0.0266,1.93681 -0.0723,2.0374 -0.92561,2.0374 -0.90921,0 -3.35433,2.07613 -3.35433,2.84815 0,1.14317 -1.99674,2.11248 -4.35163,2.11248 -2.03708,0 -3.44365,0.7768 -3.44365,1.9018 0,0.31819 -0.15945,0.57852 -0.35433,0.57852 -0.19488,0 -0.35433,0.31889 -0.35433,0.70866 0,0.38976 -0.15945,0.70866 -0.35433,0.70866 -0.20669,0 -0.35433,1.18109 -0.35433,2.83464 0,1.55906 -0.13434,2.83465 -0.29854,2.83465 -0.16419,0 -0.5916,0.54418 -0.9498,1.20933 -0.64916,1.2054 -0.9111,1.32775 -3.97804,1.85808 l -1.15157,0.19909 0,2.82119 c 0,1.79557 -0.16102,2.97467 -0.44292,3.2434 -1.31158,1.25022 -2.45283,1.65316 -4.68241,1.65316 -1.27359,0 -2.31562,0.12742 -2.31562,0.28315 0,0.15573 -0.56779,0.48848 -1.26176,0.73942 -0.70244,0.25398 -1.43447,0.83529 -1.65137,1.31134 -0.21428,0.47027 -0.52345,0.85507 -0.68705,0.85507 -0.42367,0 -0.37018,4.16519 0.0569,4.42913 0.19489,0.12044 0.35433,1.33824 0.35433,2.70617 0,2.42755 -0.0337,2.52053 -1.40349,3.87673 -0.77192,0.76426 -1.62954,1.38954 -1.90583,1.38954 -0.27629,0 -0.70048,0.47835 -0.94264,1.063 -0.24217,0.58464 -0.70202,1.06299 -1.02188,1.06299 -0.31987,0 -0.86993,0.38399 -1.22236,0.85326 -0.35243,0.46931 -1.10779,1.04673 -1.67858,1.28314 -0.89137,0.36921 -1.03781,0.62086 -1.03781,1.78331 0,0.74438 -0.15945,1.45198 -0.35433,1.57241 -0.20258,0.12519 -0.35433,1.94283 -0.35433,4.24389 0,4.26225 -0.15197,5.14588 -0.88497,5.14588 -0.25016,0 -0.55199,0.55807 -0.67076,1.24015 -0.11876,0.68209 -0.31374,1.80373 -0.43328,2.49247 -0.17401,1.00265 -0.068,1.38186 0.53149,1.9018 0.45129,0.3914 0.74885,1.07157 0.74885,1.7117 0,0.58426 0.3189,1.46764 0.70867,1.96317 0.38976,0.4955 0.70866,1.07508 0.70866,1.28792 0,0.21289 0.2541,0.38704 0.56466,0.38704 0.31057,0 0.64807,0.3189 0.74999,0.70866 0.10193,0.38976 0.37354,0.70866 0.60358,0.70866 0.23005,0 1.04105,0.6378 1.80224,1.41732 1.51333,1.54981 1.82032,1.63074 3.69531,0.97441 z "},"cat33": { "cat_id": 8,"cat_slug": "conca-de-barbara","name": "Conca de Barberà","nx": 280,"ny": 440,"capital": "Montblanc","cx": 280,"cy": 455,"url": "https://work.catalunyamedieval.dev/mapa/conca-de-barbara","statistics": {"castell":36,"epoca-carlina":0,"muralles":1,"torre":1,"casa-forta":0,"palau":4,"pont":2,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":8,"esglesia":43,"esglesia-fortificada":0,"monestir":1,"altres-llocs-dinteres":8},"total": 104,"info": "","path": "m 252.23283,695.3825 c 0.97043,-1.01002 1.65493,-1.41733 2.3819,-1.41733 1.59162,0 2.92712,-0.76705 2.9303,-1.68307 10e-4,-0.43848 0.16221,-0.79724 0.3571,-0.79724 0.19488,0 0.35433,-0.23917 0.35433,-0.5315 0,-0.29526 0.31496,-0.53149 0.70866,-0.53149 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19488 0.63779,-0.35433 1.41732,-0.35433 0.91406,0 1.41732,-0.16076 1.41732,-0.45277 0,-0.24899 0.3189,-0.72577 0.70867,-1.05952 0.38976,-0.33371 0.70866,-0.92721 0.70866,-1.31889 0,-0.39167 0.15945,-0.71213 0.35433,-0.71213 0.19488,0 0.35433,-0.47835 0.35433,-1.06299 0,-0.58465 0.15945,-1.06299 0.35433,-1.06299 0.19488,0 0.35433,-0.39863 0.35433,-0.88583 0,-0.48721 0.15945,-0.88583 0.35433,-0.88583 0.19488,0 0.35433,-0.37169 0.35433,-0.82594 0,-0.54294 0.33389,-0.99826 0.97441,-1.32874 1.21249,-0.62565 1.86024,-1.22376 1.86024,-1.71766 0,-0.2088 0.15945,-0.37963 0.35433,-0.37963 0.19488,0 0.35433,-0.39862 0.35433,-0.88582 0,-0.48721 0.15945,-0.88583 0.35433,-0.88583 0.19488,0 0.35433,-0.6378 0.35433,-1.41732 0,-1.13429 0.12876,-1.41733 0.64476,-1.41733 1.09157,0 2.18989,-1.61344 2.18989,-3.21696 0,-1.3893 0.6034,-2.45233 1.39201,-2.45233 0.2088,0 0.37964,-0.15945 0.37964,-0.35433 0,-0.19488 0.23782,-0.35433 0.52849,-0.35433 0.29068,0 0.72765,-0.3189 0.97106,-0.70866 0.26453,-0.42357 0.82631,-0.70866 1.39645,-0.70866 0.64269,0 1.02726,-0.2312 1.1788,-0.70866 0.12371,-0.38977 0.41815,-0.70866 0.65432,-0.70866 0.23617,0 0.65924,-0.3189 0.94017,-0.70867 0.28093,-0.38976 0.79447,-0.70866 1.14122,-0.70866 0.34674,0 0.63043,-0.14871 0.63043,-0.33045 0,-0.18173 0.29337,-0.42356 0.65193,-0.53737 0.35857,-0.11381 0.86386,-0.6029 1.12287,-1.08688 0.25902,-0.48398 0.69456,-0.87994 0.96787,-0.87994 0.78201,0 1.5093,-0.9269 1.5093,-1.92352 0,-1.75033 1.72633,-0.56658 1.77166,1.21486 0.0385,1.51423 0.78896,2.12598 2.60796,2.12598 0.9042,0 1.644,0.14446 1.644,0.32099 0,0.17656 0.39738,0.1367 0.88307,-0.0886 0.48568,-0.22525 0.8843,-0.60889 0.88582,-0.85249 10e-4,-0.2436 0.13782,-0.44291 0.30288,-0.44291 0.16506,0 0.64341,-0.29775 1.063,-0.66164 0.57595,-0.49954 0.76287,-1.06385 0.76287,-2.30315 l 0,-1.64151 1.93114,0 1.93113,0 0.10627,2.0374 0.10627,2.0374 1.32874,0.10999 c 0.76917,0.0636 1.32874,-0.0483 1.32874,-0.26575 0,-0.20665 0.33028,-0.37573 0.73397,-0.37573 0.79779,0 1.74634,-0.76986 1.74634,-1.41733 0,-0.58602 0.92036,-1.41732 1.56918,-1.41732 0.30624,0 0.55681,-0.15945 0.55681,-0.35433 0,-0.19488 0.88835,-0.35433 1.97412,-0.35433 2.14542,0 2.98651,-0.5017 2.98651,-1.78136 0,-0.97696 1.93579,-2.8046 3.24872,-3.0672 0.55178,-0.11037 1.00324,-0.34015 1.00324,-0.51069 0,-0.17051 0.3189,-0.31004 0.70867,-0.31004 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19489 0.31889,-0.35433 0.70866,-0.35433 0.48058,0 0.70866,-0.23624 0.70866,-0.73396 0,-1.02724 -0.62288,-1.53971 -2.5689,-2.11348 -0.92569,-0.27294 -1.68307,-0.70785 -1.68307,-0.96651 0,-0.6497 -1.61798,-2.20968 -2.29185,-2.20968 -0.30383,0 -0.82928,-0.13989 -1.16768,-0.31081 -0.94078,-0.4753 -3.07477,-1.10651 -3.74082,-1.10651 -0.32721,0 -0.59492,-0.15945 -0.59492,-0.35433 0,-0.19488 -0.2837,-0.35433 -0.63044,-0.35433 -0.34674,0 -0.86029,-0.3189 -1.14122,-0.70866 -0.28093,-0.38977 -0.79447,-0.70866 -1.14121,-0.70866 -0.46427,0 -0.63044,-0.28017 -0.63044,-1.063 0,-0.58464 -0.15945,-1.06299 -0.35433,-1.06299 -0.20473,0 -0.35433,-1.12206 -0.35433,-2.65748 l 0,-2.65748 1.94882,0 c 1.07185,0 1.94881,0.15945 1.94881,0.35433 0,0.62472 1.04187,0.37853 1.49956,-0.35433 0.29754,-0.47643 0.82631,-0.70866 1.61359,-0.70866 1.32081,0 3.03341,-1.41658 2.84628,-2.35431 -0.0621,-0.31135 -0.67104,-0.74612 -1.35313,-0.96616 -1.20732,-0.38941 -1.24297,-0.45393 -1.34642,-2.4374 -0.0841,-1.61192 0.004,-2.0374 0.41904,-2.0374 0.28891,0 0.62651,-0.3189 0.75022,-0.70867 0.12371,-0.38976 0.53307,-0.70866 0.9097,-0.70866 0.37663,0 0.68479,-0.15945 0.68479,-0.35433 0,-0.19488 0.31889,-0.35433 0.70866,-0.35433 1.24648,0 0.76705,-1.07114 -0.79725,-1.78118 -0.82824,-0.37598 -1.78494,-0.68709 -2.12598,-0.69134 -0.34104,-0.004 -0.62008,-0.16724 -0.62008,-0.36212 0,-0.19489 -0.47835,-0.35434 -1.06299,-0.35434 -0.58465,0 -1.06299,0.15945 -1.06299,0.35434 0,0.19488 -0.85991,0.35433 -1.91091,0.35433 -1.37172,0 -1.96846,0.14995 -2.11487,0.53149 -0.11217,0.29233 -0.44813,0.5315 -0.74657,0.5315 -0.7788,0 -0.66917,1.16964 0.16605,1.77165 0.38976,0.28092 0.70866,0.87421 0.70866,1.3184 0,0.57135 -0.20728,0.80759 -0.70866,0.80759 -0.47244,0 -0.70866,0.23623 -0.70866,0.70866 0,0.64566 -0.23623,0.70866 -2.65748,0.70866 -1.53544,0 -2.65748,-0.1496 -2.65748,-0.35433 0,-0.19488 -0.25493,-0.35433 -0.5665,-0.35433 -0.31158,0 -1.01335,-0.47835 -1.55949,-1.06299 -0.93482,-1.00074 -1.1507,-1.063 -3.68547,-1.063 -1.55876,0 -2.69248,-0.14921 -2.69248,-0.35433 0,-0.19686 -0.94488,-0.35433 -2.12599,-0.35433 -1.1811,0 -2.12598,-0.15746 -2.12598,-0.35433 0,-0.19488 -0.39862,-0.35433 -0.88583,-0.35433 -0.4872,0 -0.88582,0.13504 -0.88582,0.30012 0,1.16908 -2.45686,2.36948 -3.01181,1.47153 -0.12045,-0.19488 -0.75824,-0.35433 -1.41733,-0.35433 -0.65908,0 -1.29688,-0.15945 -1.41732,-0.35433 -0.12044,-0.19488 -1.07714,-0.35433 -2.12598,-0.35433 -1.04885,0 -2.00554,-0.15945 -2.12599,-0.35433 -0.12044,-0.19488 -0.57631,-0.35433 -1.01304,-0.35433 -0.43672,0 -0.97071,-0.17667 -1.18665,-0.3926 -0.37656,-0.37658 -1.64416,-0.31376 -4.79834,0.23779 -0.98496,0.17224 -1.32874,0.40568 -1.32874,0.90224 0,0.43366 -0.24989,0.66989 -0.70866,0.66989 -0.62992,0 -0.70866,0.23624 -0.70866,2.12599 0,1.88975 -0.0787,2.12598 -0.70866,2.12598 -0.38977,0 -0.70867,0.1806 -0.70867,0.40135 0,0.22075 -0.34329,0.6991 -0.76287,1.06299 -0.61233,0.53107 -1.34084,0.66165 -3.6915,0.66165 -1.61073,0 -3.18083,0.0968 -3.48909,0.21507 -0.4585,0.17593 -0.56047,0.84902 -0.56047,3.69957 0,1.94078 0.15697,3.58151 0.35433,3.70347 0.19488,0.12043 0.35433,0.4984 0.35433,0.83994 0,0.3415 0.3189,0.96321 0.70866,1.38157 1.02684,1.10218 0.90279,2.63353 -0.31933,3.94179 -0.82119,0.87909 -1.31534,1.10048 -2.45643,1.10048 -1.11726,0 -1.47745,0.15438 -1.65337,0.70866 -0.16008,0.50435 -0.53612,0.70866 -1.30438,0.70866 -1.09835,0 -3.83342,1.3106 -3.83342,1.83688 0,0.15903 -1.95325,0.28655 -4.34055,0.28343 -4.26996,-0.006 -4.35928,-0.0223 -5.49213,-1.02107 -0.63336,-0.55846 -1.15157,-1.19371 -1.15157,-1.41166 0,-0.21794 -0.23917,-0.39624 -0.5315,-0.39624 -0.29232,0 -0.53149,-0.28687 -0.53149,-0.63748 0,-0.89709 -1.87535,-1.48851 -4.72004,-1.48851 -1.3415,0 -2.36658,-0.15346 -2.36658,-0.35433 0,-0.19488 -0.23917,-0.35433 -0.53149,-0.35433 -0.39222,0 -0.5315,0.4101 -0.5315,1.56497 0,0.93019 -0.17965,1.63 -0.44291,1.72535 -0.35433,0.12833 -0.35433,0.31043 0,0.91056 0.2436,0.41258 0.44291,1.15093 0.44291,1.64076 0,0.56618 0.19901,0.89064 0.54631,0.89064 0.30047,0 0.88861,0.3189 1.30697,0.70867 0.41837,0.38976 0.99708,0.70866 1.28603,0.70866 1.06634,0 1.82132,1.12436 1.82132,2.7124 0,0.84674 -0.15945,1.53957 -0.35433,1.53957 -0.19488,0 -0.35433,0.31889 -0.35433,0.70866 0,0.38976 -0.15945,0.70866 -0.35433,0.70866 -0.19488,0 -0.35433,0.24644 -0.35433,0.54762 0,0.30118 -0.40138,0.94897 -0.89195,1.43954 -0.49057,0.49057 -1.38904,1.87848 -1.99661,3.08427 -1.13764,2.25779 -2.95182,4.27712 -4.19792,4.67263 -0.38984,0.12373 -0.7088,0.3629 -0.7088,0.53153 0,0.16863 -0.27903,0.39859 -0.62008,0.51101 -0.34104,0.11247 -1.15989,0.68128 -1.81967,1.26404 -0.81259,0.71777 -1.57483,1.05959 -2.36275,1.05959 -1.61522,0 -2.28411,0.31841 -2.28411,1.08723 0,0.4668 -0.4105,0.76766 -1.41732,1.03876 -1.24857,0.33619 -1.41733,0.50659 -1.41733,1.43096 0,0.57714 -0.13434,1.04935 -0.29853,1.04935 -0.1642,0 -0.59908,0.55807 -0.9664,1.24016 -0.36733,0.68209 -0.84639,1.24016 -1.06458,1.24016 -0.78078,0 -1.92246,1.33983 -1.92246,2.25613 0,0.51307 -0.15944,0.93285 -0.35433,0.93285 -0.19488,0 -0.35433,0.57922 -0.35433,1.28717 0,1.60381 -1.05115,2.61046 -2.72581,2.61046 -0.66003,0 -1.82515,0.3189 -2.58915,0.70866 -0.764,0.38977 -1.63461,0.70867 -1.9347,0.70867 -0.30009,0 -0.54561,0.22213 -0.54561,0.49358 0,0.6835 -0.79564,0.92374 -3.05931,0.92374 l -1.93836,0 0.1071,1.86023 c 0.0956,1.66036 0.19895,1.87321 0.96183,1.981 1.01613,0.14357 1.80275,0.85287 1.80275,1.6256 0,0.38242 0.33286,0.55679 1.06299,0.55679 0.58465,0 1.063,0.15945 1.063,0.35433 0,0.19488 0.39862,0.35433 0.88582,0.35433 0.5024,0 0.88583,-0.20469 0.88583,-0.47289 0,-0.36857 0.62532,-0.43671 2.83465,-0.3088 2.70686,0.15669 2.83464,0.13008 2.83464,-0.5901 0,-0.46141 0.22458,-0.75419 0.57852,-0.75419 0.65182,0 1.7729,-1.16168 2.09232,-2.16808 0.11636,-0.36663 0.36027,-0.66657 0.54202,-0.66657 0.18174,0 0.33045,-0.23917 0.33045,-0.53149 0,-0.29233 0.15945,-0.5315 0.35433,-0.5315 0.19488,0 0.35433,-0.21476 0.35433,-0.47728 0,-0.26249 0.29774,-0.82056 0.66164,-1.24016 0.53109,-0.61236 1.05545,-0.76287 2.65748,-0.76287 l 1.99584,0 0.005,3.27755 c 0.003,1.80266 0.12257,3.11726 0.26575,2.92135 0.74962,-1.02578 7.52411,-1.82165 7.52411,-0.88394 0,0.19488 0.31889,0.35433 0.70866,0.35433 0.47244,0 0.70866,0.23623 0.70866,0.70866 0,0.55119 0.23622,0.70866 1.06299,0.70866 0.58465,0 1.06299,0.14527 1.06299,0.32287 0,0.17755 0.91683,0.41219 2.03741,0.52139 4.41519,0.43023 5.75787,0.65445 5.75787,0.96159 0,0.17606 0.3189,0.32013 0.70866,0.32013 0.61417,0 0.70866,0.23624 0.70866,1.77166 l 0,1.77165 7.46873,0 7.46872,0 1.36176,-1.41732 z "},"cat34": { "cat_id": 29,"cat_slug": "barcelones","name": "Barcelonès","nx": 520,"ny": 470,"capital": "Barcelona","cx": 520,"cy": 485,"url": "https://work.catalunyamedieval.dev/mapa/barcelones","statistics": {"castell":2,"epoca-carlina":0,"muralles":1,"torre":6,"casa-forta":0,"palau":0,"pont":0,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":0,"esglesia":0,"esglesia-fortificada":0,"monestir":0,"altres-llocs-dinteres":0},"total": 9,"info": "","path": "m 469.53423,696.82271 c 0.1037,-0.3965 -0.028,-0.7655 -0.313,-0.8747 -0.6125,-0.23503 -0.65331,-1.27828 -0.049,-1.26291 0.2436,0.006 0.7524,0.24538 1.1307,0.5315 0.9634,0.72868 1.261,0.65133 1.261,-0.32769 0,-0.46637 0.2388,-0.93954 0.5307,-1.05154 1.012,-0.38835 2.509,-4.30558 2.9041,-7.59919 0.1164,-0.96998 0.4278,-1.679 0.8545,-1.94545 0.3693,-0.2306 0.6714,-0.7441 0.6714,-1.14113 0,-0.39702 0.3189,-0.99489 0.7086,-1.32863 0.3898,-0.33371 0.7087,-0.92721 0.7087,-1.31889 0,-0.39168 0.1594,-0.71213 0.3543,-0.71213 0.1949,0 0.3544,-0.39863 0.3544,-0.88583 0,-0.4872 0.1594,-0.88583 0.3543,-0.88583 0.1949,0 0.3543,-0.23917 0.3543,-0.53149 0,-0.29233 0.1595,-0.5315 0.3543,-0.5315 0.1949,0 0.3544,-0.3189 0.3544,-0.70866 0,-0.47243 0.2362,-0.70866 0.7086,-0.70866 0.4725,0 0.7087,-0.23623 0.7087,-0.70866 0,-0.38977 0.1594,-0.70866 0.3543,-0.70866 0.1949,0 0.3544,-0.46726 0.3544,-1.03834 0,-0.79083 0.1814,-1.06536 0.761,-1.15157 0.4186,-0.0623 0.9368,-0.42991 1.1516,-0.81691 0.4237,-0.76344 1.1442,-1.48128 2.3063,-2.2978 0.4079,-0.28662 0.7417,-0.80483 0.7417,-1.15157 0,-0.3942 0.2655,-0.63043 0.7086,-0.63043 0.5512,0 0.7087,-0.23623 0.7087,-1.06299 0,-0.82676 0.1575,-1.06299 0.7087,-1.06299 0.3897,0 0.7086,-0.21129 0.7086,-0.46949 0,-0.25824 0.2791,-0.74144 0.6201,-1.0738 1.0904,-1.06253 2.3142,-2.00002 2.6109,-2.00002 0.1583,0 0.7773,-0.47835 1.3753,-1.06299 0.5981,-0.58465 1.3104,-1.06299 1.5829,-1.06299 0.2724,0 0.5966,-0.3189 0.7203,-0.70867 0.1237,-0.38976 0.355,-0.70866 0.514,-0.70866 0.1591,0 0.3654,-0.39862 0.4585,-0.88582 0.093,-0.48721 0.024,-0.88583 -0.1526,-0.88583 -0.553,0 -3.3878,-2.99346 -3.529,-3.72653 -0.074,-0.38346 -0.5708,-0.90645 -1.1043,-1.16217 -0.5335,-0.25572 -0.9701,-0.69541 -0.9701,-0.9771 0,-0.37836 -0.4628,-0.51215 -1.7716,-0.51215 -1.5355,0 -1.7717,-0.0945 -1.7717,-0.70866 0,-0.63599 -0.2362,-0.70867 -2.3031,-0.70867 l -2.3032,0 0,2.12599 0,2.12598 -1.6198,0 c -1.6721,0 -2.6322,0.57235 -2.6322,1.56919 0,0.30625 -0.2952,0.5568 -0.6561,0.5568 -0.776,0 -2.8872,1.91774 -2.8872,2.62265 0,0.71011 -0.8103,0.92065 -3.5433,0.92065 -3.2615,0 -3.5433,0.14386 -3.5433,1.80957 0,0.75866 -0.1594,1.37941 -0.3543,1.37941 -0.19489,0 -0.35433,0.25494 -0.35433,0.5665 0,0.31157 -0.49522,1.02909 -1.10048,1.59449 l -1.10045,1.02799 -6.69483,0 c -4.22699,0 -6.6948,0.1306 -6.6948,0.35433 0,0.19488 -0.71752,0.35433 -1.59448,0.35433 -0.87697,0 -1.59449,0.15945 -1.59449,0.35433 0,0.19488 -0.23918,0.35433 -0.5315,0.35433 -0.35709,0 -0.53149,0.35713 -0.53149,1.08829 0,1.18208 0.68619,2.10069 1.56919,2.10069 0.30624,0 0.55679,0.26146 0.55679,0.58103 0,0.31953 0.27904,0.79281 0.62008,1.05172 0.72599,0.55109 2.92323,0.65551 2.92323,0.1389 0,-0.19488 0.23917,-0.35433 0.53149,-0.35433 0.29233,0 0.5315,-0.15945 0.5315,-0.35433 0,-0.19488 0.87697,-0.35433 1.94882,-0.35433 l 1.94882,0 0,4.39164 c 0,4.39055 -2.9e-4,4.39197 -1.06299,5.52962 -1.05566,1.1301 -1.38763,2.12598 -0.70867,2.12598 0.19489,0 0.35433,0.6378 0.35433,1.41732 0,0.77953 0.15945,1.41733 0.35434,1.41733 0.39415,0 0.47076,1.05597 0.13925,1.91983 -0.11828,0.30827 -0.49986,0.56048 -0.84792,0.56048 -0.79348,0 -1.06299,0.68751 -1.06299,2.71177 0,1.55398 0.57395,2.60319 1.42406,2.60319 0.22641,0 1.15462,0.76723 2.0627,1.70497 1.22588,1.26592 2.10727,1.82682 3.42269,2.17821 0.97441,0.26029 1.92313,0.6092 2.10827,0.77535 0.18514,0.16615 1.16309,0.3021 2.17325,0.3021 1.51821,0 1.86771,-0.11888 2.01591,-0.68577 z "},"cat35": { "cat_id": 43,"cat_slug": "priorat","name": "Priorat","nx": 180,"ny": 500,"capital": "Falset","cx": 180,"cy": 515,"url": "https://work.catalunyamedieval.dev/mapa/priorat","statistics": {"castell":5,"epoca-carlina":0,"muralles":1,"torre":0,"casa-forta":0,"palau":0,"pont":0,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":0,"esglesia":0,"esglesia-fortificada":0,"monestir":0,"altres-llocs-dinteres":0},"total": 6,"info": "","path": "m 171.79976,760.80906 c 0,-1.62354 0.15288,-2.05622 1.063,-3.00859 0.58464,-0.61178 1.06299,-1.37104 1.06299,-1.68725 0,-0.58557 0.78867,-0.57256 2.74606,0.0452 0.72453,0.22868 0.79725,0.13666 0.79725,-1.00896 0,-0.69328 -0.15945,-1.3591 -0.35434,-1.47954 -0.19488,-0.12044 -0.35433,-0.59878 -0.35433,-1.06299 0,-0.46421 -0.15945,-0.94256 -0.35433,-1.063 -0.19488,-0.12043 -0.35433,-0.52848 -0.35433,-0.90673 0,-1.07217 1.54067,-0.86425 2.78013,0.37524 1.5141,1.51409 2.1805,1.40581 2.1805,-0.35433 l 0,-1.41733 1.57061,0 c 1.22954,0 1.61682,0.1456 1.78339,0.6704 0.11703,0.36871 0.48653,0.76744 0.82112,0.88607 0.33459,0.1186 0.80766,0.30855 1.05126,0.42212 0.27867,0.1299 0.44291,-0.0673 0.44291,-0.53175 0,-0.40599 0.29592,-1.03408 0.6576,-1.39578 0.87157,-0.87158 1.1729,-2.11694 1.36265,-5.63176 0.0868,-1.60778 0.30554,-2.92323 0.4861,-2.92323 0.18056,0 0.3283,-0.47835 0.3283,-1.06299 0,-0.58465 0.15945,-1.063 0.35433,-1.063 0.19488,0 0.35433,-0.46506 0.35433,-1.03347 0,-0.56838 0.19931,-1.11388 0.44291,-1.21217 0.24361,-0.0983 0.006,-0.1913 -0.52744,-0.20671 -0.5337,-0.0152 -1.29463,-0.307 -1.69096,-0.64804 -0.39634,-0.34104 -1.07582,-0.70639 -1.50996,-0.81188 -0.69541,-0.16901 -0.80191,-0.45365 -0.89484,-2.39173 l -0.10549,-2.19993 4.97753,0 4.97754,0 0,-1.063 c 0,-0.58464 0.15945,-1.06299 0.35433,-1.06299 0.45118,0 0.47662,-6.46469 0.0273,-6.92716 -0.17989,-0.18514 -0.3792,-0.81496 -0.44292,-1.39961 -0.0939,-0.86116 -0.30085,-1.08429 -1.09026,-1.1751 -0.73225,-0.0843 -0.9744,-0.30497 -0.9744,-0.88813 0,-0.90939 1.91622,-1.65724 4.24638,-1.65724 0.7826,0 1.42291,-0.15945 1.42291,-0.35433 0,-0.19687 0.94488,-0.35433 2.12598,-0.35433 1.1811,0 2.12599,-0.15747 2.12599,-0.35433 0,-0.19489 0.31889,-0.35433 0.70866,-0.35433 0.51511,0 0.70866,-0.23624 0.70866,-0.86493 0,-0.47568 0.15945,-0.96346 0.35433,-1.08389 0.19488,-0.12044 0.35433,-0.84739 0.35433,-1.6154 0,-0.76804 0.15945,-1.39641 0.35433,-1.39641 0.21732,0 0.35433,-1.71259 0.35433,-4.42914 0,-4.79051 -0.15722,-5.12068 -1.77165,-3.72047 -0.46669,0.40475 -1.32568,0.70866 -2.00304,0.70866 l -1.18594,0 0,-2.65748 c 0,-1.53542 0.14961,-2.65748 0.35433,-2.65748 0.5116,0 0.43602,-1.39323 -0.10228,-1.88553 -0.93871,-0.85851 -2.05118,-1.30345 -3.25905,-1.30345 -0.68473,0 -1.24497,-0.15944 -1.24497,-0.35433 0,-0.19488 -0.47834,-0.35433 -1.06299,-0.35433 -0.73014,0 -1.06299,-0.17436 -1.06299,-0.55679 0,-0.71104 -0.85134,-1.56919 -1.55671,-1.56919 -0.7668,0 -1.27794,-1.12443 -1.27794,-2.81137 l 0,-1.4406 -4.01988,0 c -4.61276,0 -4.93689,-0.19506 -6.03529,-3.63189 -0.11987,-0.37506 -0.5526,-0.62008 -1.09513,-0.62008 -0.66072,0 -0.89694,-0.18662 -0.89694,-0.70866 0,-0.38976 -0.21478,-0.70866 -0.47728,-0.70866 -0.2625,0 -0.84497,0.3189 -1.29437,0.70866 -0.44941,0.38976 -0.92775,0.70866 -1.063,0.70866 -0.13524,0 -0.58919,0.29775 -1.00877,0.66164 -0.67094,0.58192 -0.76288,1.03029 -0.76288,3.72048 0,1.80301 -0.14547,3.05883 -0.35433,3.05883 -0.19488,0 -0.35433,0.30185 -0.35433,0.67074 0,0.36893 -0.25221,0.76756 -0.56048,0.88583 -0.9256,0.35518 -4.7545,0.24304 -4.7545,-0.13925 0,-0.19488 -0.44315,-0.35433 -0.98477,-0.35433 -0.57829,0 -1.1956,-0.2925 -1.49555,-0.70866 -0.44687,-0.62001 -0.91725,-0.70866 -3.75992,-0.70866 l -3.24916,0 -0.2407,1.32874 c -0.13238,0.7308 -0.32462,2.36515 -0.42718,3.63189 -0.10256,1.26673 -0.37046,2.42029 -0.59531,2.56347 -0.22486,0.14319 -1.08107,0.26277 -1.90271,0.26575 -0.82164,0.004 -2.05737,0.27411 -2.74606,0.60254 -0.99536,0.47466 -1.25218,0.80167 -1.25218,1.59449 0,0.54854 -0.15945,0.99737 -0.35433,0.99737 -0.19489,0 -0.35434,0.30185 -0.35434,0.67075 0,0.6987 -0.65174,1.1009 -1.78395,1.1009 -1.28735,0 -2.46801,0.78998 -2.46801,1.65136 0,0.45592 -0.15945,0.82896 -0.35433,0.82896 -0.19489,0 -0.35433,0.63779 -0.35433,1.41732 0,0.77953 -0.15945,1.41732 -0.35434,1.41732 -0.20065,0 -0.35433,1.02069 -0.35433,2.35336 0,2.15132 -0.091,2.44035 -1.05976,3.36614 -0.58287,0.55704 -1.24183,1.01278 -1.46435,1.01278 -0.30006,0 -1.75951,1.32187 -1.72252,1.56012 0.003,0.0188 0.22626,0.67217 0.49628,1.4517 0.35913,1.03677 0.71447,1.44896 1.32341,1.53517 0.90189,0.1277 2.42694,1.64686 2.42694,2.41756 0,0.26203 0.15945,0.4764 0.35433,0.4764 0.53292,0 0.42659,1.24175 -0.22295,2.60387 -0.41764,0.8758 -0.95657,1.33572 -1.94882,1.66319 -0.75434,0.24899 -1.37153,0.5866 -1.37153,0.7503 0,0.16366 -0.54581,0.2976 -1.21291,0.2976 -0.87522,0 -1.50883,0.29594 -2.27589,1.06299 -0.58464,0.58465 -1.2347,1.06299 -1.44458,1.06299 -0.2263,0 -0.38158,0.79303 -0.38158,1.94882 0,1.92912 0.0107,1.94882 1.06299,1.94882 0.9756,0 1.06299,0.10046 1.06299,1.22191 0,1.26004 1.0112,2.691 2.21457,3.13392 0.34104,0.12553 0.62008,0.47242 0.62008,0.77084 0,0.29845 0.15945,0.54262 0.35433,0.54262 0.19488,0 0.35433,0.23918 0.35433,0.5315 0,0.29232 0.3189,0.85039 0.70866,1.24016 0.38976,0.38976 0.70866,1.17758 0.70866,1.75075 0,0.57313 0.15945,1.14062 0.35433,1.26106 0.19488,0.12044 0.35433,0.91407 0.35433,1.76357 0,1.73162 0.26723,2.66556 0.76268,2.66556 0.18289,0 0.7239,0.39136 1.20225,0.86971 0.71674,0.71677 0.86972,1.21946 0.86972,2.85796 0,2.3614 0.449,3.35661 1.51837,3.36539 0.43163,0.004 1.48643,0.48189 2.344,1.063 0.85758,0.5811 1.89866,1.05654 2.31351,1.05654 0.41486,0 0.98414,0.3189 1.26506,0.70866 0.28093,0.38977 0.79448,0.70866 1.14122,0.70866 0.34674,0 0.63044,0.15945 0.63044,0.35433 0,0.19489 0.55807,0.35433 1.24015,0.35433 1.00394,0 1.24016,-0.135 1.24016,-0.70866 0,-0.55484 0.23622,-0.70866 1.0883,-0.70866 1.14197,0 2.10068,0.68046 2.10068,1.49095 0,0.26324 0.3189,0.70845 0.70866,0.98937 0.38976,0.28091 0.70866,0.72148 0.70866,0.97901 0,1.13326 0.87308,1.4743 3.80906,1.48784 l 2.92322,0.0135 0,-1.89627 z "},"cat36": { "cat_id": 44,"cat_slug": "ribera-debre","name": "Ribera d'Ebre","nx": 160,"ny": 540,"capital": "Móra d'Ebre","cx": 150,"cy": 555,"url": "https://work.catalunyamedieval.dev/mapa/ribera-debre","statistics": {"castell":7,"epoca-carlina":1,"muralles":0,"torre":2,"casa-forta":0,"palau":0,"pont":0,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":0,"esglesia":0,"esglesia-fortificada":0,"monestir":0,"altres-llocs-dinteres":0},"total": 10,"info": "","path": "m 126.64032,805.60922 c 0.18513,-0.17848 1.2933,-0.40054 2.46259,-0.49351 3.1391,-0.24952 4.15776,-0.59202 5.1006,-1.71475 0.46675,-0.55584 1.14441,-1.01059 1.50591,-1.01059 0.3615,0 0.65727,-0.15945 0.65727,-0.35433 0,-0.54801 5.30829,-0.45999 5.34294,0.0886 0.0224,0.35433 0.0637,0.35433 0.20669,0 0.12043,-0.29845 1.03585,-0.44291 2.80667,-0.44291 2.39173,0 2.62796,0.0637 2.62796,0.70866 0,0.53869 0.23622,0.70866 0.98477,0.70866 0.57829,0 1.1956,0.2925 1.49554,0.70866 0.28093,0.38977 0.79447,0.70866 1.14121,0.70866 0.34675,0 0.63044,0.15945 0.63044,0.35434 0,0.19488 0.87697,0.35433 1.94882,0.35433 1.07185,0 1.94882,-0.15945 1.94882,-0.35433 0,-0.22469 3.01445,-0.37198 8.23819,-0.4026 4.531,-0.0266 7.88697,-0.11636 7.4577,-0.19959 -0.42927,-0.0833 -0.8785,-0.46017 -0.99829,-0.8376 -0.11979,-0.3774 -0.44622,-0.6862 -0.72541,-0.6862 -0.27919,0 -0.50762,-0.15945 -0.50762,-0.35433 0,-0.19488 -0.3189,-0.35433 -0.70866,-0.35433 -0.47244,0 -0.70866,-0.23623 -0.70866,-0.70866 0,-0.38977 -0.15945,-0.70866 -0.35434,-0.70866 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.47243 -0.23622,-0.70867 -0.70866,-0.70867 -0.61417,0 -0.70866,-0.23623 -0.70866,-1.77165 0,-0.97441 -0.15945,-1.77165 -0.35433,-1.77165 -0.19488,0 -0.35433,-0.44398 -0.35433,-0.9866 0,-0.95524 -0.98469,-1.84327 -2.92055,-2.63388 -0.52938,-0.21618 -0.62276,-0.73418 -0.62276,-3.45473 0,-1.89737 0.14426,-3.20038 0.35433,-3.20038 0.19489,0 0.35433,-0.3189 0.35433,-0.70866 0,-0.47243 0.23623,-0.70867 0.70867,-0.70867 0.44313,0 0.70866,-0.23623 0.70866,-0.63042 0,-0.34675 0.31889,-0.86032 0.70866,-1.14123 0.38976,-0.28091 0.70866,-0.7627 0.70866,-1.07057 0,-0.72982 0.80966,-2.46643 1.15157,-2.46997 0.14617,0 0.26575,-0.28623 0.26575,-0.6327 0,-0.34642 0.3189,-0.90294 0.70866,-1.23668 0.38977,-0.33371 0.70867,-0.92721 0.70867,-1.31889 0,-0.39168 0.15944,-0.71213 0.35433,-0.71213 0.19488,0 0.35433,-0.79725 0.35433,-1.77166 l 0,-1.77165 5.66929,0 c 4.80315,0 5.66929,-0.0812 5.66929,-0.5315 0,-0.29232 0.15945,-0.53149 0.35433,-0.53149 0.19488,0 0.35433,-0.46892 0.35433,-1.04209 0,-0.57313 0.15945,-1.14063 0.35433,-1.26106 0.19488,-0.12044 0.35433,-0.84739 0.35433,-1.6154 0,-0.76804 0.15945,-1.39641 0.35433,-1.39641 0.19488,0 0.35433,-0.64039 0.35433,-1.42307 0,-1.29897 -0.11585,-1.4766 -1.32874,-2.0374 -0.7308,-0.33789 -1.40846,-0.70568 -1.5059,-0.81733 -0.0974,-0.11169 -0.4562,-0.30597 -0.79725,-0.43183 -0.42886,-0.1582 -0.62007,-0.61118 -0.62007,-1.46891 0,-0.93355 -0.1261,-1.19179 -0.50998,-1.04446 -0.28049,0.10761 -0.798,0.0344 -1.15003,-0.1625 -0.51924,-0.29058 -0.85774,-0.12058 -1.79318,0.90071 -0.99598,1.08734 -1.15311,1.51321 -1.15311,3.12527 0,1.37502 -0.14756,1.92299 -0.56048,2.08144 -0.30826,0.11832 -2.07359,0.21508 -3.92295,0.21508 -3.40376,0 -4.37484,-0.33094 -4.37484,-1.49095 0,-0.26323 -0.3189,-0.70845 -0.70866,-0.98936 -0.38977,-0.28091 -0.70866,-0.72613 -0.70866,-0.98936 0,-0.26324 -0.23918,-0.71777 -0.5315,-1.01009 -0.46097,-0.46095 -0.5315,-0.46262 -0.5315,-0.0124 0,0.28538 -0.25221,0.61569 -0.56047,0.73397 -0.91677,0.35163 -4.04583,0.24392 -4.04583,-0.13943 0,-0.19489 -0.31889,-0.35433 -0.70866,-0.35433 -0.47244,0 -0.70866,-0.23624 -0.70866,-0.70867 0,-0.52731 -0.23622,-0.70866 -0.92302,-0.70866 -0.50766,0 -1.6318,-0.47834 -2.49808,-1.06299 -0.86628,-0.58465 -1.94735,-1.06299 -2.40237,-1.06299 -1.18847,0 -1.9718,-1.40737 -1.9718,-3.54267 0,-1.57865 -0.14943,-1.94535 -1.23511,-3.03102 -1.22808,-1.22807 -1.38776,-1.60423 -1.75946,-4.14482 -0.50411,-3.44547 -0.64996,-3.90185 -1.30139,-4.07221 -0.4223,-0.11045 -0.66467,-0.491 -0.66467,-1.04365 0,-0.89217 -0.72562,-1.88217 -1.37955,-1.88217 -0.20195,0 -0.53784,-0.31889 -0.74644,-0.70866 -0.20859,-0.38976 -0.61282,-0.70866 -0.89829,-0.70866 -0.36932,0 -0.51903,-0.40883 -0.51903,-1.41732 0,-1.33859 -0.0591,-1.41733 -1.06299,-1.41733 l -1.063,0 0,-3.01181 c 0,-2.88269 0.0342,-3.01245 0.79725,-3.0268 0.43848,-0.008 1.18838,-0.4866 1.66645,-1.06299 0.68382,-0.82449 1.15614,-1.048 2.21456,-1.048 0.73995,0 1.34537,-0.12969 1.34537,-0.28821 0,-0.1585 0.55807,-0.50716 1.24015,-0.77478 0.7825,-0.30703 1.24016,-0.72372 1.24016,-1.12911 0,-0.35341 0.15945,-0.64255 0.35433,-0.64255 0.19488,0 0.35433,-0.23917 0.35433,-0.53149 0,-0.29233 -0.15945,-0.5315 -0.35433,-0.5315 -0.19488,0 -0.35433,-0.2278 -0.35433,-0.5062 0,-0.78477 -1.02157,-1.61978 -1.98172,-1.61978 -0.61752,0 -0.97921,-0.28127 -1.25298,-0.97441 -0.21167,-0.53593 -0.52715,-1.25129 -0.70106,-1.58967 -0.55973,-1.08914 -0.3387,-2.40626 0.55352,-3.2985 0.47834,-0.47835 1.11614,-0.86971 1.41732,-0.86971 0.30118,0 0.5476,-0.15945 0.5476,-0.35433 0,-0.19488 0.22211,-0.35433 0.49358,-0.35433 0.69416,0 0.92374,-0.79979 0.92374,-3.21796 0,-1.16178 0.15803,-2.097 0.35433,-2.097 0.19488,0 0.35433,-0.71752 0.35433,-1.59449 0,-0.87697 0.15945,-1.59449 0.35433,-1.59449 0.19489,0 0.35433,-0.47834 0.35433,-1.06299 0,-0.82676 0.15748,-1.06299 0.70867,-1.06299 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19488 0.63779,-0.35433 1.41732,-0.35433 1.1811,0 1.41732,-0.1181 1.41732,-0.70866 0,-0.38977 0.15945,-0.70866 0.35433,-0.70866 0.19489,0 0.35433,-0.41 0.35433,-0.91113 0,-1.02529 0.73276,-1.92352 1.56918,-1.92352 0.30625,0 0.55681,-0.15945 0.55681,-0.35433 0,-0.19726 0.95237,-0.35433 2.14843,-0.35433 l 2.14844,0 -0.11104,-1.15158 -0.11103,-1.15157 -4.86663,-0.0985 c -4.3088,-0.0873 -5.0281,-0.0163 -6.27525,0.62008 -0.86895,0.4433 -2.09954,0.71862 -3.21199,0.71862 -1.74903,0 -3.5266,0.64481 -4.52222,1.64044 -0.26705,0.26706 -0.60921,0.48554 -0.76036,0.48554 -0.15114,0 -0.64249,0.3189 -1.09189,0.70866 -0.44941,0.38977 -1.03188,0.70866 -1.29438,0.70866 -0.2625,0 -0.47728,0.15945 -0.47728,0.35433 0,0.19489 -0.37422,0.35434 -0.83161,0.35434 -0.45738,0 -1.1993,0.31889 -1.6487,0.70866 -0.4494,0.38976 -1.10219,0.70866 -1.45063,0.70866 -0.34844,0 -0.73208,0.15945 -0.85252,0.35433 -0.12045,0.19488 -0.89582,0.35433 -1.72306,0.35433 -1.26411,0 -1.69888,-0.20332 -2.72515,-1.27449 -0.6716,-0.70097 -1.57984,-1.41453 -2.01833,-1.5857 -0.43848,-0.17118 -0.79724,-0.55435 -0.79724,-0.8515 0,-0.29717 -0.24418,-0.54028 -0.54262,-0.54028 -0.29844,0 -0.64328,-0.27903 -0.76632,-0.62008 -0.12304,-0.34104 -0.51665,-1.04332 -0.87471,-1.56061 -0.35805,-0.51729 -0.651,-1.3544 -0.651,-1.86024 0,-0.50584 -0.15945,-0.9197 -0.35433,-0.9197 -0.19488,0 -0.35433,0.15945 -0.35433,0.35433 0,0.90248 -1.87505,0.27748 -3.18898,-1.06299 -1.39913,-1.42739 -2.83464,-1.876 -2.83464,-0.88583 0,0.29233 -0.15945,0.5315 -0.35433,0.5315 -0.19488,0 -0.35433,0.3189 -0.35433,0.70866 0,0.38976 -0.15945,0.70866 -0.35433,0.70866 -0.19489,0 -0.35433,0.28371 -0.35433,0.63043 0,0.34675 -0.3189,0.86031 -0.70867,1.14123 -0.38976,0.28091 -0.70866,0.88993 -0.70866,1.35336 0,0.48575 -0.46609,1.27804 -1.10046,1.87062 -1.03345,0.96537 -1.28159,1.02798 -4.07481,1.02798 -1.74667,0 -2.97433,-0.14626 -2.97433,-0.35433 0,-0.19488 -0.3189,-0.35433 -0.70866,-0.35433 -0.47244,0 -0.70867,-0.23623 -0.70867,-0.70866 0,-0.38976 -0.15944,-0.70866 -0.35433,-0.70866 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.47243 -0.23622,-0.70866 -0.70866,-0.70866 -0.472441,0 -0.708661,-0.23624 -0.708661,-0.70866 0,-0.38977 -0.15945,-0.70867 -0.35433,-0.70867 -0.19488,0 -0.35433,-0.47834 -0.35433,-1.06299 0,-0.58464 -0.15945,-1.06299 -0.35433,-1.06299 -0.19488,0 -0.35433,-0.6378 -0.35433,-1.41732 0,-1.12249 -0.13115,-1.41733 -0.63044,-1.41733 -0.34675,0 -0.86029,-0.31889 -1.14122,-0.70866 -0.93815,-1.30163 -2.55545,-0.93458 -4.58268,1.04 -1.79386,1.74727 -1.79527,1.75046 -1.79527,4.05092 0,1.99109 -0.0958,2.33267 -0.70866,2.52719 -0.64683,0.2053 -0.70866,0.53611 -0.70866,3.79138 0,4.45982 -0.33187,4.88973 -3.77469,4.88973 -1.26307,0 -2.24894,-0.15534 -2.24894,-0.35434 0,-0.19488 -0.56023,-0.35433 -1.24496,-0.35433 -0.68473,0 -1.60156,-0.18435 -2.0374,-0.40964 -1.58654,-0.82017 -2.0298,-1.00768 -2.38212,-1.00768 -0.22335,0 -0.35914,1.66365 -0.35914,4.40015 0,4.68425 -0.14002,5.52111 -0.92373,5.52111 -0.27147,0 -0.49359,0.24552 -0.49359,0.5456 0,0.30008 -0.29755,1.13719 -0.66121,1.86024 -0.36367,0.72304 -0.87216,2.15174 -1.12998,3.17487 -0.25782,1.02313 -0.59807,1.86024 -0.75611,1.86024 -0.15804,0 -0.28735,0.48972 -0.28735,1.08829 0,1.00336 0.0448,1.0435 0.57421,0.5141 0.31581,-0.31582 1.03665,-0.66668 1.60186,-0.77974 0.56521,-0.11304 1.11347,-0.34438 1.21836,-0.5141 0.10489,-0.16969 0.57992,-0.30855 1.05562,-0.30855 0.4757,0 0.86491,-0.15945 0.86491,-0.35434 0,-0.19488 0.31269,-0.35433 0.69486,-0.35433 0.38218,0 0.98011,-0.30252 1.32874,-0.67227 0.64831,-0.68758 2.05034,-0.94688 7.14184,-1.32087 1.65349,-0.12143 2.751,-0.0511 2.9941,0.19205 0.21107,0.21107 0.67078,0.38377 1.02157,0.38377 0.35078,0 0.63779,0.15945 0.63779,0.35433 0,0.19488 0.3189,0.35433 0.70866,0.35433 0.47244,0 0.70866,0.23624 0.70866,0.70866 0,0.38977 0.15945,0.70867 0.35434,0.70867 0.19488,0 0.35433,0.79724 0.35433,1.77165 l 0,1.77165 4.25197,0 c 4.015741,0 4.251961,0.0394 4.251961,0.70866 0,0.38977 0.16832,0.70867 0.37403,0.70867 0.2534,0 0.31054,1.4856 0.17717,4.60629 -0.10827,2.53347 -0.28545,6.67914 -0.39373,9.2126 -0.19024,4.45146 -0.17278,4.6063 0.51948,4.6063 1.5624,0 3.14005,1.12642 3.79205,2.70748 0.40635,0.98536 0.8596,1.54449 1.25203,1.54449 0.33831,0 0.71365,0.15945 0.83409,0.35433 0.12045,0.19488 0.79496,0.35433 1.49892,0.35433 1.88035,0 2.57589,0.80695 2.57589,2.9885 0,1.40921 -0.15865,1.93004 -0.70867,2.32646 -0.38976,0.28092 -0.70866,0.88144 -0.70866,1.33448 0,0.45305 -0.3979,1.22163 -0.88423,1.70795 -0.99896,0.99896 -1.74037,2.3428 -2.0846,3.77844 -0.1574,0.65643 -0.4627,0.97441 -0.93555,0.97441 -0.38606,0 -0.70192,0.15945 -0.70192,0.35433 0,0.19488 -0.22843,0.35433 -0.50761,0.35433 -0.2792,0 -0.60884,0.3189 -0.73254,0.70866 -0.12371,0.38976 -0.46234,0.70866 -0.75252,0.70866 -0.62335,0 -2.61363,2.08379 -2.61363,2.73646 0,0.32436 0.7075,0.45252 2.49792,0.45252 1.54603,0 2.89628,0.20601 3.5433,0.5406 1.01949,0.52717 1.0454,0.60778 1.0454,3.2524 0,3.52209 0.53996,5.04925 1.88001,5.31727 0.55604,0.11119 1.19611,0.49861 1.42238,0.86091 0.22626,0.36231 0.78304,0.65874 1.23729,0.65874 1.17241,0 1.83827,0.81457 1.83827,2.24887 0,1.58517 -0.3026,2.35743 -0.92374,2.35743 -0.27147,0 -0.49358,0.23917 -0.49358,0.53149 0,0.29233 0.25656,0.5315 0.57013,0.5315 0.73613,0 2.25046,1.43373 2.25839,2.13817 0.004,0.29902 0.48447,0.82623 1.06912,1.1716 0.63814,0.37697 1.06299,0.92197 1.06299,1.36357 0,0.87289 -1.25591,2.05894 -2.1802,2.05894 -0.35995,0 -0.65445,0.22844 -0.65445,0.50762 0,0.27918 -0.31889,0.60885 -0.70866,0.73254 -0.45281,0.14372 -0.70866,0.5361 -0.70866,1.08688 0,0.69147 0.18174,0.86194 0.919,0.86194 0.61208,0 0.97914,0.22996 1.09907,0.68861 0.11005,0.42084 0.54496,0.73084 1.11841,0.79724 0.7269,0.0842 0.96358,0.32818 1.05044,1.08305 0.0617,0.53592 -0.0579,0.97441 -0.26575,0.97441 -0.20782,0 -0.37786,0.61086 -0.37786,1.35744 0,1.36722 0.33631,1.71949 2.21456,2.31977 0.51764,0.16543 0.62008,0.63613 0.62008,2.84917 0,2.15096 0.11696,2.71913 0.62008,3.01216 0.77577,0.45185 4.43621,0.49543 4.88977,0.0583 z "},"cat37": { "cat_id": 31,"cat_slug": "garraf","name": "Garraf","nx": 400,"ny": 510,"capital": "Vilanova i la Geltrú","cx": 410,"cy": 525,"url": "https://work.catalunyamedieval.dev/mapa/garraf","statistics": {"castell":7,"epoca-carlina":0,"muralles":1,"torre":15,"casa-forta":0,"palau":1,"pont":0,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":3,"esglesia":0,"esglesia-fortificada":0,"monestir":0,"altres-llocs-dinteres":0},"total": 27,"info": "","path": "m 363.40409,729.53445 c 1.52341,-0.16526 1.86024,-0.32418 1.86024,-0.87764 0,-0.57377 0.26454,-0.67589 1.75075,-0.67589 0.96289,0 1.83841,-0.14184 1.94552,-0.31517 0.30777,-0.49798 2.52475,-0.80816 7.02223,-0.98246 2.28987,-0.0888 4.16339,-0.31142 4.16339,-0.49486 0,-0.18343 0.79165,-0.33349 1.75918,-0.33349 1.39656,0 1.83738,-0.14609 2.13846,-0.70866 0.32304,-0.60364 0.7419,-0.70866 2.82621,-0.70866 1.34582,0 2.54548,-0.15945 2.66591,-0.35434 0.12044,-0.19488 0.76766,-0.35433 1.43823,-0.35433 0.67061,0 1.21925,-0.15944 1.21925,-0.35433 0,-0.19488 0.55807,-0.35433 1.24016,-0.35433 0.68209,0 1.24016,-0.15945 1.24016,-0.35433 0,-0.19488 0.87697,-0.35433 1.94882,-0.35433 1.71258,0 1.94882,-0.0859 1.94882,-0.70866 0,-0.46527 0.23623,-0.70866 0.68775,-0.70866 0.37825,0 0.7863,-0.15945 0.90673,-0.35433 0.12044,-0.19488 0.75693,-0.35433 1.41435,-0.35433 0.86684,0 1.25462,-0.18666 1.41091,-0.67908 0.1727,-0.54414 0.65257,-0.71518 2.41561,-0.86081 3.54827,-0.29307 5.95496,-0.77028 8.2237,-1.63066 1.16929,-0.44341 2.88337,-0.88353 3.80906,-0.97803 0.92569,-0.0945 1.68307,-0.31585 1.68307,-0.49192 0,-0.17606 0.67765,-0.32254 1.5059,-0.32548 1.54276,-0.005 4.21781,-0.75891 4.18288,-1.17812 -0.0106,-0.12862 -0.0195,-0.46003 -0.0195,-0.73644 0,-0.27645 -0.59793,-0.85897 -1.32874,-1.29451 -0.73081,-0.43554 -1.52805,-1.03713 -1.77165,-1.33678 -0.52775,-0.64921 -0.59362,-2.53542 -0.0886,-2.53542 0.19488,0 0.35433,-0.39862 0.35433,-0.88582 0,-0.84646 -0.0945,-0.88583 -2.12598,-0.88583 -1.18109,0 -2.12599,0.15746 -2.12599,0.35433 0,0.19488 -0.86754,0.35433 -1.92791,0.35433 -1.06033,0 -2.02645,-0.15945 -2.14689,-0.35433 -0.39841,-0.64463 -1.8877,-0.39643 -2.12598,0.35433 -0.43012,1.35524 -3.98215,0.75855 -6.28937,-1.05651 -0.53593,-0.42162 -0.97441,-0.98858 -0.97441,-1.25989 0,-0.27131 -0.3189,-0.66398 -0.70866,-0.87258 -0.57593,-0.30823 -0.70867,-0.74189 -0.70867,-2.31562 0,-1.06497 0.15945,-1.93634 0.35434,-1.93634 0.19488,0 0.35433,-0.23918 0.35433,-0.5315 0,-0.29526 -0.31497,-0.5315 -0.70867,-0.5315 -0.38976,0 -0.70866,-0.15944 -0.70866,-0.35433 0,-0.21476 -1.53542,-0.35433 -3.89763,-0.35433 -2.36222,0 -3.89764,-0.13957 -3.89764,-0.35433 0,-0.19488 -0.30816,-0.35433 -0.68478,-0.35433 -0.37662,0 -0.78601,-0.3189 -0.90971,-0.70866 -0.14372,-0.4528 -0.5361,-0.70866 -1.08687,-0.70866 -0.47406,0 -0.86195,-0.15945 -0.86195,-0.35433 0,-0.38314 -4.52689,-0.49855 -5.46314,-0.13925 -0.36443,0.13985 -0.56048,0.65204 -0.56048,1.46434 0,1.35117 -1.02558,2.57255 -2.16011,2.57255 -0.78906,0 -1.64335,1.18112 -2.11429,2.92322 -0.19757,0.73081 -0.58149,1.32874 -0.85319,1.32874 -0.27167,0 -0.59517,0.3189 -0.71887,0.70867 -0.30001,0.94528 -2.56719,1.01434 -2.90795,0.0886 -0.43789,-1.18974 -1.87477,-2.21457 -3.10493,-2.21457 -2.07989,0 -2.31389,0.23705 -2.31389,2.34429 0,1.64342 -0.15034,2.07145 -1.06299,3.02644 -0.58465,0.61179 -1.06299,1.23672 -1.06299,1.3888 0,0.15205 -0.22203,0.49851 -0.49341,0.76986 -0.6441,0.64413 -2.34124,3.99961 -2.34124,4.62901 0,0.26901 -0.3189,0.85677 -0.70866,1.30617 -0.38976,0.4494 -0.70866,0.94663 -0.70866,1.10498 0,0.58638 -2.12574,2.43832 -2.79883,2.43832 -0.38554,0 -0.79717,0.31653 -0.92164,0.70867 -0.15758,0.49641 -0.53611,0.70866 -1.26404,0.70866 -0.5715,0 -1.03911,0.15945 -1.03911,0.35433 0,0.19488 -0.39863,0.35433 -0.88583,0.35433 -1.10732,0 -1.22825,1.20915 -0.17717,1.77165 0.38977,0.2086 0.70867,0.59425 0.70867,0.85699 0,0.26273 0.31889,0.56108 0.70866,0.66299 0.60176,0.15739 0.70866,0.48334 0.70866,2.16056 0,1.79703 -0.0778,1.99478 -0.86223,2.19164 -0.57823,0.14514 -0.79526,0.39097 -0.65891,0.74626 0.15966,0.41609 0.59201,0.48345 2.0138,0.31369 0.99577,-0.11888 2.64759,-0.30696 3.67072,-0.41797 z "},"cat38": { "cat_id": 50,"cat_slug": "terra-alta","name": "Terra Alta","nx": 75,"ny": 560,"capital": "Gandesa","cx": 75,"cy": 575,"url": "https://work.catalunyamedieval.dev/mapa/terra-alta","statistics": {"castell":7,"epoca-carlina":1,"muralles":1,"torre":3,"casa-forta":3,"palau":0,"pont":0,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":6,"esglesia":8,"esglesia-fortificada":0,"monestir":0,"altres-llocs-dinteres":0},"total": 29,"info": "","path": "m 54.000909,835.53641 c 0.47834,-0.47834 0.86972,-1.03641 0.86972,-1.24015 0,-0.20374 0.15945,-0.37046 0.35433,-0.37046 0.19488,0 0.35433,-0.24133 0.35433,-0.53631 0,-0.8431 1.10507,-2.57506 2.69616,-4.22568 0.41104,-0.4264 0.84952,-1.28331 0.97441,-1.90428 0.67262,-3.34431 0.5607,-3.16665 2.367,-3.75746 0.94254,-0.30827 1.96277,-0.56052 2.2672,-0.56052 0.30442,0 0.5535,-0.15945 0.5535,-0.35433 0,-0.19488 0.20397,-0.35433 0.45327,-0.35433 0.2493,0 0.68312,-0.3189 0.96405,-0.70866 0.28093,-0.38977 0.79447,-0.70866 1.14122,-0.70866 0.39421,0 0.63043,-0.26554 0.63043,-0.70866 0,-0.38977 0.15945,-0.70867 0.35434,-0.70867 0.22469,0 0.35433,-2.65748 0.35433,-7.26378 0,-4.60629 0.12963,-7.26377 0.35433,-7.26377 0.19488,0 0.35433,-0.71752 0.35433,-1.59449 0,-1.35826 0.10499,-1.59449 0.70866,-1.59449 0.59055,0 0.70866,-0.23623 0.70866,-1.41732 0,-1.20225 0.11258,-1.41733 0.74183,-1.41733 0.44385,0 0.81628,-0.28467 0.92716,-0.70866 0.15637,-0.59797 0.48331,-0.70866 2.09281,-0.70866 1.49786,0 1.90749,-0.11959 1.90749,-0.55679 0,-1.34132 0.84532,-1.56919 5.82115,-1.56919 4.57255,0 4.80877,-0.0347 4.80877,-0.70867 0,-0.38976 0.14871,-0.70866 0.33046,-0.70866 0.18175,0 0.42565,-0.29994 0.54201,-0.66656 0.11636,-0.36663 0.50457,-1.00442 0.86268,-1.41733 0.59361,-0.68446 1.0152,-0.75075 4.77295,-0.75075 3.47474,0 4.12183,-0.0856 4.12183,-0.54553 0,-0.30005 0.63779,-1.17071 1.41732,-1.93479 0.77953,-0.76408 1.417321,-1.63474 1.417321,-1.93478 0,-0.3093 0.30686,-0.54553 0.70866,-0.54553 0.38977,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19488 0.31329,-0.35433 0.6962,-0.35433 0.38291,0 0.86686,-0.3189 1.07546,-0.70866 0.28136,-0.52573 0.7419,-0.70867 1.78412,-0.70867 0.77267,0 1.40485,-0.15944 1.40485,-0.35433 0,-0.19488 0.41001,-0.35433 0.91114,-0.35433 1.02529,0 1.92351,-0.73275 1.92351,-1.56919 0,-0.43193 0.39728,-0.55679 1.77165,-0.55679 0.97441,0 1.77166,-0.15945 1.77166,-0.35433 0,-0.19488 0.31889,-0.35433 0.70866,-0.35433 0.48058,0 0.70866,-0.23624 0.70866,-0.73396 0,-0.86989 -0.78757,-1.74636 -1.56918,-1.74636 -0.30624,0 -0.5568,-0.14644 -0.5568,-0.32545 0,-0.17901 -0.76238,-0.67004 -1.69417,-1.09116 -2.02915,-0.91705 -2.5578,-2.15671 -2.5578,-5.99783 0,-1.5829 -0.1585,-2.56759 -0.44292,-2.75166 -0.2436,-0.15764 -1.79823,-0.36638 -3.45472,-0.46382 l -3.01181,-0.17716 -0.11408,-1.19243 c -0.0908,-0.94865 0.10842,-1.40992 0.97441,-2.25659 0.59867,-0.58532 1.08849,-1.20473 1.08849,-1.37651 0,-0.17174 0.30815,-0.31227 0.68478,-0.31227 0.37663,0 0.786,-0.3189 0.9097,-0.70866 0.12371,-0.38977 0.45335,-0.70866 0.73254,-0.70866 0.27919,0 0.50762,-0.15945 0.50762,-0.35433 0,-0.19489 0.3189,-0.35433 0.70866,-0.35433 0.55119,0 0.70867,-0.23624 0.70867,-1.063 0,-0.58464 0.15944,-1.06299 0.35433,-1.06299 0.19488,0 0.35433,-0.30816 0.35433,-0.68478 0,-0.37662 0.31889,-0.78601 0.70866,-0.90971 0.38976,-0.12369 0.70866,-0.45336 0.70866,-0.73254 0,-0.27918 0.15945,-0.50761 0.35433,-0.50761 0.19488,0 0.35433,-0.44317 0.35433,-0.98476 0,-0.5783 0.29251,-1.19562 0.70866,-1.49556 0.79868,-0.57564 0.96762,-2.43397 0.28347,-3.11811 -0.23386,-0.23386 -0.86416,-0.4252 -1.40065,-0.4252 -1.97476,0 -4.55067,-1.84971 -4.55168,-3.26845 -7.1e-4,-0.76404 -1.74022,-1.69218 -3.17181,-1.69218 l -1.08059,0 0,-5.49212 c 0,-3.42521 0.13335,-5.49213 0.35433,-5.49213 0.21372,0 0.35433,-1.47639 0.35433,-3.72047 0,-2.24408 -0.14061,-3.72047 -0.35433,-3.72047 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.6693 -0.23622,-0.70867 -4.251971,-0.70867 l -4.25197,0 0,-1.77165 c 0,-0.97441 -0.15944,-1.77165 -0.35433,-1.77165 -0.19488,0 -0.35433,-0.25055 -0.35433,-0.5568 0,-0.75688 -0.86734,-1.56919 -1.67547,-1.56919 -0.36471,0 -0.83757,-0.17447 -1.0508,-0.38771 -0.74118,-0.74115 -8.51354,0.29931 -9.02194,1.20778 -0.18384,0.3285 -0.64522,0.59726 -1.0253,0.59726 -0.38008,0 -0.69105,0.15945 -0.69105,0.35433 0,0.19488 -0.27904,0.35663 -0.62008,0.3595 -1.19048,0.01 -3.68257,1.07628 -4.55574,1.94946 -1.46717,1.46717 -1.9108,1.1779 -1.9108,-1.24597 0,-1.16929 0.13952,-2.12599 0.31004,-2.12599 0.17052,0 0.40586,-0.43848 0.52297,-0.9744 0.11711,-0.53593 0.31508,-1.33317 0.43995,-1.77166 0.29426,-1.03337 -0.76865,-1.11929 -1.09579,-0.0886 -0.20281,0.639 -0.53612,0.70866 -3.39002,0.70866 -1.87385,0 -3.1651,0.14457 -3.1651,0.35433 0,0.19488 -0.3189,0.35433 -0.70866,0.35433 -0.38977,0 -0.70866,0.15945 -0.70866,0.35433 0,0.19488 -0.23918,0.35433 -0.5315,0.35433 -0.32678,0 -0.5315,0.33201 -0.5315,0.86195 0,0.54326 -0.25535,0.94301 -0.69062,1.08113 -0.99717,0.31649 -2.85268,2.14126 -2.85268,2.80538 0,0.31156 -0.15945,0.5665 -0.35433,0.5665 -0.21431,0 -0.35433,1.5092 -0.35433,3.81891 0,3.38039 -0.0814,3.88853 -0.70867,4.42566 -0.38976,0.33371 -0.70866,0.84749 -0.70866,1.14173 0,0.29423 -0.15945,0.53496 -0.35433,0.53496 -0.19488,0 -0.35433,0.31348 -0.35433,0.69665 0,1.01151 -1.11918,3.20099 -1.63623,3.20099 -0.2431,0 -0.53312,0.28712 -0.64449,0.63801 -0.21428,0.67514 -2.0307,1.48798 -3.32514,1.48798 -0.45008,0 -0.77209,0.22167 -0.77209,0.53149 0,0.29232 -0.13393,0.5315 -0.29762,0.5315 -0.16369,0 -0.50131,0.61717 -0.75026,1.37154 -0.63434,1.92207 -2.03882,2.5261 -5.87359,2.5261 l -2.99979,0 0,1.17453 c 0,0.9956 -0.19076,1.26549 -1.25218,1.77165 -0.6887,0.32843 -1.48594,0.59712 -1.77165,0.59712 -0.41853,0 -0.51948,0.62936 -0.51948,3.23851 0,2.5688 -0.11803,3.3248 -0.57079,3.65585 -0.52483,0.38377 -0.52483,0.46332 0,0.98815 0.7115,0.71154 0.71902,1.13124 0.0325,1.81772 -0.48144,0.48143 -0.4095,0.66699 0.68166,1.75815 0.67095,0.67093 1.53707,1.8353 1.92471,2.58747 0.38765,0.75214 1.00181,1.68644 1.3648,2.0762 1.4735,1.58219 1.90119,5.13779 0.618,5.13779 -0.27919,0 -0.50762,0.23918 -0.50762,0.5315 0,0.40156 0.43307,0.5315 1.77166,0.5315 1.73228,0 1.77165,0.0237 1.77165,1.06299 0,1.03936 0.0394,1.06299 1.77165,1.06299 1.46216,0 1.77166,0.11013 1.77166,0.63043 0,0.34674 0.3189,0.86031 0.70866,1.14122 0.60305,0.43466 0.70866,0.91726 0.70866,3.23823 0,3.51022 -0.14345,3.84839 -1.6324,3.84839 -1.04742,0 -1.20224,0.11452 -1.20224,0.8893 0,0.48912 0.31889,1.16234 0.70866,1.49605 0.38976,0.33375 0.70866,0.91602 0.70866,1.29395 0,0.68825 2.18961,2.90597 3.18897,3.22994 1.25946,0.40825 3.20399,4.78367 2.12599,4.78367 -0.19488,0 -0.35433,0.26033 -0.35433,0.57852 0,0.58209 -1.26702,1.9018 -1.82587,1.9018 -0.16506,0 -0.30012,0.39862 -0.30012,0.88582 0,0.48721 -0.15945,0.88583 -0.35433,0.88583 -0.19488,0 -0.35433,0.78651 -0.35433,1.74777 0,1.4366 -0.12617,1.78781 -0.70866,1.9727 -0.45281,0.14372 -0.70866,0.53611 -0.70866,1.08688 0,0.47406 -0.15945,0.86194 -0.35433,0.86194 -0.19488,0 -0.35433,0.459 -0.35433,1.02001 0,0.79927 -0.23004,1.1153 -1.06299,1.46031 -0.82567,0.342 -1.063,0.66337 -1.063,1.43939 0,0.5495 -0.15944,1.09765 -0.35433,1.21809 -0.19488,0.12043 -0.35433,0.59517 -0.35433,1.05491 0,1.20341 -0.35568,1.9569 -0.92373,1.9569 -0.28775,0 -0.49359,0.36244 -0.49359,0.86914 0,0.47806 -0.14203,1.23544 -0.31561,1.68307 -1.231,3.17459 -1.5964,3.79654 -2.29867,3.91266 -0.62467,0.10329 -0.52679,0.2234 0.57858,0.71001 0.76516,0.33682 1.63615,1.10381 2.04995,1.80513 0.39574,0.67072 1.03276,1.30142 1.41563,1.40152 0.61422,0.16062 0.6961,0.4961 0.6961,2.8518 0,1.46835 0.15945,2.76828 0.35433,2.88872 0.19489,0.12043 0.35434,0.70285 0.35434,1.29422 0,0.77726 0.19639,1.12663 0.70866,1.26061 0.62207,0.16267 0.70866,0.4833 0.70866,2.62428 0,1.38979 0.15243,2.439 0.35433,2.439 0.19488,0 0.35433,0.31889 0.35433,0.70866 0,0.64995 0.23622,0.70866 2.85075,0.70866 2.55428,0 2.9412,-0.0905 3.72047,-0.86971 z "},"cat39": { "cat_id": 49,"cat_slug": "tarragones","name": "Tarragonès","nx": 300,"ny": 550,"capital": "Tarragona","cx": 300,"cy": 565,"url": "https://work.catalunyamedieval.dev/mapa/tarragones","statistics": {"castell":22,"epoca-carlina":0,"muralles":4,"torre":26,"casa-forta":1,"palau":2,"pont":0,"torre-colomer":0,"basilica":0,"catedral":1,"ermita":5,"esglesia":11,"esglesia-fortificada":0,"monestir":0,"altres-llocs-dinteres":19},"total": 91,"info": "","path": "m 249.97297,769.24939 c 0.47115,-0.47115 0.95312,-1.33908 1.07105,-1.92869 0.11792,-0.58964 0.33798,-1.07206 0.48901,-1.07206 0.45672,0 2.82827,-2.52032 3.38549,-3.59784 0.28682,-0.55467 0.67684,-1.00846 0.86672,-1.00846 0.18988,0 0.34523,-0.49964 0.34523,-1.11037 0,-0.77187 0.29701,-1.36576 0.97441,-1.94835 0.89959,-0.77372 1.28049,-0.8381 4.96063,-0.83849 2.42097,-2.5e-4 3.98622,-0.13957 3.98622,-0.35476 0,-0.19488 0.41001,-0.35433 0.91114,-0.35433 0.50112,0 1.09905,-0.2036 1.32874,-0.45248 1.13866,-1.23374 2.01209,-2.79992 2.01209,-3.60797 0,-0.49511 0.15945,-0.90018 0.35433,-0.90018 0.19488,0 0.67323,-0.3189 1.06299,-0.70866 0.3937,-0.3937 1.1811,-0.70866 1.77166,-0.70866 0.58464,0 1.06299,-0.15945 1.06299,-0.35433 0,-0.22695 3.24911,-0.35433 9.03866,-0.35433 l 9.03865,0 1.11233,-1.063 c 1.02949,-0.98383 1.30628,-1.06299 3.71724,-1.06299 1.5004,0 2.60493,-0.15023 2.60493,-0.35433 0,-0.19488 0.23917,-0.35433 0.5315,-0.35433 0.29232,0 0.53149,-0.15945 0.53149,-0.35433 0,-0.19488 0.20398,-0.35433 0.45328,-0.35433 0.2493,0 0.68312,-0.3189 0.96404,-0.70866 0.28093,-0.38977 0.72614,-0.70866 0.98936,-0.70866 0.64889,0 1.49096,-0.88626 1.49096,-1.56919 0,-0.43193 0.39728,-0.5568 1.77165,-0.5568 0.97441,0 1.77166,-0.1401 1.77166,-0.31135 0,-0.17125 0.47834,-0.50946 1.06299,-0.75164 0.58464,-0.24219 1.06299,-0.58039 1.06299,-0.75164 0,-0.17125 0.46894,-0.31135 1.04208,-0.31135 0.57314,0 1.13022,-0.14262 1.23794,-0.31692 0.21385,-0.346 2.03295,-0.67687 5.33809,-0.97097 1.16929,-0.10403 2.27746,-0.33516 2.4626,-0.51364 0.18514,-0.17844 0.62362,-0.32446 0.97441,-0.32446 0.35079,0 0.63779,-0.15945 0.63779,-0.35433 0,-0.19488 0.59794,-0.37282 1.32874,-0.39543 0.73861,-0.0227 1.02367,-0.11877 0.64184,-0.216 -0.778,-0.19814 -3.74223,-3.04072 -3.74223,-3.5887 0,-0.19711 -0.3189,-0.45963 -0.70866,-0.58333 -0.58248,-0.18489 -0.70866,-0.5361 -0.70866,-1.9727 l 0,-1.74777 -2.30315,0 c -1.26673,0 -2.30315,0.13503 -2.30315,0.30011 0,0.66891 -1.37709,1.82552 -2.16755,1.82052 -1.0699,-0.007 -3.24431,-0.7572 -3.99208,-1.37782 -0.31496,-0.26138 -0.5762,-0.73477 -0.58053,-1.05193 -0.004,-0.3172 -0.31969,-0.97533 -0.70079,-1.46254 -0.38109,-0.4872 -0.69644,-1.08514 -0.70078,-1.32874 -0.0162,-0.90981 -1.34171,-0.43689 -1.78672,0.63744 -0.41841,1.01013 -0.55366,1.07348 -2.08039,0.97441 l -1.63289,-0.10594 -0.10292,-2.92323 c -0.0965,-2.73993 -0.0576,-2.92323 0.62008,-2.92323 0.56711,0 0.72299,-0.22918 0.72299,-1.06299 0,-0.94489 0.11811,-1.06299 1.063,-1.06299 0.58464,0 1.06299,-0.15945 1.06299,-0.35433 0,-0.19489 0.3189,-0.35433 0.70866,-0.35433 0.3937,0 0.70866,-0.23624 0.70866,-0.5315 0,-0.44518 -0.74803,-0.5315 -4.6063,-0.5315 -2.83464,0 -4.6063,-0.13627 -4.6063,-0.35433 0,-0.19488 -0.31889,-0.35433 -0.70866,-0.35433 -0.52493,0 -0.70866,-0.23623 -0.70866,-0.91112 0,-0.93437 -0.71584,-1.92352 -1.39201,-1.92352 -0.20881,0 -0.37964,0.26032 -0.37964,0.57851 0,0.5821 -1.26702,1.9018 -1.82587,1.9018 -0.16506,0 -0.30012,0.29955 -0.30012,0.66568 0,0.40557 -0.41535,0.83771 -1.06299,1.10597 -1.25156,0.51843 -1.30499,0.73212 -0.35433,1.41733 0.38976,0.28091 0.70866,0.8742 0.70866,1.31839 0,1.48886 -1.18059,2.22491 -3.56862,2.22491 -2.43833,0 -3.16366,-0.46541 -3.16366,-2.03003 0,-0.5597 -0.19931,-1.44684 -0.44292,-1.97135 -0.42846,-0.92261 -0.53865,-0.95382 -3.37755,-0.95648 -2.7109,-0.004 -2.95908,-0.0636 -3.25511,-0.80001 -0.17624,-0.43848 -0.33055,-0.62274 -0.34291,-0.40943 -0.0124,0.21327 -0.40163,0.82906 -0.86507,1.36839 -0.79718,0.92775 -1.87548,1.31978 -5.09243,1.85149 -1.15814,0.19141 -1.65608,1.17577 -0.59477,1.17577 0.77739,0 1.56918,0.87491 1.56918,1.73388 0,0.39682 0.3189,0.89217 0.70866,1.10077 0.91636,0.49043 0.97646,2.86809 0.0984,3.8936 -0.49739,0.58088 -1.04427,0.7127 -2.95737,0.7127 -3.17467,0 -4.58199,-0.70268 -4.58199,-2.28778 0,-0.87487 -0.18005,-1.21996 -0.70866,-1.35818 -0.46702,-0.12214 -0.70866,-0.48334 -0.70866,-1.05924 0,-0.5681 -0.45398,-1.2617 -1.29725,-1.98198 -1.25341,-1.07065 -1.74951,-1.25642 -3.01949,-1.13067 -0.42307,0.0419 -0.62892,-0.26047 -0.70867,-1.04102 l -0.11239,-1.10006 -1.53562,1.43617 c -0.84458,0.78988 -1.68169,1.43614 -1.86023,1.43614 -0.17854,0 -0.32462,0.56442 -0.32462,1.25426 0,0.68985 -0.3189,1.87937 -0.70866,2.64338 -0.38977,0.76401 -0.70866,1.82261 -0.70866,2.35247 0,1.15838 -0.73808,3.31682 -1.13418,3.31682 -0.15573,0 -0.28315,0.30586 -0.28315,0.67968 0,1.28969 -0.41293,1.80064 -1.45523,1.80064 -0.56379,0 -1.02508,0.15944 -1.02508,0.35433 0,0.19488 -0.21478,0.35433 -0.47728,0.35433 -1.12729,0 -2.00304,1.29327 -2.00304,2.95802 0,1.44978 0.1006,1.66004 0.88892,1.85786 0.52508,0.13181 0.97244,0.55595 1.093,1.03628 0.11224,0.44723 0.50948,0.89302 0.88274,0.99064 0.37326,0.0976 0.67887,0.47143 0.67914,0.83072 2.7e-4,0.3593 0.63784,1.37077 1.41683,2.24774 1.03412,1.16419 1.41648,1.90527 1.41684,2.74606 2.7e-4,0.63337 -0.15896,1.15157 -0.35384,1.15157 -0.19489,0 -0.35434,0.3189 -0.35434,0.70867 0,0.38976 -0.15944,0.70866 -0.35433,0.70866 -0.19488,0 -0.35433,0.24477 -0.35433,0.54397 0,0.55066 -0.87938,2.09902 -1.65317,2.91075 -0.24667,0.25877 -1.31135,0.44292 -2.56102,0.44292 -1.77619,0 -2.20313,-0.12016 -2.51809,-0.70867 -0.20859,-0.38976 -0.61283,-0.70866 -0.89829,-0.70866 -0.28547,0 -0.51903,-0.25054 -0.51903,-0.55679 0,-0.95801 -0.95623,-1.56919 -2.45501,-1.56919 l -1.44263,0 0,2.9739 c 0,2.38492 -0.111,3.01648 -0.56048,3.18897 -0.91539,0.35129 -1.8496,0.24598 -2.02118,-0.22783 -0.12832,-0.35433 -0.31043,-0.35433 -0.91055,0 -0.41258,0.2436 -0.99148,0.44291 -1.28645,0.44291 -0.29496,0 -0.5363,0.15945 -0.5363,0.35433 0,0.19488 -0.23917,0.35433 -0.5315,0.35433 -0.3712,0 -0.53149,0.37403 -0.53149,1.24016 0,1.0958 0.10605,1.24016 0.91113,1.24016 1.264,0 1.92351,0.78527 1.92351,2.29032 0,1.15363 0.0666,1.24225 0.68537,0.91113 0.92975,-0.49759 2.77391,-0.45294 4.27526,0.1035 1.46815,0.54414 4.00057,1.75145 4.25197,2.02709 0.0974,0.10683 0.73524,0.57993 1.41732,1.05133 1.89002,1.30621 2.12372,1.62004 2.15396,2.89251 0.0154,0.64729 0.11142,0.96849 0.2134,0.71383 0.10199,-0.25469 0.57092,-0.84855 1.04207,-1.31967 z "},"cat40": { "cat_id": 24,"cat_slug": "baix-ebre","name": "Baix Ebre","nx": 110,"ny": 620,"capital": "Tortosa","cx": 110,"cy": 635,"url": "https://work.catalunyamedieval.dev/mapa/baix-ebre","statistics": {"castell":5,"epoca-carlina":0,"muralles":0,"torre":12,"casa-forta":0,"palau":0,"pont":0,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":0,"esglesia":0,"esglesia-fortificada":0,"monestir":0,"altres-llocs-dinteres":0},"total": 17,"info": "","path": "m 166.13047,874.3195 c 0,-0.19488 0.47835,-0.35433 1.06299,-0.35433 0.58465,0 1.063,-0.13064 1.063,-0.29026 0,-0.15967 0.79724,-0.50741 1.77165,-0.77273 0.97441,-0.26532 1.77165,-0.61306 1.77165,-0.77272 0,-0.15963 0.47835,-0.29027 1.063,-0.29027 0.58464,0 1.06299,-0.15945 1.06299,-0.35433 0,-0.19488 0.3189,-0.35433 0.70866,-0.35433 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19489 0.3189,-0.35433 0.70866,-0.35433 0.38977,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19489 0.3189,-0.35434 0.70867,-0.35434 0.45781,0 0.70866,-0.23623 0.70866,-0.66734 0,-0.70615 0.8996,-1.0912 2.56889,-1.09945 0.73658,-0.004 0.97441,-0.17784 0.97441,-0.71352 0,-0.38976 -0.15945,-0.70866 -0.35433,-0.70866 -0.19488,0 -0.35433,-0.30894 -0.35433,-0.68655 0,-0.62564 -0.33802,-0.70229 -3.80905,-0.86365 -4.9175,-0.22861 -7.52953,-0.56314 -7.52953,-0.96431 0,-0.17607 -0.3189,-0.32014 -0.70866,-0.32014 -0.47244,0 -0.70866,-0.23623 -0.70866,-0.70866 0,-0.38976 -0.15945,-0.70866 -0.35433,-0.70866 -0.19489,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.38977 -0.15945,-0.70866 -0.35434,-0.70866 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.38977 -0.14185,-0.70867 -0.31522,-0.70867 -0.17337,0 -0.53213,-0.73754 -0.79724,-1.63899 -0.26511,-0.90145 -0.7212,-1.7275 -1.01352,-1.83564 -0.29232,-0.10815 -0.78937,-0.48675 -1.10456,-0.84133 -0.31518,-0.35458 -0.83338,-0.64467 -1.15157,-0.64467 -0.34229,0 -0.57852,-0.28934 -0.57852,-0.70866 0,-0.38976 -0.15944,-0.70866 -0.35433,-0.70866 -0.19488,0 -0.35433,-0.3189 -0.35433,-0.70866 0,-0.38976 -0.15945,-0.70866 -0.35433,-0.70866 -0.19488,0 -0.35433,-0.47835 -0.35433,-1.06299 0,-0.58465 -0.15945,-1.063 -0.35433,-1.063 -0.19488,0 -0.35433,-0.25054 -0.35433,-0.55679 0,-1.2313 -0.91652,-1.56919 -4.25619,-1.56919 -2.43748,0 -3.20715,0.11009 -3.09634,0.44291 0.0811,0.24361 0.45316,0.49869 0.82678,0.56686 0.37361,0.0682 0.99819,0.38707 1.38795,0.70866 1.22166,1.00797 2.25813,1.47055 3.29505,1.47055 0.63475,0 1.35017,0.36393 1.95362,0.99379 0.82323,0.85929 0.95212,1.29004 0.95212,3.18224 0,2.02656 -0.0642,2.20451 -0.86764,2.40619 -1.37334,0.34469 -7.99063,-0.44089 -7.99063,-0.94861 0,-0.17526 -0.63779,-0.31865 -1.41732,-0.31865 -0.77953,0 -1.41732,-0.15945 -1.41732,-0.35433 0,-0.19489 -0.59793,-0.35579 -1.32874,-0.35756 -1.05057,-0.004 -1.50399,-0.22507 -2.16587,-1.06299 -0.46042,-0.58288 -1.00594,-1.05977 -1.21226,-1.05977 -0.59583,0 -1.67108,-1.1183 -1.67109,-1.73799 -2e-5,-0.57915 -1.81297,-2.20086 -2.92322,-2.61486 -0.47775,-0.17815 -0.62008,-0.64041 -0.62008,-2.01398 0,-1.54654 0.0939,-1.78277 0.70866,-1.78277 0.38976,0 0.70866,-0.21041 0.70866,-0.46762 0,-0.25717 0.39862,-0.81418 0.88583,-1.23781 0.4872,-0.42361 0.88583,-1.01041 0.88583,-1.30405 0,-0.2936 0.23917,-0.53383 0.53149,-0.53383 0.29232,0 0.5315,-0.15945 0.5315,-0.35433 0,-0.19488 0.31889,-0.35433 0.70866,-0.35433 0.38976,0 0.70866,-0.12742 0.70866,-0.28315 0,-0.15573 0.59208,-0.49727 1.31573,-0.75894 1.43941,-0.52048 1.75262,-0.78144 2.68325,-2.23547 0.4513,-0.70512 0.91517,-0.97441 1.67848,-0.97441 0.58015,0 1.05482,-0.15945 1.05482,-0.35433 0,-0.19488 0.39863,-0.35433 0.88583,-0.35433 0.48721,0 0.88583,-0.15945 0.88583,-0.35433 0,-0.19489 0.31889,-0.35433 0.70866,-0.35433 0.57368,0 0.70866,-0.23624 0.70866,-1.24016 0,-0.68209 0.15945,-1.24016 0.35433,-1.24016 0.19488,0 0.35433,-0.23917 0.35433,-0.5315 0,-0.29232 0.15945,-0.53149 0.35433,-0.53149 0.19488,0 0.35433,-0.36319 0.35433,-0.8071 0,-0.44387 0.3189,-1.0801 0.70866,-1.41385 0.38977,-0.33371 0.70867,-0.92721 0.70867,-1.31889 0,-0.4759 0.23507,-0.71213 0.70866,-0.71213 0.38976,0 0.70866,-0.23613 0.70866,-0.52473 0,-0.28864 0.43848,-0.6295 0.97441,-0.75752 1.29994,-0.31054 1.86023,-0.79119 1.86023,-1.59577 0,-0.36591 0.15945,-0.66529 0.35433,-0.66529 0.19489,0 0.35434,-0.31709 0.35434,-0.70462 0,-0.79391 1.01388,-2.13002 1.61636,-2.13002 0.21773,0 0.57749,-0.39862 0.79948,-0.88583 0.22198,-0.4872 0.56648,-0.88583 0.76554,-0.88583 0.19905,0 0.36192,-0.47834 0.36192,-1.06299 0,-0.58464 0.15526,-1.06299 0.34501,-1.06299 0.45393,0 3.55263,-3.10532 3.55263,-3.56024 0,-0.19393 0.39862,-0.53423 0.88583,-0.75622 0.64214,-0.29257 0.88582,-0.68038 0.88582,-1.4097 0,-0.55336 0.15945,-1.00612 0.35433,-1.00612 0.19489,0 0.35434,-0.23507 0.35434,-0.52239 0,-0.28733 0.43848,-0.74955 0.9744,-1.02721 1.14635,-0.59386 3.08563,-2.39035 3.58243,-3.31862 0.31273,-0.58433 0.2226,-0.63762 -0.86368,-0.51081 -0.66706,0.0779 -1.21284,0.28361 -1.21284,0.45716 0,0.17646 -4.06158,0.31557 -9.2126,0.31557 -5.90551,0 -9.2126,0.1272 -9.2126,0.35433 0,0.20767 -1.21408,0.35433 -2.93359,0.35433 -2.52711,0 -3.00436,-0.0982 -3.44436,-0.70866 -0.28093,-0.38977 -0.79447,-0.70866 -1.14121,-0.70866 -0.34674,0 -0.63044,-0.15945 -0.63044,-0.35434 0,-0.19488 -0.47835,-0.35433 -1.06299,-0.35433 -0.84309,0 -1.063,-0.15367 -1.063,-0.74285 0,-0.6761 -0.15124,-0.72617 -1.68307,-0.55687 -0.92569,0.1023 -2.20128,0.29527 -2.83464,0.42874 -0.75508,0.15917 -1.15158,0.10691 -1.15158,-0.15179 0,-0.55942 -2.51602,-0.49178 -3.94295,0.10601 -0.65716,0.27532 -1.51374,0.89175 -1.90351,1.36985 -0.71695,0.87945 -1.33899,1.07365 -5.49212,1.71457 -4.72292,0.72886 -7.31347,0.76684 -8.29805,0.12175 -0.84652,-0.55467 -0.91455,-0.79388 -0.91455,-3.21598 0,-2.04839 -0.11147,-2.61673 -0.51324,-2.61673 -0.28228,0 -0.92008,-0.37705 -1.41732,-0.83789 -0.73935,-0.6852 -0.90409,-1.16405 -0.90409,-2.62793 0,-1.10055 0.17062,-1.85892 0.44292,-1.9688 0.2436,-0.0983 -0.0105,-0.1913 -0.56467,-0.20672 -0.68544,-0.0191 -1.06516,-0.24814 -1.18766,-0.71656 -0.11004,-0.42084 -0.54496,-0.73084 -1.1184,-0.79724 -0.84703,-0.0981 -0.94872,-0.26951 -1.04511,-1.76206 -0.0909,-1.40708 10e-4,-1.68778 0.62008,-1.88411 0.40261,-0.12778 0.72686,-0.53618 0.72686,-0.91549 0,-0.49929 0.24681,-0.68478 0.91114,-0.68478 0.50112,0 1.15724,-0.24612 1.45804,-0.54691 0.49298,-0.49298 0.43809,-0.58797 -0.55681,-0.96349 -0.77664,-0.29318 -1.10371,-0.64861 -1.10371,-1.19945 0,-1.0305 -0.90143,-1.89645 -1.97413,-1.89645 -0.62429,0 -0.86051,-0.19452 -0.86051,-0.70866 0,-0.57366 -0.23623,-0.70866 -1.24016,-0.70866 -0.8912,0 -1.24016,0.15669 -1.24016,0.5568 0,0.83643 -0.89822,1.56918 -1.92351,1.56918 -0.50112,0 -0.91113,0.15945 -0.91113,0.35434 0,0.19488 -0.72253,0.35433 -1.60561,0.35433 -1.03529,0 -1.67201,0.17302 -1.79253,0.48709 -0.1028,0.26791 -0.81532,0.77046 -1.58336,1.11682 -0.76805,0.34632 -1.39646,0.75876 -1.39646,0.91651 0,0.15775 -0.63779,0.91828 -1.417321,1.69005 -0.77953,0.77181 -1.41732,1.63786 -1.41732,1.92462 0,0.79367 -0.79603,0.95152 -4.79864,0.95152 -4.12578,0 -4.44938,0.16303 -5.66203,2.85219 l -0.63121,1.39978 -4.86383,0 -4.86383,0 -0.44031,1.06299 c -0.40468,0.977 -0.58106,1.06299 -2.18009,1.06299 -1.19947,0 -1.80152,0.16087 -1.93857,0.518 -0.10932,0.28492 -0.50294,0.61455 -0.8747,0.73254 -0.48861,0.15509 -0.67593,0.545 -0.67593,1.40694 0,0.88122 -0.18494,1.25111 -0.70866,1.41733 -0.52735,0.16738 -0.70866,0.5361 -0.70866,1.4412 0,0.66894 -0.15945,1.21628 -0.35433,1.21628 -0.22439,0 -0.35433,2.59441 -0.35433,7.0746 0,5.90251 -0.0989,7.28203 -0.59712,8.32677 -0.32842,0.68868 -0.85129,1.25217 -1.16194,1.25217 -0.31065,0 -0.79466,0.3189 -1.07559,0.70866 -0.28093,0.38976 -0.79447,0.70866 -1.14121,0.70866 -0.34674,0 -0.63044,0.15945 -0.63044,0.35433 0,0.19488 -0.24169,0.35433 -0.53708,0.35433 -0.29539,0 -1.17236,0.19829 -1.94882,0.44061 -1.08415,0.33835 -1.41174,0.62129 -1.41174,1.21926 0,0.42824 -0.15945,0.87718 -0.35433,0.99761 -0.19488,0.12044 -0.35433,0.68149 -0.35433,1.24675 0,0.71837 -0.41818,1.45442 -1.38918,2.44503 -0.76405,0.77949 -1.59333,1.98177 -1.84284,2.67179 -0.24951,0.68999 -0.58107,1.25454 -0.7368,1.25454 -0.15573,0 -0.28315,0.25494 -0.28315,0.56651 0,0.31156 -0.49521,1.02908 -1.10046,1.59449 -1.06827,0.9979 -1.20821,1.02798 -4.78347,1.02798 -3.5749,0 -3.68382,-0.0234 -3.71097,-0.79724 -0.0188,-0.53579 -0.0951,-0.62295 -0.23263,-0.26575 -0.11255,0.29232 -0.49859,0.78938 -0.85785,1.10455 -0.37749,0.33116 -0.6532,1.0484 -0.6532,1.69916 0,1.72988 -1.96365,3.40278 -5.04921,4.30165 -0.92569,0.26964 -1.68307,0.61494 -1.68307,0.76726 0,0.15233 -0.23918,0.27698 -0.5315,0.27698 -0.29232,0 -0.5315,0.20729 -0.5315,0.46063 0,1.1035 0.86224,1.31103 5.44651,1.31103 3.7795,0 4.71125,0.10421 5.2441,0.58642 0.68375,0.61876 0.89657,2.24822 0.29364,2.24822 -0.19488,0 -0.35433,0.3189 -0.35433,0.70866 0,0.38977 -0.15944,0.70867 -0.35433,0.70867 -0.19488,0 -0.35433,0.15069 -0.35433,0.33491 0,0.18422 0.75738,0.38353 1.68307,0.44291 1.46146,0.0938 1.69866,0.21813 1.80142,0.94433 0.13796,0.97487 2.97683,3.94714 3.76997,3.94714 0.3046,0 0.54082,0.30954 0.54082,0.70866 0,0.57366 0.23622,0.70866 1.24016,0.70866 1.00393,0 1.24015,-0.135 1.24015,-0.70866 0,-0.47417 0.23622,-0.70866 0.71387,-0.70866 0.76671,0 2.11719,-1.86261 2.11945,-2.92323 10e-4,-0.56473 0.50879,-0.62008 5.68672,-0.62008 5.56391,0 5.70399,0.0188 6.55512,0.86971 0.58897,0.589 0.86973,1.26634 0.86973,2.09834 0,0.67575 0.35875,2.03808 0.79724,3.02744 l 0.79724,1.79886 1.96654,0 c 1.08159,2.5e-4 2.1374,0.17132 2.34625,0.38017 0.36782,0.36783 2.34496,0.32343 9.95103,-0.22344 2.32957,-0.16753 2.99557,-0.34176 3.27064,-0.85575 0.49219,-0.91966 2.42513,-1.12319 12.331101,-1.29848 7.01195,-0.12405 8.6966,-0.0614 9.09648,0.33853 0.3049,0.3049 0.55877,1.61787 0.67031,3.46684 0.23284,3.85976 0.57962,5.98787 0.97574,5.98787 0.17441,0 0.31711,0.3189 0.31711,0.70866 0,0.54801 0.23622,0.70866 1.04208,0.70866 0.57315,0 1.14063,0.15945 1.26107,0.35433 0.2749,0.4448 11.87008,0.48232 11.87008,0.0384 0,-0.17376 0.38099,-0.41155 0.84664,-0.52841 0.5131,-0.12876 0.93453,-0.56268 1.06974,-1.1014 0.22095,-0.8803 0.26012,-0.88891 4.04744,-0.88891 3.09919,0 4.10245,0.13436 5.29109,0.70866 0.80672,0.38976 1.67378,0.71097 1.92679,0.71384 0.25302,0.004 1.17755,0.26879 2.05452,0.59105 0.87697,0.32227 3.18898,0.70895 5.1378,0.85929 1.94881,0.15038 4.16919,0.38346 4.93417,0.51796 1.3332,0.23439 3.03827,1.49769 3.03827,2.25107 0,0.1975 0.43848,0.59701 0.97441,0.88774 1.13153,0.61387 7.17519,0.78459 7.17519,0.20267 z "},"cat41": { "cat_id": 36,"cat_slug": "montsia","name": "Montsià","nx": 100,"ny": 680,"capital": "Amposta","cx": 100,"cy": 695,"url": "https://work.catalunyamedieval.dev/mapa/montsia","statistics": {"castell":2,"epoca-carlina":0,"muralles":0,"torre":13,"casa-forta":0,"palau":0,"pont":0,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":2,"esglesia":2,"esglesia-fortificada":0,"monestir":0,"altres-llocs-dinteres":0},"total": 19,"info": "","path": "m 100.9282,922.24273 c 0.003,-1.47277 0.15662,-2.5689 0.35975,-2.5689 0.20585,0 0.35433,-1.15487 0.35433,-2.75591 0,-2.31739 0.11276,-2.85243 0.70867,-3.36267 0.38976,-0.33371 0.70866,-0.94489 0.70866,-1.35818 0,-0.9045 3.88822,-4.92481 4.76302,-4.92481 0.75563,0 1.61493,-0.83495 1.61493,-1.56919 0,-0.32056 0.30064,-0.5568 0.70866,-0.5568 0.38976,0 0.70866,-0.15944 0.70866,-0.35433 0,-0.19488 0.41001,-0.35433 0.91114,-0.35433 1.02529,0 1.92351,-0.73275 1.92351,-1.56919 0,-0.30624 0.22843,-0.55679 0.50762,-0.55679 0.27919,0 0.60883,-0.3189 0.73254,-0.70866 0.1237,-0.38977 0.49787,-0.70866 0.83148,-0.70866 0.33361,0 0.83641,-0.3189 1.11733,-0.70867 0.28093,-0.38976 0.79448,-0.70866 1.14122,-0.70866 0.34674,0 0.63044,-0.15945 0.63044,-0.35433 0,-0.19488 0.63779,-0.35433 1.41732,-0.35433 1.04215,0 1.41732,-0.14495 1.41732,-0.54762 0,-0.85404 1.51442,-2.15897 2.85722,-2.46196 0.66967,-0.15112 3.76641,-0.34097 6.88164,-0.42193 l 5.66407,-0.14719 1.26664,-1.39964 c 0.86366,-0.95432 1.56323,-1.39961 2.19888,-1.39961 0.51274,0 1.03079,-0.15945 1.15124,-0.35433 0.12044,-0.19488 1.55548,-0.35433 3.18897,-0.35433 1.6335,0 3.06854,0.15945 3.18898,0.35433 0.12097,0.19573 1.71628,0.35433 3.56422,0.35433 1.99393,0 3.34523,-0.14311 3.34523,-0.35433 0,-0.19488 0.25493,-0.35433 0.5665,-0.35433 0.31157,0 1.01334,-0.47835 1.55948,-1.06299 0.54614,-0.58465 1.24791,-1.063 1.55949,-1.063 0.31157,0 0.5665,-0.15944 0.5665,-0.35433 0,-0.19488 0.3189,-0.35433 0.70866,-0.35433 0.38976,0 0.70866,-0.15945 0.70866,-0.35433 0,-0.19488 0.24584,-0.35433 0.54631,-0.35433 0.30047,0 0.88861,-0.3189 1.30697,-0.70866 0.41837,-0.38976 0.96977,-0.70866 1.22534,-0.70866 0.25558,0 0.46469,-0.1401 0.46469,-0.31135 0,-0.17125 0.47834,-0.50946 1.06299,-0.75164 0.58465,-0.24219 1.06299,-0.5804 1.06299,-0.75165 0,-0.17124 0.24584,-0.31135 0.54631,-0.31135 0.30048,0 0.88861,-0.31889 1.30697,-0.70866 0.41837,-0.38976 1.0495,-0.70866 1.40251,-0.70866 0.35302,0 0.64185,-0.15945 0.64185,-0.35433 0,-0.19488 0.55807,-0.35433 1.24016,-0.35433 0.68208,0 1.24016,-0.15945 1.24016,-0.35433 0,-0.19488 0.25056,-0.35433 0.5568,-0.35433 0.30624,0 0.79574,-0.23893 1.08777,-0.53097 0.29203,-0.29204 0.9583,-0.63772 1.4806,-0.76822 0.52229,-0.13047 1.37236,-0.68878 1.88903,-1.24069 0.51668,-0.55187 1.19434,-1.00343 1.50591,-1.00343 0.33028,0 0.5665,-0.29551 0.5665,-0.70866 0,-0.47243 0.23622,-0.70866 0.70866,-0.70866 0.62992,0 0.70866,-0.23623 0.70866,-2.12599 0,-1.18109 0.15748,-2.12598 0.35433,-2.12598 0.19488,0 0.35433,-0.71752 0.35433,-1.59449 0,-1.58605 -0.007,-1.59449 -1.24015,-1.59449 -1.00394,0 -1.24016,0.135 -1.24016,0.70867 0,0.47242 -0.23622,0.70866 -0.70866,0.70866 -0.38977,0 -0.70866,0.15945 -0.70866,0.35433 0,0.19488 -0.3189,0.35433 -0.70867,0.35433 -0.38976,0 -0.70866,0.15945 -0.70866,0.35433 0,0.19488 -0.31889,0.35433 -0.70866,0.35433 -0.38976,0 -0.70866,0.15945 -0.70866,0.35433 0,0.19488 -0.47835,0.35433 -1.06299,0.35433 -0.58465,0 -1.06299,0.15945 -1.06299,0.35433 0,0.19488 -0.40655,0.35433 -0.90343,0.35433 -0.49688,0 -1.35467,0.23336 -1.9062,0.51857 -2.28862,1.1835 -4.18629,1.59725 -7.34867,1.60224 -3.59964,0.006 -5.28847,-0.60091 -5.65774,-2.03223 -0.1221,-0.47331 -0.47801,-0.79724 -0.87592,-0.79724 -0.36864,0 -0.67025,-0.15945 -0.67025,-0.35433 0,-0.19488 -0.46893,-0.35433 -1.04208,-0.35433 -0.57314,0 -1.14062,-0.15945 -1.26107,-0.35433 -0.12044,-0.19488 -1.54014,-0.35433 -3.15488,-0.35433 -1.98135,0 -3.61621,-0.22759 -5.0283,-0.69995 -1.15083,-0.38498 -2.37361,-0.70387 -2.7173,-0.70866 -0.34368,-0.005 -0.98148,-0.19307 -1.41732,-0.41836 -0.43584,-0.22532 -1.0693,-0.54421 -1.4077,-0.70866 -0.95646,-0.46484 -7.00284,-0.37647 -7.00284,0.10233 0,0.52583 -1.39232,1.72464 -2.00304,1.72464 -0.2625,0 -0.47728,0.16639 -0.47728,0.36978 0,0.40758 -11.43203,0.25154 -14.08465,-0.19226 -1.36684,-0.22869 -1.5059,-0.34668 -1.5059,-1.27772 0,-0.5642 -0.15945,-1.02579 -0.35433,-1.02579 -0.19488,0 -0.35433,-0.54864 -0.35433,-1.21925 0,-0.67057 -0.15945,-1.31779 -0.35433,-1.43823 -0.19488,-0.12044 -0.35433,-1.41682 -0.35433,-2.88085 0,-1.86562 -0.15531,-2.81721 -0.51919,-3.18107 -0.43434,-0.43434 -1.80958,-0.49472 -8.41535,-0.36936 -8.964991,0.17015 -10.773221,0.3796 -11.268681,1.30539 -0.39382,0.73584 -3.6399,1.07696 -10.44639,1.09768 -5.99191,0.0184 -7.97635,-0.2954 -8.93733,-1.41275 -0.44325,-0.51534 -0.8061,-1.2066 -0.80633,-1.53616 -2.4e-4,-0.32953 -0.15988,-0.69772 -0.35477,-0.81815 -0.19488,-0.12044 -0.35433,-1.00683 -0.35433,-1.96973 0,-1.51451 -0.0956,-1.75075 -0.70866,-1.75075 -0.38976,0 -0.70866,-0.15944 -0.70866,-0.35433 0,-0.21858 -1.79847,-0.35277 -4.69488,-0.35025 l -4.69488,0.004 -0.69806,1.4564 c -0.38394,0.801 -1.0616,1.62202 -1.50591,1.82445 -0.44432,0.20246 -0.80784,0.56463 -0.80784,0.80479 0,0.61267 -0.83977,0.86687 -2.86363,0.86687 -1.50645,0 -1.74267,-0.0961 -1.74267,-0.70866 0,-0.40298 -0.23623,-0.70866 -0.5476,-0.70866 -0.68842,0 -2.28705,-1.56976 -2.28705,-2.24571 0,-0.27847 -0.3189,-0.58968 -0.70866,-0.69159 -0.47436,-0.12405 -0.70866,-0.48334 -0.70866,-1.08666 0,-0.84851 -0.11915,-0.90755 -2.03396,-1.00757 -1.63137,-0.0852 -2.05812,-0.23315 -2.15601,-0.74732 -0.0671,-0.3526 0.21036,-0.92938 0.61664,-1.28172 0.40627,-0.35238 0.73868,-0.90099 0.73868,-1.21918 0,-0.31819 0.17897,-0.57852 0.39772,-0.57852 0.27478,0 0.26137,-0.16427 -0.0434,-0.5315 -0.34024,-0.40996 -1.28194,-0.53149 -4.11819,-0.53149 l -3.67709,1.4e-4 0,1.09024 c 0,1.31659 -1.37761,2.78585 -3.21413,3.42797 -0.69592,0.24332 -2.56945,0.44242 -4.16339,0.44242 -1.69582,0 -2.89807,0.14698 -2.89807,0.35433 0,0.19488 -0.23917,0.35433 -0.53149,0.35433 -0.68119,0 -1.94882,1.25982 -1.94882,1.93681 0,0.2857 -0.26871,1.08294 -0.59712,1.77165 -0.50107,1.05073 -0.7808,1.25217 -1.73887,1.25217 -1.13302,0 -1.14266,0.0149 -1.26311,1.94932 -0.1125,1.80676 -0.0646,1.94924 0.65496,1.94881 0.42698,-2.8e-4 0.87487,0.15896 0.99532,0.35384 0.40903,0.66182 2.81638,0.40844 3.36614,-0.35433 0.79219,-1.0991 2.31338,-0.92342 3.06817,0.35433 0.96147,1.62762 1.53813,1.36194 1.53813,-0.70866 l 0,-1.77166 2.65748,0 2.65748,0 0,4.80877 c 0,3.69517 0.11722,4.92601 0.50619,5.31496 0.38734,0.38735 1.59955,0.5062 5.1631,0.5062 5.06088,0 5.66929,0.20643 5.66929,1.92352 0,0.67489 0.18373,0.91112 0.70866,0.91112 0.47244,0 0.70866,0.23623 0.70866,0.70866 0,0.38977 0.15945,0.70866 0.35434,0.70866 0.53808,0 0.41359,3.16637 -0.19297,4.90802 -0.63764,1.83086 -1.26461,2.53293 -2.26204,2.53293 -0.40368,0 -1.05287,0.3189 -1.44263,0.70866 -0.73157,0.73159 -0.9814,2.48032 -0.35433,2.48032 0.21474,0 0.35433,1.53542 0.35433,3.89763 0,2.1437 0.14085,3.89764 0.313,3.89764 0.17215,0 0.3964,0.3189 0.49833,0.70866 0.16771,0.64134 0.48331,0.70866 3.3225,0.70866 2.86869,0 3.22028,0.077 4.10798,0.90018 0.53393,0.49507 0.97079,1.13287 0.97079,1.41732 0,0.28442 0.31889,0.51715 0.70866,0.51715 0.38976,0 0.70866,0.15945 0.70866,0.35433 0,0.19488 0.63779,0.35433 1.41732,0.35433 0.77953,0 1.41732,0.15945 1.41732,0.35433 0,0.19488 0.60591,0.35433 1.34646,0.35433 0.74055,0 1.49793,0.1512 1.68307,0.33598 0.18514,0.18478 2.72835,0.40819 5.65158,0.49649 2.92323,0.0883 5.99262,0.27276 6.82086,0.40992 1.45185,0.24042 1.50591,0.2959 1.50591,1.54591 0,0.71306 0.3189,2.16897 0.70866,3.23532 0.38976,1.06636 0.70866,2.2015 0.70866,2.52259 0,0.56293 0.60141,0.88859 2.48032,1.34309 0.86703,0.20973 0.8897,0.30065 1.06883,4.28652 0.21322,4.74473 0.71904,6.37536 1.97764,6.37536 0.46814,0 0.85116,0.13008 0.85116,0.2891 0,0.43671 2.65194,1.83689 3.4791,1.83689 0.41392,0 0.82165,0.30412 0.95004,0.70866 0.19834,0.62493 0.53611,0.70866 2.85852,0.70866 1.51952,0 2.6336,0.14988 2.6336,0.35433 0,0.19488 0.79725,0.35433 1.77166,0.35433 0.9744,0 1.77165,0.15945 1.77165,0.35433 0,0.19488 0.30815,0.35433 0.68478,0.35433 0.38774,0 0.7888,0.32772 0.924571,0.75547 0.42893,1.35149 0.85972,-0.0385 0.86554,-2.79287 z "},"cat42": { "cat_id": 222,"cat_slug": "moianes","name": "Moianès","nx": 480,"ny": 350,"capital": "Moià","cx": 460,"cy": 365,"url": "https://work.catalunyamedieval.dev/mapa/moianes","statistics": {"castell":7,"epoca-carlina":0,"muralles":0,"torre":4,"casa-forta":2,"palau":0,"pont":0,"torre-colomer":0,"basilica":0,"catedral":0,"ermita":5,"esglesia":9,"esglesia-fortificada":0,"monestir":1,"altres-llocs-dinteres":0},"total": 28,"info": "","path": "m 485.73673,582.70533 c 0,-0.62826 0.2363,-0.70866 2.0826,-0.70866 2.6103,0 2.9481,-0.36935 2.808,-3.07049 l -0.1071,-2.0673 -1.2925,-0.10783 c -0.9281,-0.0774 -1.3432,-0.3021 -1.4727,-0.79724 -0.1628,-0.62256 -0.5098,-0.68942 -3.5796,-0.68942 -2.03,0 -3.3993,-0.14273 -3.3993,-0.35433 0,-0.19488 -0.2505,-0.35433 -0.5568,-0.35433 -1.2597,0 -1.5692,-0.90333 -1.5692,-4.581 0,-3.33238 0.047,-3.56861 0.7087,-3.56861 0.6456,0 0.7086,-0.23623 0.7086,-2.65748 0,-1.53543 -0.1496,-2.65748 -0.3543,-2.65748 -0.1949,0 -0.3543,-0.3189 -0.3543,-0.70866 0,-0.38976 -0.1595,-0.70866 -0.3543,-0.70866 -0.1949,0 -0.3544,-0.20911 -0.3544,-0.46469 0,-0.25557 -0.3189,-0.80697 -0.7086,-1.22534 -0.5404,-0.58003 -0.7087,-1.25043 -0.7087,-2.82323 0,-1.6561 0.1396,-2.16324 0.7087,-2.57336 0.3897,-0.28092 0.7086,-0.79447 0.7086,-1.14121 0,-0.34674 0.1339,-0.63044 0.2975,-0.63044 0.7411,0 1.1199,-2.07193 1.1206,-6.12888 l 0,-4.32388 -3.8984,0.11069 c -3.7372,0.10612 -3.8984,0.0805 -3.8984,-0.62008 0,-0.60032 -0.2236,-0.73076 -1.2526,-0.73076 -1.7801,0 -2.99934,-0.89431 -2.99934,-2.19991 0,-0.75742 -0.20009,-1.10774 -0.70866,-1.24073 -0.38976,-0.10193 -0.70866,-0.45042 -0.70866,-0.77444 0,-0.32401 -0.3189,-0.81896 -0.70866,-1.09988 -1.01027,-0.72816 -1.02923,-3.54331 -0.0237,-3.54331 0.37661,0 0.78601,-0.3189 0.90971,-0.70866 0.12369,-0.38977 0.45336,-0.70866 0.73254,-0.70866 0.27918,0 0.50761,-0.15945 0.50761,-0.35433 0,-0.19489 0.3189,-0.35434 0.70866,-0.35434 0.6245,0 0.7087,-0.23622 0.7087,-1.99014 0,-1.91081 -0.032,-1.97895 -0.7973,-1.70944 -1.23064,0.43331 -8.41533,0.61188 -8.41533,0.20916 0,-0.21401 -0.37113,-0.23073 -0.97441,-0.0439 -0.53593,0.16595 -1.65207,0.49652 -2.48032,0.73459 -0.82825,0.23808 -1.5059,0.56679 -1.5059,0.73048 0,0.1637 -0.6378,0.29762 -1.41733,0.29762 -0.77952,0 -1.41732,0.16523 -1.41732,0.36716 0,0.23516 -1.24207,0.3307 -3.45472,0.26575 -3.35456,-0.0985 -3.45824,-0.12634 -3.57616,-0.96125 -0.23697,-1.6781 -1.0885,-2.5063 -2.5768,-2.5063 -0.98741,0 -1.37657,0.15026 -1.37657,0.53149 0,0.29232 -0.15945,0.5315 -0.35433,0.5315 -0.19488,0 -0.35433,0.47834 -0.35433,1.06299 0,0.58465 -0.15945,1.06299 -0.35433,1.06299 -0.21476,0 -0.35433,1.53543 -0.35433,3.89764 0,2.36221 -0.13957,3.89764 -0.35433,3.89764 -0.19489,0 -0.35433,0.44209 -0.35433,0.98241 0,0.75933 -0.28163,1.13408 -1.24016,1.65029 -0.68209,0.36733 -1.24016,0.80221 -1.24016,0.9664 0,0.16419 -0.20909,0.29854 -0.46467,0.29854 -0.25558,0 -0.80699,0.31889 -1.22535,0.70866 -0.41835,0.38976 -0.91605,0.70866 -1.10593,0.70866 -0.18989,0 -0.44649,0.3189 -0.57019,0.70866 -0.1237,0.38976 -0.45337,0.70866 -0.73254,0.70866 -0.30523,0 -0.50762,0.35317 -0.50762,0.88583 0,0.74408 0.16675,0.88582 1.04209,0.88582 0.57313,0 1.13205,0.14558 1.242,0.3235 0.10998,0.17793 0.82442,0.42901 1.58765,0.55796 0.76323,0.12894 1.46916,0.44668 1.56869,0.70608 0.0995,0.25939 0.67599,0.58034 1.28098,0.71323 0.60502,0.13288 1.62847,0.78571 2.2743,1.45073 0.64588,0.66502 1.44358,1.20913 1.77272,1.20913 0.3291,0 1.22981,0.32214 2.00158,0.71587 1.23587,0.63048 1.40322,0.86553 1.40322,1.97082 0,2.04511 -1.0328,4.75426 -1.81244,4.75426 -0.36733,0 -0.66788,0.15945 -0.66788,0.35433 0,0.20248 -1.06299,0.35433 -2.48031,0.35433 -1.41732,0 -2.48032,0.15186 -2.48032,0.35433 0,0.19488 -0.54733,0.35433 -1.21627,0.35433 -0.9051,0 -1.27382,0.18132 -1.44121,0.70866 -0.18811,0.59266 -0.5361,0.70866 -2.12598,0.70866 -1.55346,0 -1.93996,0.12254 -2.11376,0.67016 -0.20569,0.64806 -0.89787,0.89342 -3.7327,1.3231 -1.40726,0.21331 -3.60974,1.13055 -3.94306,1.64212 -0.21288,0.32667 -1.96505,0.79981 -4.50361,1.21612 -1.17649,0.19293 -1.18194,0.20293 -0.99978,1.83462 0.29168,2.61294 0.65668,4.0629 1.14587,4.55209 0.62748,0.62748 0.97338,0.57146 1.5683,-0.25395 0.28091,-0.38977 0.76259,-0.70866 1.07036,-0.70866 0.30774,0 0.72308,-0.16353 0.92296,-0.36341 0.22709,-0.22709 2.54622,-0.32676 6.18307,-0.26574 l 5.81967,0.0977 0.11105,1.34656 c 0.0879,1.06647 0.30905,1.43412 1.06299,1.76751 0.52356,0.23156 1.1637,0.6232 1.4225,0.87034 0.2588,0.24715 0.77701,0.61338 1.15157,0.81383 0.49943,0.26731 0.68103,0.7465 0.68103,1.79713 0,1.20242 0.22234,1.64626 1.38369,2.76208 0.76104,0.73119 1.61302,2.00788 1.89333,2.83705 0.46517,1.37612 0.55861,1.45861 1.07129,0.94592 0.64265,-0.64261 5.57295,-0.82608 5.57295,-0.20735 0,0.21993 1.94882,0.35433 5.13779,0.35433 3.18898,0 5.1378,-0.1344 5.1378,-0.35433 0,-0.19488 0.31889,-0.35433 0.70866,-0.35433 0.40801,0 0.70866,-0.23623 0.70866,-0.5568 0,-0.958 0.95623,-1.56918 2.45502,-1.56918 1.22545,0 1.44262,0.11108 1.44262,0.73789 0,0.66061 0.17628,0.72556 1.68307,0.62008 1.5178,-0.10623 1.6942,-0.0395 1.7963,0.67943 0.098,0.68977 0.3249,0.79724 1.6831,0.79724 0.8634,0 1.5698,-0.15945 1.5698,-0.35433 0,-0.21331 1.4542,-0.35433 3.6539,-0.35433 4.1362,0 6.6217,0.80111 6.6217,2.13424 0,0.59389 0.2425,0.7004 1.5945,0.7004 1.3582,0 1.5945,-0.10498 1.5945,-0.70866 z "}} \ No newline at end of file diff --git a/assets/js/catalunya-map/catalunya-map.min.js b/assets/js/catalunya-map/catalunya-map.min.js index 6a4b4ba..ed963fa 100644 --- a/assets/js/catalunya-map/catalunya-map.min.js +++ b/assets/js/catalunya-map/catalunya-map.min.js @@ -1,3 +1,3 @@ -/*! Generated 01-09-2017 */ +/*! Generated 07-09-2017 */ $(function(t){var a=function(){function a(t,a){this.config=t,this.mappaths=a,this.paper,this.winWidth,this.win,this.obj,this.mcat={}}return a.prototype={createArrayComarcas:function(){this.config.debug&&console.log("createArrayComarcas ..."),this.mcat.cat1=paper.set(),this.mcat.cat2=paper.set(),this.mcat.cat3=paper.set(),this.mcat.cat4=paper.set(),this.mcat.cat5=paper.set(),this.mcat.cat6=paper.set(),this.mcat.cat7=paper.set(),this.mcat.cat8=paper.set(),this.mcat.cat9=paper.set(),this.mcat.cat10=paper.set(),this.mcat.cat11=paper.set(),this.mcat.cat12=paper.set(),this.mcat.cat13=paper.set(),this.mcat.cat14=paper.set(),this.mcat.cat15=paper.set(),this.mcat.cat16=paper.set(),this.mcat.cat17=paper.set(),this.mcat.cat18=paper.set(),this.mcat.cat19=paper.set(),this.mcat.cat20=paper.set(),this.mcat.cat21=paper.set(),this.mcat.cat22=paper.set(),this.mcat.cat23=paper.set(),this.mcat.cat24=paper.set(),this.mcat.cat25=paper.set(),this.mcat.cat26=paper.set(),this.mcat.cat27=paper.set(),this.mcat.cat28=paper.set(),this.mcat.cat29=paper.set(),this.mcat.cat30=paper.set(),this.mcat.cat31=paper.set(),this.mcat.cat32=paper.set(),this.mcat.cat33=paper.set(),this.mcat.cat34=paper.set(),this.mcat.cat35=paper.set(),this.mcat.cat36=paper.set(),this.mcat.cat37=paper.set(),this.mcat.cat38=paper.set(),this.mcat.cat39=paper.set(),this.mcat.cat40=paper.set(),this.mcat.cat41=paper.set(),this.mcat.cat42=paper.set()},createLlistaComarquesText:function(){this.config.debug&&console.log("create list of comarques ...");var t=[];for(var a in this.mappaths)t.push({name:this.mappaths[a].name,url:this.mappaths[a].url,total:this.mappaths[a].total});for(t=t.sort(function(t,a){return t.name.localeCompare(a.name)}),i=0;i"+t[i].name+""+t[i].total+"").appendTo("ul.list")},createMap:function(a){var i=this.config,s=this;this.config.debug&&console.log("CreateMap ...");var e=0;for(var o in this.mappaths)obj=this.mcat[o],obj.push(a.path(this.mappaths[o].path).attr(this.config.comarcaAttr)),obj.animate({transform:"t0,-200"}),obj.push(a.text(this.mappaths[o].nx,this.mappaths[o].ny,this.mappaths[o].name).attr(this.config.nomComcarcaAttr_out)),obj.push(a.text(this.mappaths[o].cx,this.mappaths[o].cy,this.mappaths[o].capital).attr(this.config.nomCapitalAttr)),obj[0].comarcaName=this.mappaths[o].name,obj[1].comarcaName=this.mappaths[o].name,obj[2].comarcaName=this.mappaths[o].name,obj[0].contentText=this.mappaths[o].info,obj[1].contentText=this.mappaths[o].info,obj[2].contentText=this.mappaths[o].info,obj[0].comarcaLink=this.mappaths[o].url,obj[1].comarcaLink=this.mappaths[o].url,obj[2].comarcaLink=this.mappaths[o].url,obj[0].node.id=e,obj[0].toBack(),obj[1].toFront(),obj[2].toFront(),obj[1].hide(),obj[2].hide(),obj.hover(function(){var t={fill:i.colorIn};this[0].animate(t,100),this[1].attr(i.nomComcarcaAttr_in),this[2].show()},function(){var t={fill:i.colorOut};this[0].animate(t,100),this[1].attr(i.nomComcarcaAttr_out),this[2].hide()},obj,obj),this.config.useText&&(obj[0].click(function(){var t=this.comarcaName,a=this.contentText,i=this.comarcaLink;s.onMapClick(t,a,i)}),obj[1].click(function(){var t=this.comarcaName,a=this.contentText,i=this.comarcaLink;s.onMapClick(t,a,i)}),obj[2].click(function(){var t=this.comarcaName,a=this.contentText,i=this.comarcaLink;s.onMapClick(t,a,i)}),obj[0].touchstart(function(){var t=this.comarcaName,a=this.contentText,i=this.comarcaLink;s.onMapClick(t,a,i)}),obj[1].touchstart(function(){var t=this.comarcaName,a=this.contentText,i=this.comarcaLink;s.onMapClick(t,a,i)}),obj[2].touchstart(function(){var t=this.comarcaName,a=this.contentText,i=this.comarcaLink;s.onMapClick(t,a,i)})),e++;this.config.responsive?(s.responsiveResize(),$(t).resize(function(){s.responsiveResize()})):s.resizeMap(a)},onMapClick:function(a,i,s){this.config.onClick?this.config.newWindow?t.open(s):t.location=s:(this.config.button&&(this.config.debug&&console.log("button functionality enabled"),$("#veure-contingut").show(),$("#contentText").click(function(){return t.location=s,!1}),$("#veure-contingut").click(function(){return $(this).toggleClass("veure-clic"),t.location=s,!1})),$("#comarcaName").html("

"+a+"

"),$("#contentText").html(i))},resizeMap:function(t){var a=this;this.config.debug&&console.log("resizeMap ..."),t.changeSize(this.config.mapWidth,this.config.mapHeight,!0,!1),this.config.debug&&console.log("resize map with : "+this.config.mapWidth+" height : "+this.config.mapHeight),$(".map").css({width:this.config.mapWidth+"px",height:this.config.mapHeight+"px"}),$(".map-wrapper").css({width:this.config.mapWidth+this.config.textInitWidth+"px",height:this.config.mapHeight+"px"}),$(".map-wrapper").mouseenter(function(){a.showComarcaName()}),$(".map-wrapper").mouseleave(function(){a.hideComarcaName()})},showComarcaName:function(){for(var t in this.mappaths)obj=this.mcat[t],obj[1].show()},hideComarcaName:function(){for(var t in this.mappaths)obj=this.mcat[t],obj[1].hide()},responsiveResize:function(){var t=this;this.config.debug&&console.log("responsiveResize ..."),winWidth=win.width(),winWidth>=960?(this.config.debug&&console.log("WindowWith > 960"),t.hideListShowMap(),this.config.mapWidth=.8*this.config.mapInitWidth,this.config.mapHeight=.8*this.config.mapInitHeight,paper.scaleAll(this.config.scale),t.resizeMap(paper)):winWidth<960&&winWidth>=768?(this.config.debug&&console.log("768 =< WindowWith < 960 "),t.hideMapShowList()):winWidth<768&&winWidth>=480?(this.config.debug&&console.log("480 =< WindowWith < 768 "),t.hideMapShowList()):winWidth<480&&(this.config.debug&&console.log("480 < WindowWith"),t.hideMapShowList()),t.showValues()},hideMapShowList:function(){$(".map-wrapper").hide(),$(".llistaComarques").show()},hideListShowMap:function(){$(".llistaComarques").hide(),$(".map-wrapper").show()},showValues:function(){this.config.debug&&(console.log("showValues ..."),console.log("Win Width: "+winWidth+" Map with: "+this.config.mapWidth+" Map Height: "+this.config.mapHeight+" Ratio: "+ratio),$("#this.config.debugInfo").html("Win Width: "+winWidth+" Map with: "+this.config.mapWidth+" Map Height: "+this.config.mapHeight+" Ratio: "+ratio))},loadMapAndText:function(){var a=this;this.config.debug&&(console.log("loadMapAndText ..."),console.log("Create map with : "+this.config.mapWidth+" height : "+this.config.mapHeight)),paper=new ScaleRaphael("map",this.config.mapWidth,this.config.mapHeight),this.config.debug&&console.log("scale map : "+this.config.scale),paper.scaleAll(this.config.scale),ratio=this.config.mapWidth/this.config.mapHeight,this.config.debug&&console.log("ratio : "+ratio),win=$(t),winWidth=win.width(),this.config.debug&&console.log("Window With : "+winWidth),a.createArrayComarcas(),a.createMap(paper),a.createLlistaComarquesText()}},a}();a.create=function(t,i){return new a(t,i)},t.Catmap=a}(window)); \ No newline at end of file diff --git a/assets/js/catalunya-map/jquery-3.2.1.min.js b/assets/js/catalunya-map/jquery-3.2.1.min.js index ba73105..54d8daa 100644 --- a/assets/js/catalunya-map/jquery-3.2.1.min.js +++ b/assets/js/catalunya-map/jquery-3.2.1.min.js @@ -1,3 +1,3 @@ -/*! Generated 01-09-2017 */ +/*! Generated 07-09-2017 */ !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){"use strict";function n(e,t){var n=(t=t||te).createElement("script");n.text=e,t.head.appendChild(n).parentNode.removeChild(n)}function r(e){var t=!!e&&"length"in e&&e.length,n=de.type(e);return"function"!==n&&!de.isWindow(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}function i(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}function o(e,t,n){return de.isFunction(t)?de.grep(e,function(e,r){return!!t.call(e,r,e)!==n}):t.nodeType?de.grep(e,function(e){return e===t!==n}):"string"!=typeof t?de.grep(e,function(e){return ae.call(t,e)>-1!==n}):Ce.test(t)?de.filter(t,e,n):(t=de.filter(t,e),de.grep(e,function(e){return ae.call(t,e)>-1!==n&&1===e.nodeType}))}function a(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}function s(e){var t={};return de.each(e.match(De)||[],function(e,n){t[n]=!0}),t}function u(e){return e}function l(e){throw e}function c(e,t,n,r){var i;try{e&&de.isFunction(i=e.promise)?i.call(e).done(t).fail(n):e&&de.isFunction(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}function f(){te.removeEventListener("DOMContentLoaded",f),e.removeEventListener("load",f),de.ready()}function p(){this.expando=de.expando+p.uid++}function d(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:Oe.test(e)?JSON.parse(e):e)}function h(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(Pe,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n=d(n)}catch(e){}Fe.set(e,t,n)}else n=void 0;return n}function g(e,t,n,r){var i,o=1,a=20,s=r?function(){return r.cur()}:function(){return de.css(e,t,"")},u=s(),l=n&&n[3]||(de.cssNumber[t]?"":"px"),c=(de.cssNumber[t]||"px"!==l&&+u)&&Me.exec(de.css(e,t));if(c&&c[3]!==l){l=l||c[3],n=n||[],c=+u||1;do{c/=o=o||".5",de.style(e,t,c+l)}while(o!==(o=s()/u)&&1!==o&&--a)}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}function v(e){var t,n=e.ownerDocument,r=e.nodeName,i=Be[r];return i||(t=n.body.appendChild(n.createElement(r)),i=de.css(t,"display"),t.parentNode.removeChild(t),"none"===i&&(i="block"),Be[r]=i,i)}function m(e,t){for(var n,r,i=[],o=0,a=e.length;o-1)i&&i.push(o);else if(l=de.contains(o.ownerDocument,o),a=y(f.appendChild(o),"script"),l&&x(a),n)for(c=0;o=a[c++];)Xe.test(o.type||"")&&n.push(o);return f}function w(){return!0}function T(){return!1}function C(){try{return te.activeElement}catch(e){}}function E(e,t,n,r,i,o){var a,s;if("object"==typeof t){"string"!=typeof n&&(r=r||n,n=void 0);for(s in t)E(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=T;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return de().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=de.guid++)),e.each(function(){de.event.add(this,t,i,r,n)})}function k(e,t){return i(e,"table")&&i(11!==t.nodeType?t:t.firstChild,"tr")?de(">tbody",e)[0]||e:e}function S(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function N(e){var t=tt.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function D(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(He.hasData(e)&&(o=He.access(e),a=He.set(t,o),l=o.events)){delete a.handle,a.events={};for(i in l)for(n=0,r=l[i].length;n1&&"string"==typeof h&&!pe.checkClone&&et.test(h))return e.each(function(n){var o=e.eq(n);g&&(t[0]=h.call(this,n,o.html())),A(o,t,r,i)});if(p&&(o=b(t,e[0].ownerDocument,!1,e,i),a=o.firstChild,1===o.childNodes.length&&(o=a),a||i)){for(u=(s=de.map(y(o,"script"),S)).length;f=0&&nw.cacheLength&&delete e[t.shift()],e[n+" "]=r}var t=[];return e}function r(e){return e[M]=!0,e}function i(e){var t=q.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function o(e,t){for(var n=e.split("|"),r=n.length;r--;)w.attrHandle[n[r]]=t}function a(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function s(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&Te(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function u(e){return r(function(t){return t=+t,r(function(n,r){for(var i,o=e([],n.length,t),a=o.length;a--;)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}function l(e){return e&&void 0!==e.getElementsByTagName&&e}function c(){}function f(e){for(var t=0,n=e.length,r="";t1?function(t,n,r){for(var i=e.length;i--;)if(!e[i](t,n,r))return!1;return!0}:e[0]}function h(e,n,r){for(var i=0,o=n.length;i-1&&(r[l]=!(a[l]=f))}}else x=g(x===a?x.splice(v,x.length):x),o?o(null,a,x,u):Q.apply(a,x)})}function m(e){for(var t,n,r,i=e.length,o=w.relative[e[0].type],a=o||w.relative[" "],s=o?1:0,u=p(function(e){return e===t},a,!0),l=p(function(e){return K(t,e)>-1},a,!0),c=[function(e,n,r){var i=!o&&(r||n!==N)||((t=n).nodeType?u(e,n,r):l(e,n,r));return t=null,i}];s1&&d(c),s>1&&f(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace(oe,"$1"),n,s0,o=e.length>0,a=function(r,a,s,u,l){var c,f,p,d=0,h="0",v=r&&[],m=[],y=N,x=r||o&&w.find.TAG("*",l),b=W+=null==y?1:Math.random()||.1,T=x.length;for(l&&(N=a===q||a||l);h!==T&&null!=(c=x[h]);h++){if(o&&c){for(f=0,a||c.ownerDocument===q||(A(c),s=!H);p=e[f++];)if(p(c,a||q,s)){u.push(c);break}l&&(W=b)}i&&((c=!p&&c)&&d--,r&&v.push(c))}if(d+=h,i&&h!==d){for(f=0;p=n[f++];)p(v,m,a,s);if(r){if(d>0)for(;h--;)v[h]||m[h]||(m[h]=G.call(u));m=g(m)}Q.apply(u,m),l&&!r&&m.length>0&&d+n.length>1&&t.uniqueSort(u)}return l&&(W=b,N=y),v};return i?r(a):a}var x,b,w,T,C,E,k,S,N,D,j,A,q,L,H,F,O,P,R,M="sizzle"+1*new Date,I=e.document,W=0,$=0,B=n(),_=n(),z=n(),X=function(e,t){return e===t&&(j=!0),0},U={}.hasOwnProperty,V=[],G=V.pop,Y=V.push,Q=V.push,J=V.slice,K=function(e,t){for(var n=0,r=e.length;n+~]|"+ee+")"+ee+"*"),ue=new RegExp("="+ee+"*([^\\]'\"]*?)"+ee+"*\\]","g"),le=new RegExp(re),ce=new RegExp("^"+te+"$"),fe={ID:new RegExp("^#("+te+")"),CLASS:new RegExp("^\\.("+te+")"),TAG:new RegExp("^("+te+"|[*])"),ATTR:new RegExp("^"+ne),PSEUDO:new RegExp("^"+re),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ee+"*(even|odd|(([+-]|)(\\d*)n|)"+ee+"*(?:([+-]|)"+ee+"*(\\d+)|))"+ee+"*\\)|)","i"),bool:new RegExp("^(?:"+Z+")$","i"),needsContext:new RegExp("^"+ee+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ee+"*((?:-\\d)?\\d*)"+ee+"*\\)|)(?=[^-]|$)","i")},pe=/^(?:input|select|textarea|button)$/i,de=/^h\d$/i,he=/^[^{]+\{\s*\[native \w/,ge=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ve=/[+~]/,me=new RegExp("\\\\([\\da-f]{1,6}"+ee+"?|("+ee+")|.)","ig"),ye=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},xe=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,be=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},we=function(){A()},Te=p(function(e){return!0===e.disabled&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{Q.apply(V=J.call(I.childNodes),I.childNodes),V[I.childNodes.length].nodeType}catch(e){Q={apply:V.length?function(e,t){Y.apply(e,J.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}b=t.support={},C=t.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},A=t.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:I;return r!==q&&9===r.nodeType&&r.documentElement?(q=r,L=q.documentElement,H=!C(q),I!==q&&(n=q.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",we,!1):n.attachEvent&&n.attachEvent("onunload",we)),b.attributes=i(function(e){return e.className="i",!e.getAttribute("className")}),b.getElementsByTagName=i(function(e){return e.appendChild(q.createComment("")),!e.getElementsByTagName("*").length}),b.getElementsByClassName=he.test(q.getElementsByClassName),b.getById=i(function(e){return L.appendChild(e).id=M,!q.getElementsByName||!q.getElementsByName(M).length}),b.getById?(w.filter.ID=function(e){var t=e.replace(me,ye);return function(e){return e.getAttribute("id")===t}},w.find.ID=function(e,t){if(void 0!==t.getElementById&&H){var n=t.getElementById(e);return n?[n]:[]}}):(w.filter.ID=function(e){var t=e.replace(me,ye);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},w.find.ID=function(e,t){if(void 0!==t.getElementById&&H){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(i=t.getElementsByName(e),r=0;o=i[r++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),w.find.TAG=b.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):b.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){for(;n=o[i++];)1===n.nodeType&&r.push(n);return r}return o},w.find.CLASS=b.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&H)return t.getElementsByClassName(e)},O=[],F=[],(b.qsa=he.test(q.querySelectorAll))&&(i(function(e){L.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&F.push("[*^$]="+ee+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||F.push("\\["+ee+"*(?:value|"+Z+")"),e.querySelectorAll("[id~="+M+"-]").length||F.push("~="),e.querySelectorAll(":checked").length||F.push(":checked"),e.querySelectorAll("a#"+M+"+*").length||F.push(".#.+[+~]")}),i(function(e){e.innerHTML="";var t=q.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&F.push("name"+ee+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&F.push(":enabled",":disabled"),L.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&F.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),F.push(",.*:")})),(b.matchesSelector=he.test(P=L.matches||L.webkitMatchesSelector||L.mozMatchesSelector||L.oMatchesSelector||L.msMatchesSelector))&&i(function(e){b.disconnectedMatch=P.call(e,"*"),P.call(e,"[s!='']:x"),O.push("!=",re)}),F=F.length&&new RegExp(F.join("|")),O=O.length&&new RegExp(O.join("|")),t=he.test(L.compareDocumentPosition),R=t||he.test(L.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},X=t?function(e,t){if(e===t)return j=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!b.sortDetached&&t.compareDocumentPosition(e)===n?e===q||e.ownerDocument===I&&R(I,e)?-1:t===q||t.ownerDocument===I&&R(I,t)?1:D?K(D,e)-K(D,t):0:4&n?-1:1)}:function(e,t){if(e===t)return j=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,s=[e],u=[t];if(!i||!o)return e===q?-1:t===q?1:i?-1:o?1:D?K(D,e)-K(D,t):0;if(i===o)return a(e,t);for(n=e;n=n.parentNode;)s.unshift(n);for(n=t;n=n.parentNode;)u.unshift(n);for(;s[r]===u[r];)r++;return r?a(s[r],u[r]):s[r]===I?-1:u[r]===I?1:0},q):q},t.matches=function(e,n){return t(e,null,null,n)},t.matchesSelector=function(e,n){if((e.ownerDocument||e)!==q&&A(e),n=n.replace(ue,"='$1']"),b.matchesSelector&&H&&!z[n+" "]&&(!O||!O.test(n))&&(!F||!F.test(n)))try{var r=P.call(e,n);if(r||b.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){}return t(n,q,null,[e]).length>0},t.contains=function(e,t){return(e.ownerDocument||e)!==q&&A(e),R(e,t)},t.attr=function(e,t){(e.ownerDocument||e)!==q&&A(e);var n=w.attrHandle[t.toLowerCase()],r=n&&U.call(w.attrHandle,t.toLowerCase())?n(e,t,!H):void 0;return void 0!==r?r:b.attributes||!H?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},t.escape=function(e){return(e+"").replace(xe,be)},t.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},t.uniqueSort=function(e){var t,n=[],r=0,i=0;if(j=!b.detectDuplicates,D=!b.sortStable&&e.slice(0),e.sort(X),j){for(;t=e[i++];)t===e[i]&&(r=n.push(i));for(;r--;)e.splice(n[r],1)}return D=null,e},T=t.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=T(e)}else if(3===i||4===i)return e.nodeValue}else for(;t=e[r++];)n+=T(t);return n},(w=t.selectors={cacheLength:50,createPseudo:r,match:fe,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(me,ye),e[3]=(e[3]||e[4]||e[5]||"").replace(me,ye),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||t.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&t.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return fe.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&le.test(n)&&(t=E(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(me,ye).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=B[e+" "];return t||(t=new RegExp("(^|"+ee+")"+e+"("+ee+"|$)"))&&B(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,n,r){return function(i){var o=t.attr(i,e);return null==o?"!="===n:!n||(o+="","="===n?o===r:"!="===n?o!==r:"^="===n?r&&0===o.indexOf(r):"*="===n?r&&o.indexOf(r)>-1:"$="===n?r&&o.slice(-r.length)===r:"~="===n?(" "+o.replace(ie," ")+" ").indexOf(r)>-1:"|="===n&&(o===r||o.slice(0,r.length+1)===r+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,p,d,h,g=o!==a?"nextSibling":"previousSibling",v=t.parentNode,m=s&&t.nodeName.toLowerCase(),y=!u&&!s,x=!1;if(v){if(o){for(;g;){for(p=t;p=p[g];)if(s?p.nodeName.toLowerCase()===m:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?v.firstChild:v.lastChild],a&&y){for(x=(d=(l=(c=(f=(p=v)[M]||(p[M]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===W&&l[1])&&l[2],p=d&&v.childNodes[d];p=++d&&p&&p[g]||(x=d=0)||h.pop();)if(1===p.nodeType&&++x&&p===t){c[e]=[W,d,x];break}}else if(y&&(x=d=(l=(c=(f=(p=t)[M]||(p[M]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===W&&l[1]),!1===x)for(;(p=++d&&p&&p[g]||(x=d=0)||h.pop())&&((s?p.nodeName.toLowerCase()!==m:1!==p.nodeType)||!++x||(y&&((c=(f=p[M]||(p[M]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]=[W,x]),p!==t)););return(x-=i)===r||x%r==0&&x/r>=0}}},PSEUDO:function(e,n){var i,o=w.pseudos[e]||w.setFilters[e.toLowerCase()]||t.error("unsupported pseudo: "+e);return o[M]?o(n):o.length>1?(i=[e,e,"",n],w.setFilters.hasOwnProperty(e.toLowerCase())?r(function(e,t){for(var r,i=o(e,n),a=i.length;a--;)e[r=K(e,i[a])]=!(t[r]=i[a])}):function(e){return o(e,0,i)}):o}},pseudos:{not:r(function(e){var t=[],n=[],i=k(e.replace(oe,"$1"));return i[M]?r(function(e,t,n,r){for(var o,a=i(e,null,r,[]),s=e.length;s--;)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,r,o){return t[0]=e,i(t,null,o,n),t[0]=null,!n.pop()}}),has:r(function(e){return function(n){return t(e,n).length>0}}),contains:r(function(e){return e=e.replace(me,ye),function(t){return(t.textContent||t.innerText||T(t)).indexOf(e)>-1}}),lang:r(function(e){return ce.test(e||"")||t.error("unsupported lang: "+e),e=e.replace(me,ye).toLowerCase(),function(t){var n;do{if(n=H?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===L},focus:function(e){return e===q.activeElement&&(!q.hasFocus||q.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:s(!1),disabled:s(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!w.pseudos.empty(e)},header:function(e){return de.test(e.nodeName)},input:function(e){return pe.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:u(function(){return[0]}),last:u(function(e,t){return[t-1]}),eq:u(function(e,t,n){return[n<0?n+t:n]}),even:u(function(e,t){for(var n=0;n=0;)e.push(r);return e}),gt:u(function(e,t,n){for(var r=n<0?n+t:n;++r2&&"ID"===(a=o[0]).type&&9===t.nodeType&&H&&w.relative[o[1].type]){if(!(t=(w.find.ID(a.matches[0].replace(me,ye),t)||[])[0]))return n;c&&(t=t.parentNode),e=e.slice(o.shift().value.length)}for(i=fe.needsContext.test(e)?0:o.length;i--&&(a=o[i],!w.relative[s=a.type]);)if((u=w.find[s])&&(r=u(a.matches[0].replace(me,ye),ve.test(o[0].type)&&l(t.parentNode)||t))){if(o.splice(i,1),!(e=r.length&&f(o)))return Q.apply(n,r),n;break}}return(c||k(e,p))(r,t,!H,n,!t||ve.test(e)&&l(t.parentNode)||t),n},b.sortStable=M.split("").sort(X).join("")===M,b.detectDuplicates=!!j,A(),b.sortDetached=i(function(e){return 1&e.compareDocumentPosition(q.createElement("fieldset"))}),i(function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")})||o("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),b.attributes&&i(function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||o("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),i(function(e){return null==e.getAttribute("disabled")})||o(Z,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),t}(e);de.find=ye,de.expr=ye.selectors,de.expr[":"]=de.expr.pseudos,de.uniqueSort=de.unique=ye.uniqueSort,de.text=ye.getText,de.isXMLDoc=ye.isXML,de.contains=ye.contains,de.escapeSelector=ye.escape;var xe=function(e,t,n){for(var r=[],i=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(i&&de(e).is(n))break;r.push(e)}return r},be=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},we=de.expr.match.needsContext,Te=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i,Ce=/^.[^:#\[\.,]*$/;de.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?de.find.matchesSelector(r,e)?[r]:[]:de.find.matches(e,de.grep(t,function(e){return 1===e.nodeType}))},de.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(de(e).filter(function(){for(t=0;t1?de.uniqueSort(n):n},filter:function(e){return this.pushStack(o(this,e||[],!1))},not:function(e){return this.pushStack(o(this,e||[],!0))},is:function(e){return!!o(this,"string"==typeof e&&we.test(e)?de(e):e||[],!1).length}});var Ee,ke=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(de.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||Ee,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:ke.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof de?t[0]:t,de.merge(this,de.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:te,!0)),Te.test(r[1])&&de.isPlainObject(t))for(r in t)de.isFunction(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=te.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):de.isFunction(e)?void 0!==n.ready?n.ready(e):e(de):de.makeArray(e,this)}).prototype=de.fn,Ee=de(te);var Se=/^(?:parents|prev(?:Until|All))/,Ne={children:!0,contents:!0,next:!0,prev:!0};de.fn.extend({has:function(e){var t=de(e,this),n=t.length;return this.filter(function(){for(var e=0;e-1:1===n.nodeType&&de.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?de.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?ae.call(de(e),this[0]):ae.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(de.uniqueSort(de.merge(this.get(),de(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),de.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return xe(e,"parentNode")},parentsUntil:function(e,t,n){return xe(e,"parentNode",n)},next:function(e){return a(e,"nextSibling")},prev:function(e){return a(e,"previousSibling")},nextAll:function(e){return xe(e,"nextSibling")},prevAll:function(e){return xe(e,"previousSibling")},nextUntil:function(e,t,n){return xe(e,"nextSibling",n)},prevUntil:function(e,t,n){return xe(e,"previousSibling",n)},siblings:function(e){return be((e.parentNode||{}).firstChild,e)},children:function(e){return be(e.firstChild)},contents:function(e){return i(e,"iframe")?e.contentDocument:(i(e,"template")&&(e=e.content||e),de.merge([],e.childNodes))}},function(e,t){de.fn[e]=function(n,r){var i=de.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=de.filter(r,i)),this.length>1&&(Ne[e]||de.uniqueSort(i),Se.test(e)&&i.reverse()),this.pushStack(i)}});var De=/[^\x20\t\r\n\f]+/g;de.Callbacks=function(e){e="string"==typeof e?s(e):de.extend({},e);var t,n,r,i,o=[],a=[],u=-1,l=function(){for(i=i||e.once,r=t=!0;a.length;u=-1)for(n=a.shift();++u-1;)o.splice(n,1),n<=u&&u--}),this},has:function(e){return e?de.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=a=[],o=n="",this},disabled:function(){return!o},lock:function(){return i=a=[],n||t||(o=n=""),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=[e,(n=n||[]).slice?n.slice():n],a.push(n),t||l()),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!r}};return c},de.extend({Deferred:function(t){var n=[["notify","progress",de.Callbacks("memory"),de.Callbacks("memory"),2],["resolve","done",de.Callbacks("once memory"),de.Callbacks("once memory"),0,"resolved"],["reject","fail",de.Callbacks("once memory"),de.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},catch:function(e){return i.then(null,e)},pipe:function(){var e=arguments;return de.Deferred(function(t){de.each(n,function(n,r){var i=de.isFunction(e[r[4]])&&e[r[4]];o[r[1]](function(){var e=i&&i.apply(this,arguments);e&&de.isFunction(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[r[0]+"With"](this,i?[e]:arguments)})}),e=null}).promise()},then:function(t,r,i){function o(t,n,r,i){return function(){var s=this,c=arguments,f=function(){var e,f;if(!(t=a&&(r!==l&&(s=void 0,c=[e]),n.rejectWith(s,c))}};t?p():(de.Deferred.getStackHook&&(p.stackTrace=de.Deferred.getStackHook()),e.setTimeout(p))}}var a=0;return de.Deferred(function(e){n[0][3].add(o(0,e,de.isFunction(i)?i:u,e.notifyWith)),n[1][3].add(o(0,e,de.isFunction(t)?t:u)),n[2][3].add(o(0,e,de.isFunction(r)?r:l))}).promise()},promise:function(e){return null!=e?de.extend(e,i):i}},o={};return de.each(n,function(e,t){var a=t[2],s=t[5];i[t[1]]=a.add,s&&a.add(function(){r=s},n[3-e][2].disable,n[0][2].lock),a.add(t[3].fire),o[t[0]]=function(){return o[t[0]+"With"](this===o?void 0:this,arguments),this},o[t[0]+"With"]=a.fireWith}),i.promise(o),t&&t.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),i=re.call(arguments),o=de.Deferred(),a=function(e){return function(n){r[e]=this,i[e]=arguments.length>1?re.call(arguments):n,--t||o.resolveWith(r,i)}};if(t<=1&&(c(e,o.done(a(n)).resolve,o.reject,!t),"pending"===o.state()||de.isFunction(i[n]&&i[n].then)))return o.then();for(;n--;)c(i[n],a(n),o.reject);return o.promise()}});var je=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;de.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&je.test(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},de.readyException=function(t){e.setTimeout(function(){throw t})};var Ae=de.Deferred();de.fn.ready=function(e){return Ae.then(e).catch(function(e){de.readyException(e)}),this},de.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--de.readyWait:de.isReady)||(de.isReady=!0,!0!==e&&--de.readyWait>0||Ae.resolveWith(te,[de]))}}),de.ready.then=Ae.then,"complete"===te.readyState||"loading"!==te.readyState&&!te.documentElement.doScroll?e.setTimeout(de.ready):(te.addEventListener("DOMContentLoaded",f),e.addEventListener("load",f));var qe=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===de.type(n)){i=!0;for(s in n)qe(e,t,s,n[s],!0,o,a)}else if(void 0!==r&&(i=!0,de.isFunction(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(de(e),n)})),t))for(;s1,null,!0)},removeData:function(e){return this.each(function(){Fe.remove(this,e)})}}),de.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=He.get(e,t),n&&(!r||Array.isArray(n)?r=He.access(e,t,de.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=de.queue(e,t),r=n.length,i=n.shift(),o=de._queueHooks(e,t);"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,function(){de.dequeue(e,t)},o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return He.get(e,n)||He.access(e,n,{empty:de.Callbacks("once memory").add(function(){He.remove(e,[t+"queue",n])})})}}),de.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]+)/i,Xe=/^$|\/(?:java|ecma)script/i,Ue={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};Ue.optgroup=Ue.option,Ue.tbody=Ue.tfoot=Ue.colgroup=Ue.caption=Ue.thead,Ue.th=Ue.td;var Ve=/<|&#?\w+;/;!function(){var e=te.createDocumentFragment().appendChild(te.createElement("div")),t=te.createElement("input");t.setAttribute("type","radio"),t.setAttribute("checked","checked"),t.setAttribute("name","t"),e.appendChild(t),pe.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="",pe.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue}();var Ge=te.documentElement,Ye=/^key/,Qe=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Je=/^([^.]*)(?:\.(.+)|)/;de.event={global:{},add:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=He.get(e);if(v)for(n.handler&&(n=(o=n).handler,i=o.selector),i&&de.find.matchesSelector(Ge,i),n.guid||(n.guid=de.guid++),(u=v.events)||(u=v.events={}),(a=v.handle)||(a=v.handle=function(t){return void 0!==de&&de.event.triggered!==t.type?de.event.dispatch.apply(e,arguments):void 0}),l=(t=(t||"").match(De)||[""]).length;l--;)d=g=(s=Je.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=de.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=de.event.special[d]||{},c=de.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&de.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(e,r,h,a)||e.addEventListener&&e.addEventListener(d,a)),f.add&&(f.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),de.event.global[d]=!0)},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=He.hasData(e)&&He.get(e);if(v&&(u=v.events)){for(l=(t=(t||"").match(De)||[""]).length;l--;)if(s=Je.exec(t[l])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d){for(f=de.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;o--;)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||de.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)de.event.remove(e,d+t[l],n,r,!0);de.isEmptyObject(u)&&He.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=de.event.fix(e),u=new Array(arguments.length),l=(He.get(this,"events")||{})[s.type]||[],c=de.event.special[s.type]||{};for(u[0]=s,t=1;t=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n-1:de.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u\x20\t\r\n\f]*)[^>]*)\/>/gi,Ze=/\s*$/g;de.extend({htmlPrefilter:function(e){return e.replace(Ke,"<$1>")},clone:function(e,t,n){var r,i,o,a,s=e.cloneNode(!0),u=de.contains(e.ownerDocument,e);if(!(pe.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||de.isXMLDoc(e)))for(a=y(s),r=0,i=(o=y(e)).length;r0&&x(a,!u&&y(e,"script")),s},cleanData:function(e){for(var t,n,r,i=de.event.special,o=0;void 0!==(n=e[o]);o++)if(Le(n)){if(t=n[He.expando]){if(t.events)for(r in t.events)i[r]?de.event.remove(n,r):de.removeEvent(n,r,t.handle);n[He.expando]=void 0}n[Fe.expando]&&(n[Fe.expando]=void 0)}}}),de.fn.extend({detach:function(e){return q(this,e,!0)},remove:function(e){return q(this,e)},text:function(e){return qe(this,function(e){return void 0===e?de.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return A(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||k(this,e).appendChild(e)})},prepend:function(){return A(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=k(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return A(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return A(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(de.cleanData(y(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return de.clone(this,e,t)})},html:function(e){return qe(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Ze.test(e)&&!Ue[(ze.exec(e)||["",""])[1].toLowerCase()]){e=de.htmlPrefilter(e);try{for(;n1)}}),de.Tween=I,I.prototype={constructor:I,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||de.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(de.cssNumber[n]?"":"px")},cur:function(){var e=I.propHooks[this.prop];return e&&e.get?e.get(this):I.propHooks._default.get(this)},run:function(e){var t,n=I.propHooks[this.prop];return this.options.duration?this.pos=t=de.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):I.propHooks._default.set(this),this}},I.prototype.init.prototype=I.prototype,I.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=de.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){de.fx.step[e.prop]?de.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[de.cssProps[e.prop]]&&!de.cssHooks[e.prop]?e.elem[e.prop]=e.now:de.style(e.elem,e.prop,e.now+e.unit)}}},I.propHooks.scrollTop=I.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},de.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},de.fx=I.prototype.init,de.fx.step={};var pt,dt,ht=/^(?:toggle|show|hide)$/,gt=/queueHooks$/;de.Animation=de.extend(X,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return g(n.elem,e,Me.exec(t),n),n}]},tweener:function(e,t){de.isFunction(e)?(t=e,e=["*"]):e=e.match(De);for(var n,r=0,i=e.length;r1)},removeAttr:function(e){return this.each(function(){de.removeAttr(this,e)})}}),de.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return void 0===e.getAttribute?de.prop(e,t,n):(1===o&&de.isXMLDoc(e)||(i=de.attrHooks[t.toLowerCase()]||(de.expr.match.bool.test(t)?vt:void 0)),void 0!==n?null===n?void de.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=de.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!pe.radioValue&&"radio"===t&&i(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(De);if(i&&1===e.nodeType)for(;n=i[r++];)e.removeAttribute(n)}}),vt={set:function(e,t,n){return!1===t?de.removeAttr(e,n):e.setAttribute(n,n),n}},de.each(de.expr.match.bool.source.match(/\w+/g),function(e,t){var n=mt[t]||de.find.attr;mt[t]=function(e,t,r){var i,o,a=t.toLowerCase();return r||(o=mt[a],mt[a]=i,i=null!=n(e,t,r)?a:null,mt[a]=o),i}});var yt=/^(?:input|select|textarea|button)$/i,xt=/^(?:a|area)$/i;de.fn.extend({prop:function(e,t){return qe(this,de.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[de.propFix[e]||e]})}}),de.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&de.isXMLDoc(e)||(t=de.propFix[t]||t,i=de.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=de.find.attr(e,"tabindex");return t?parseInt(t,10):yt.test(e.nodeName)||xt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),pe.optSelected||(de.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),de.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){de.propFix[this.toLowerCase()]=this}),de.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,u=0;if(de.isFunction(e))return this.each(function(t){de(this).addClass(e.call(this,t,V(this)))});if("string"==typeof e&&e)for(t=e.match(De)||[];n=this[u++];)if(i=V(n),r=1===n.nodeType&&" "+U(i)+" "){for(a=0;o=t[a++];)r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=U(r))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,r,i,o,a,s,u=0;if(de.isFunction(e))return this.each(function(t){de(this).removeClass(e.call(this,t,V(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof e&&e)for(t=e.match(De)||[];n=this[u++];)if(i=V(n),r=1===n.nodeType&&" "+U(i)+" "){for(a=0;o=t[a++];)for(;r.indexOf(" "+o+" ")>-1;)r=r.replace(" "+o+" "," ");i!==(s=U(r))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e;return"boolean"==typeof t&&"string"===n?t?this.addClass(e):this.removeClass(e):de.isFunction(e)?this.each(function(n){de(this).toggleClass(e.call(this,n,V(this),t),t)}):this.each(function(){var t,r,i,o;if("string"===n)for(r=0,i=de(this),o=e.match(De)||[];t=o[r++];)i.hasClass(t)?i.removeClass(t):i.addClass(t);else void 0!==e&&"boolean"!==n||((t=V(this))&&He.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":He.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;for(t=" "+e+" ";n=this[r++];)if(1===n.nodeType&&(" "+U(V(n))+" ").indexOf(t)>-1)return!0;return!1}});var bt=/\r/g;de.fn.extend({val:function(e){var t,n,r,i=this[0];{if(arguments.length)return r=de.isFunction(e),this.each(function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,de(this).val()):e)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=de.map(i,function(e){return null==e?"":e+""})),(t=de.valHooks[this.type]||de.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))});if(i)return(t=de.valHooks[i.type]||de.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(bt,""):null==n?"":n}}}),de.extend({valHooks:{option:{get:function(e){var t=de.find.attr(e,"value");return null!=t?t:U(de.text(e))}},select:{get:function(e){var t,n,r,o=e.options,a=e.selectedIndex,s="select-one"===e.type,u=s?null:[],l=s?a+1:o.length;for(r=a<0?l:s?a:0;r-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),de.each(["radio","checkbox"],function(){de.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=de.inArray(de(e).val(),t)>-1}},pe.checkOn||(de.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})});var wt=/^(?:focusinfocus|focusoutblur)$/;de.extend(de.event,{trigger:function(t,n,r,i){var o,a,s,u,l,c,f,p=[r||te],d=le.call(t,"type")?t.type:t,h=le.call(t,"namespace")?t.namespace.split("."):[];if(a=s=r=r||te,3!==r.nodeType&&8!==r.nodeType&&!wt.test(d+de.event.triggered)&&(d.indexOf(".")>-1&&(d=(h=d.split(".")).shift(),h.sort()),l=d.indexOf(":")<0&&"on"+d,t=t[de.expando]?t:new de.Event(d,"object"==typeof t&&t),t.isTrigger=i?2:3,t.namespace=h.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=r),n=null==n?[t]:de.makeArray(n,[t]),f=de.event.special[d]||{},i||!f.trigger||!1!==f.trigger.apply(r,n))){if(!i&&!f.noBubble&&!de.isWindow(r)){for(u=f.delegateType||d,wt.test(u+d)||(a=a.parentNode);a;a=a.parentNode)p.push(a),s=a;s===(r.ownerDocument||te)&&p.push(s.defaultView||s.parentWindow||e)}for(o=0;(a=p[o++])&&!t.isPropagationStopped();)t.type=o>1?u:f.bindType||d,(c=(He.get(a,"events")||{})[t.type]&&He.get(a,"handle"))&&c.apply(a,n),(c=l&&a[l])&&c.apply&&Le(a)&&(t.result=c.apply(a,n),!1===t.result&&t.preventDefault());return t.type=d,i||t.isDefaultPrevented()||f._default&&!1!==f._default.apply(p.pop(),n)||!Le(r)||l&&de.isFunction(r[d])&&!de.isWindow(r)&&((s=r[l])&&(r[l]=null),de.event.triggered=d,r[d](),de.event.triggered=void 0,s&&(r[l]=s)),t.result}},simulate:function(e,t,n){var r=de.extend(new de.Event,n,{type:e,isSimulated:!0});de.event.trigger(r,null,t)}}),de.fn.extend({trigger:function(e,t){return this.each(function(){de.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return de.event.trigger(e,t,n,!0)}}),de.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,t){de.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}),de.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),pe.focusin="onfocusin"in e,pe.focusin||de.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){de.event.simulate(t,e.target,de.event.fix(e))};de.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=He.access(r,t);i||r.addEventListener(e,n,!0),He.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=He.access(r,t)-1;i?He.access(r,t,i):(r.removeEventListener(e,n,!0),He.remove(r,t))}}});var Tt=e.location,Ct=de.now(),Et=/\?/;de.parseXML=function(t){var n;if(!t||"string"!=typeof t)return null;try{n=(new e.DOMParser).parseFromString(t,"text/xml")}catch(e){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||de.error("Invalid XML: "+t),n};var kt=/\[\]$/,St=/\r?\n/g,Nt=/^(?:submit|button|image|reset|file)$/i,Dt=/^(?:input|select|textarea|keygen)/i;de.param=function(e,t){var n,r=[],i=function(e,t){var n=de.isFunction(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(Array.isArray(e)||e.jquery&&!de.isPlainObject(e))de.each(e,function(){i(this.name,this.value)});else for(n in e)G(n,e[n],t,i);return r.join("&")},de.fn.extend({serialize:function(){return de.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=de.prop(this,"elements");return e?de.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!de(this).is(":disabled")&&Dt.test(this.nodeName)&&!Nt.test(e)&&(this.checked||!_e.test(e))}).map(function(e,t){var n=de(this).val();return null==n?null:Array.isArray(n)?de.map(n,function(e){return{name:t.name,value:e.replace(St,"\r\n")}}):{name:t.name,value:n.replace(St,"\r\n")}}).get()}});var jt=/%20/g,At=/#.*$/,qt=/([?&])_=[^&]*/,Lt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Ht=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Ft=/^(?:GET|HEAD)$/,Ot=/^\/\//,Pt={},Rt={},Mt="*/".concat("*"),It=te.createElement("a");It.href=Tt.href,de.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Tt.href,type:"GET",isLocal:Ht.test(Tt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Mt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":de.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?J(J(e,de.ajaxSettings),t):J(de.ajaxSettings,e)},ajaxPrefilter:Y(Pt),ajaxTransport:Y(Rt),ajax:function(t,n){function r(t,n,r,s){var l,p,d,b,w,T=n;c||(c=!0,u&&e.clearTimeout(u),i=void 0,a=s||"",C.readyState=t>0?4:0,l=t>=200&&t<300||304===t,r&&(b=K(h,C,r)),b=Z(h,b,C,l),l?(h.ifModified&&((w=C.getResponseHeader("Last-Modified"))&&(de.lastModified[o]=w),(w=C.getResponseHeader("etag"))&&(de.etag[o]=w)),204===t||"HEAD"===h.type?T="nocontent":304===t?T="notmodified":(T=b.state,p=b.data,l=!(d=b.error))):(d=T,!t&&T||(T="error",t<0&&(t=0))),C.status=t,C.statusText=(n||T)+"",l?m.resolveWith(g,[p,T,C]):m.rejectWith(g,[C,T,d]),C.statusCode(x),x=void 0,f&&v.trigger(l?"ajaxSuccess":"ajaxError",[C,h,l?p:d]),y.fireWith(g,[C,T]),f&&(v.trigger("ajaxComplete",[C,h]),--de.active||de.event.trigger("ajaxStop")))}"object"==typeof t&&(n=t,t=void 0),n=n||{};var i,o,a,s,u,l,c,f,p,d,h=de.ajaxSetup({},n),g=h.context||h,v=h.context&&(g.nodeType||g.jquery)?de(g):de.event,m=de.Deferred(),y=de.Callbacks("once memory"),x=h.statusCode||{},b={},w={},T="canceled",C={readyState:0,getResponseHeader:function(e){var t;if(c){if(!s)for(s={};t=Lt.exec(a);)s[t[1].toLowerCase()]=t[2];t=s[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return c?a:null},setRequestHeader:function(e,t){return null==c&&(e=w[e.toLowerCase()]=w[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==c&&(h.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)C.always(e[C.status]);else for(t in e)x[t]=[x[t],e[t]];return this},abort:function(e){var t=e||T;return i&&i.abort(t),r(0,t),this}};if(m.promise(C),h.url=((t||h.url||Tt.href)+"").replace(Ot,Tt.protocol+"//"),h.type=n.method||n.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(De)||[""],null==h.crossDomain){l=te.createElement("a");try{l.href=h.url,l.href=l.href,h.crossDomain=It.protocol+"//"+It.host!=l.protocol+"//"+l.host}catch(e){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!=typeof h.data&&(h.data=de.param(h.data,h.traditional)),Q(Pt,h,n,C),c)return C;(f=de.event&&h.global)&&0==de.active++&&de.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!Ft.test(h.type),o=h.url.replace(At,""),h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace(jt,"+")):(d=h.url.slice(o.length),h.data&&(o+=(Et.test(o)?"&":"?")+h.data,delete h.data),!1===h.cache&&(o=o.replace(qt,"$1"),d=(Et.test(o)?"&":"?")+"_="+Ct+++d),h.url=o+d),h.ifModified&&(de.lastModified[o]&&C.setRequestHeader("If-Modified-Since",de.lastModified[o]),de.etag[o]&&C.setRequestHeader("If-None-Match",de.etag[o])),(h.data&&h.hasContent&&!1!==h.contentType||n.contentType)&&C.setRequestHeader("Content-Type",h.contentType),C.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+Mt+"; q=0.01":""):h.accepts["*"]);for(p in h.headers)C.setRequestHeader(p,h.headers[p]);if(h.beforeSend&&(!1===h.beforeSend.call(g,C,h)||c))return C.abort();if(T="abort",y.add(h.complete),C.done(h.success),C.fail(h.error),i=Q(Rt,h,n,C)){if(C.readyState=1,f&&v.trigger("ajaxSend",[C,h]),c)return C;h.async&&h.timeout>0&&(u=e.setTimeout(function(){C.abort("timeout")},h.timeout));try{c=!1,i.send(b,r)}catch(e){if(c)throw e;r(-1,e)}}else r(-1,"No Transport");return C},getJSON:function(e,t,n){return de.get(e,t,n,"json")},getScript:function(e,t){return de.get(e,void 0,t,"script")}}),de.each(["get","post"],function(e,t){de[t]=function(e,n,r,i){return de.isFunction(n)&&(i=i||r,r=n,n=void 0),de.ajax(de.extend({url:e,type:t,dataType:i,data:n,success:r},de.isPlainObject(e)&&e))}}),de._evalUrl=function(e){return de.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,throws:!0})},de.fn.extend({wrapAll:function(e){var t;return this[0]&&(de.isFunction(e)&&(e=e.call(this[0])),t=de(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return de.isFunction(e)?this.each(function(t){de(this).wrapInner(e.call(this,t))}):this.each(function(){var t=de(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=de.isFunction(e);return this.each(function(n){de(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){de(this).replaceWith(this.childNodes)}),this}}),de.expr.pseudos.hidden=function(e){return!de.expr.pseudos.visible(e)},de.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},de.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var Wt={0:200,1223:204},$t=de.ajaxSettings.xhr();pe.cors=!!$t&&"withCredentials"in $t,pe.ajax=$t=!!$t,de.ajaxTransport(function(t){var n,r;if(pe.cors||$t&&!t.crossDomain)return{send:function(i,o){var a,s=t.xhr();if(s.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(a in t.xhrFields)s[a]=t.xhrFields[a];t.mimeType&&s.overrideMimeType&&s.overrideMimeType(t.mimeType),t.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest");for(a in i)s.setRequestHeader(a,i[a]);n=function(e){return function(){n&&(n=r=s.onload=s.onerror=s.onabort=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Wt[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=n(),r=s.onerror=n("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&e.setTimeout(function(){n&&r()})},n=n("abort");try{s.send(t.hasContent&&t.data||null)}catch(e){if(n)throw e}},abort:function(){n&&n()}}}),de.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),de.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return de.globalEval(e),e}}}),de.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),de.ajaxTransport("script",function(e){if(e.crossDomain){var t,n;return{send:function(r,i){t=de("