Add hint that zoom level is probably required (Close #56).

This commit is contained in:
David Molineus
2018-10-30 13:00:52 +01:00
parent d2338332b4
commit ed10175072
5 changed files with 79 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Custom route to load map data.
- Add distance filter support for the marker layer (Bounds Mode "fit" has to be enabled).
- Add support for relative css units for map size definition (#59).
- Add hint that zoom level is probably required (#56).
### Deprecated
@@ -23,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Require PHP 7.1.
- Rewritten about page using own route (#48).
### Fixed