Skip to content

Commit

Permalink
Merge pull request #351 from visualize-admin/feat/add-swisstopo-base-…
Browse files Browse the repository at this point in the history
…layer

Add Swisstopo light base layer
  • Loading branch information
bprusinowski authored Feb 16, 2022
2 parents 749ed1e + 77e7471 commit 4be5af1
Show file tree
Hide file tree
Showing 16 changed files with 6,255 additions and 211 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Page have improved titles now, depending on where you are on the application. Helpful when you have
multiple tabs with visualize.admin or when you bookmark things. [#331](https://github.com/visualize-admin/visualization-tool/pull/331)
- Theme and organization navigation counts take into account the search field now. [#329](https://github.com/visualize-admin/visualization-tool/pull/329)
- Added rivers and lakes through vector layer [#309](https://github.com/visualize-admin/visualization-tool/pull/309)
- Implemented a new base layer which makes use of vector tiles [#351](https://github.com/visualize-admin/visualization-tool/pull/351)
- Improved chart editing navigation [#337](https://github.com/visualize-admin/visualization-tool/pull/337)
- Improved chart publish action buttons [#337](https://github.com/visualize-admin/visualization-tool/pull/337)
- Improved cascading filters selection to ensure data is shown after filter selection [#343](https://github.com/visualize-admin/visualization-tool/pull/343)
Expand All @@ -27,9 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Maps

It is now possible to use maps as a new visualization type. Quantities can be encoded
as a scatterplot on the map. Datasets which have a shared dimension containing
geo coordinates can be charted on a map.
It is now possible to use maps as a new visualization type. Quantities can be encoded as a scatterplot on the map. Datasets which have GeoShapes or GeoCoordinates dimensions can be charted on a map.

[#294](https://github.com/visualize-admin/visualization-tool/pull/294) [#289](https://github.com/visualize-admin/visualization-tool/pull/289) [#292](https://github.com/visualize-admin/visualization-tool/pull/292) [#286](https://github.com/visualize-admin/visualization-tool/pull/286) [#240](https://github.com/visualize-admin/visualization-tool/pull/240) [#293](https://github.com/visualize-admin/visualization-tool/pull/293) [#301](https://github.com/visualize-admin/visualization-tool/pull/301) [#302](https://github.com/visualize-admin/visualization-tool/pull/302)

Expand Down
3 changes: 1 addition & 2 deletions app/charts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,7 @@ export const getInitialConfig = ({
},
},
baseLayer: {
showRelief: true,
showWater: true,
show: true,
},
};

Expand Down
Loading

0 comments on commit 4be5af1

Please sign in to comment.