Skip to content

Commit

Permalink
Merge branch 'io-121' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
cristain7 committed Nov 14, 2023
2 parents 32d51c6 + ca74390 commit 96fdaf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Added examples of more geoJSON structures in the map component.

### Changed

- Change font, spacing, and reactivity of datepicker vue component.
Expand Down
4 changes: 2 additions & 2 deletions src/components/map/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h2 class="ods-devtools-text-preset-1">Markers with clustering</h2>
<h2 class="ods-devtools-text-preset-1">Various features, with highlighted polygon</h2>
<div class="ods-devtools-code">
<div class="ods-map" id="ods-map3">
<ods-map ref="odsMap3" api-key="VW1Tn0fx1t3b6t0CHP6Q" geo-json="https://ukeweb-public.s3.dualstack.eu-central-1.amazonaws.com/map/data/featurecollection-with-popups.geojson" />
<ods-map ref="odsMap3" api-key="VW1Tn0fx1t3b6t0CHP6Q" geo-json="https://ukeweb-public.s3.eu-central-1.amazonaws.com/map/data/featurecollection-with-popups-and-multi-variants.geojson" />
</div>
</div>
</div>
Expand Down Expand Up @@ -149,7 +149,7 @@ <h2 class="ods-devtools-text-preset-2">Various features, with highlighted polygo
</div>
<div class="ods-grid__column--12">
<div class="ods-map" id="ods-map6">
<ods-map ref="odsMap6" api-key="VW1Tn0fx1t3b6t0CHP6Q" geo-json="https://ukeweb-public.s3.dualstack.eu-central-1.amazonaws.com/map/data/featurecollection-with-popups.geojson" ratio="ods-ratio-1-1 ods-ratio-21-9-breakpoint-medium" />
<ods-map ref="odsMap6" api-key="VW1Tn0fx1t3b6t0CHP6Q" geo-json="https://ukeweb-public.s3.eu-central-1.amazonaws.com/map/data/featurecollection-with-popups-and-multi-variants.geojson" ratio="ods-ratio-1-1 ods-ratio-21-9-breakpoint-medium" />
</div>
</div>
<div class="ods-grid__column--12">
Expand Down

0 comments on commit 96fdaf5

Please sign in to comment.