We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265ccce commit 7632006Copy full SHA for 7632006
CHANGELOG.md
@@ -1,5 +1,24 @@
1
# Changelog
2
3
+## [2.2.0] - 2022-03-11
4
+
5
+### Added
6
+- Calculate center and write to metadata (@yuiseki)
7
+- Option to use high-resolution geometries at max zoom (@systemed)
8
+- Output slow geometries and allow user interrupt (@systemed, @billysan)
9
+- Support osmium locations-on-ways format (@systemed)
10
+- CORS support in server.rb (@Kimiru)
11
12
+### Changed
13
+- Faster multipolygon combining (@systemed)
14
+- Faster multilinestring combining (@systemed)
15
16
+### Fixed
17
+- Correctly store and write points from .shp (@systemed)
18
+- Relation scan is now thread-safe (@systemed)
19
+- Remove unused variable in OMT profile (@leonardehrenfried)
20
21
22
## [2.1.0] - 2022-02-11
23
24
### Added
0 commit comments