[maps,tests][xs]: add default export to OpenLayers component

This commit is contained in:
João Demenech
2023-07-07 10:47:44 -03:00
parent 188706e02d
commit 5f1d8151f5
6 changed files with 783 additions and 146 deletions

View File

@@ -16,6 +16,16 @@ the education slice has grown noticeably over the years, indicating Frankfurt's
The city's commitment to education is abundantly clear.
<Map data="https://openlayers.org/data/vector/ecoregions.json" />
<OpenLayers
layers={[
{
url: 'https://openlayers.org/data/vector/ecoregions.json',
name: 'Teste',
},
]}
/>
<VegaLite
spec={{
$schema: 'https://vega.github.io/schema/vega-lite/v5.json',