Skip to content

Commit

Permalink
added more collaborators
Browse files Browse the repository at this point in the history
  • Loading branch information
koilebeit committed Oct 24, 2023
1 parent 87e22bb commit 673ed37
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@ export const partners = [
'Kunstmuseum Basel',
'LITERATURSPUR',
'Museum der Kulturen Basel',
'Naturhistorisches Museum Basel',
'Pharmaziemuseum der Universität Basel',
'S AM Schweizerisches Architekturmuseum',
'Verein Frauenstadtrundgang Basel'
'Verein Frauenstadtrundgang Basel',
'Volkshochschule beider Basel'
];
42 changes: 42 additions & 0 deletions src/lib/data/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,20 @@
"coordinates": [7.58872, 47.55597]
}
},
{
"type": "Feature",
"properties": {
"name": "Historische und Antiquarische Gesellschaft",
"label": "HAG",
"description": "TBD",
"address": "Schönbeinstrasse 20, 4056 Basel",
"website": "https://hag-basel.ch/"
},
"geometry": {
"type": "Point",
"coordinates": [7.58089, 47.55977]
}
},
{
"type": "Feature",
"properties": {
Expand Down Expand Up @@ -281,6 +295,20 @@
"coordinates": [7.59085, 47.55711]
}
},
{
"type": "Feature",
"properties": {
"name": "Museum.BL",
"label": "Museum.BL",
"description": "TBD",
"address": "Zeughauspl. 28, 4410 Liestal",
"website": "https://www.museum.bl.ch/"
},
"geometry": {
"type": "Point",
"coordinates": [7.735549, 47.485151]
}
},
{
"type": "Feature",
"properties": {
Expand All @@ -295,6 +323,20 @@
"coordinates": [7.59036, 47.55773]
}
},
{
"type": "Feature",
"properties": {
"name": "Pharmaziemuseum",
"label": "Pharmaziemuseum",
"description": "TBD",
"address": "Totengässlein 3, 4051 Basel",
"website": "https://pharmaziemuseum.ch/de/"
},
"geometry": {
"type": "Point",
"coordinates": [7.58616, 47.55861]
}
},
{
"type": "Feature",
"properties": {
Expand Down

0 comments on commit 673ed37

Please sign in to comment.