Skip to content

Commit 6e54908

Browse files
committed
Remove dummy data. OWC-95
1 parent 61fa1db commit 6e54908

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

build/blocks/owc-openkaarten/streetmap/client.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/blocks/owc-openkaarten/streetmap/client.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/mix-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"/blocks/owc-openkaarten/streetmap/client.js": "/blocks/owc-openkaarten/streetmap/client.js?id=d049f0393b70486874d6b5c46f5a7551",
2+
"/blocks/owc-openkaarten/streetmap/client.js": "/blocks/owc-openkaarten/streetmap/client.js?id=bf40ff132ebc066be4205d782460f249",
33
"/blocks/owc-openkaarten/streetmap/style.css": "/blocks/owc-openkaarten/streetmap/style.css?id=0c70cc29722d11466724176fc03cdd58",
44
"/blocks/owc-openkaarten/streetmap/editor.css": "/blocks/owc-openkaarten/streetmap/editor.css?id=f4316f0723fb86e3b028a9b448b1f3ae"
55
}

src/blocks/owc-openkaarten/streetmap/assets/scripts/utils/make-tooltip-card.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ export const makeTooltipCard = (location, dataset) => {
88
datasetType: type,
99
locationTitle: tooltipData.find(t => t.layout === 'title')?.title || location.title,
1010
meta: tooltipData.find(t => t.layout === 'meta')?.meta || '',
11-
text: tooltipData.find(t => t.layout === 'text')?.text || 'Huisartsenpraktijk Westmaas B.V. ligt in het gelijknamige dorp in de regio Hoeksche Waard. Westmaas telt circa 2.065 inwoners en levert huisartsenzorg aan 2.380 patiënten.',
11+
text: tooltipData.find(t => t.layout === 'text')?.text || '',
1212
button: tooltipData.find(t => t.layout === 'button') || null,
13-
image: tooltipData.find(t => t.layout === 'image')?.image || 'https://images.unsplash.com/photo-1525916801717-9405b53a3246?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTZ8fHNwb3J0JTIwcGFya3xlbnwwfHwwfHx8MA%3D%3D',
13+
image: tooltipData.find(t => t.layout === 'image')?.image || '',
1414
properties: location.properties,
1515
coordinates: location.geometry.coordinates
1616
};

src/blocks/owc-openkaarten/streetmap/assets/scripts/vue/ListView.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ const filteredLocations = computed(() => {
3131
datasetTitle: dataset.title,
3232
title: tooltipData.find(t => t.layout === 'title')?.title || feature.title,
3333
meta: tooltipData.find(t => t.layout === 'meta')?.meta || '',
34-
text: tooltipData.find(t => t.layout === 'text')?.text || 'Huisartsenpraktijk Westmaas B.V. ligt in het gelijknamige dorp in de regio Hoeksche Waard. Westmaas telt circa 2.065 inwoners en levert huisartsenzorg aan 2.380 patiënten. ',
34+
text: tooltipData.find(t => t.layout === 'text')?.text || '',
3535
button: tooltipData.find(t => t.layout === 'button') || null,
36-
image: tooltipData.find(t => t.layout === 'image')?.image || 'https://images.unsplash.com/photo-1525916801717-9405b53a3246?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTZ8fHNwb3J0JTIwcGFya3xlbnwwfHwwfHx8MA%3D%3D'
36+
image: tooltipData.find(t => t.layout === 'image')?.image || ''
3737
};
3838
}));
3939
});

0 commit comments

Comments
 (0)