Add missing campsites and mark them on the SVG map

This commit is contained in:
jordi fita mas 2023-09-25 12:51:11 +02:00
parent bba555be10
commit 819c0412d2
2 changed files with 6 additions and 3 deletions

View File

@ -158,11 +158,14 @@ select add_campsite(72, '74');
select add_campsite(72, '75');
select add_campsite(72, '76');
select add_campsite(72, '77');
select add_campsite(73, '78');
select add_campsite(72, '79');
select add_campsite(72, '80');
select add_campsite(72, '81');
select add_campsite(72, '82');
select add_campsite(72, '83');
select add_campsite(75, '84');
select add_campsite(75, '85');
select add_campsite(72, '89');
select add_campsite(72, '90');
select add_campsite(72, '91');

View File

@ -141,7 +141,7 @@
<path d="M0,48.973L-14.679,28.093L-20.121,12.781L-20.121,7.719L-15.186,2.024L-7.846,-1.392L29.991,-1.645L29.991,50.618L0,48.973Z"/>
<text x="1.6790873" y="25.079042" style="fill:rgb(82,84,83);stroke:none">55</text>
</g>
<g transform="matrix(1,0,0,1,328.967,301.571)">
<g id="cp_78" transform="matrix(1,0,0,1,328.967,301.571)">
<path d="M0,17.782L0.827,6.409L10.132,4.135L16.542,-0.414L39.898,-1.448L51.073,-13.234L81.469,-13.234L101.526,-9.099L113.933,-0.414L112.485,15.094L106.902,26.053L97.184,31.016L78.574,31.016L0,17.782Z"/>
</g>
<g id="cp_79" transform="matrix(1,0,0,1,385.933,205.735)">
@ -204,10 +204,10 @@
<path d="M0,-36.667L1.056,-7.194L14.525,-2.553L38.419,-2.553L43.988,0L58.377,-2.553L58.377,-35.739L0,-36.667Z"/>
<text x="21.597435" y="-15.715942" style="fill:rgb(82,84,83);stroke:none">83</text>
</g>
<g transform="matrix(1,0,0,1,139.009,270.362)">
<g id="cp_84" transform="matrix(1,0,0,1,139.009,270.362)">
<path d="M0,-71.477L28.934,-39.916L43.658,-29.473L44.714,0L-40.687,-30.865L0,-71.477Z"/>
</g>
<g transform="matrix(1,0,0,1,116.656,239.496)">
<g id="cp_85" transform="matrix(1,0,0,1,116.656,239.496)">
<path d="M0,-66.371L22.353,-40.611L-18.333,0L-38.291,-10.675L-40.38,-27.848L-55.696,-56.683L0,-66.371Z"/>
</g>
<g id="cp_77" transform="matrix(1,0,0,1,48.4279,314.918)">

Before

Width:  |  Height:  |  Size: 243 KiB

After

Width:  |  Height:  |  Size: 243 KiB