From cc60434716b3f1c410ce2f1dd93d08ed0901837a Mon Sep 17 00:00:00 2001 From: Mike Ajala <10845154+agmt5989@users.noreply.github.com> Date: Sat, 17 Aug 2019 00:13:29 +0100 Subject: [PATCH] Typo fixes for map.md Just a few additional typography fixes for map.md readme component --- docs/component/map.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/component/map.md b/docs/component/map.md index 57830fd3..bb4757e7 100644 --- a/docs/component/map.md +++ b/docs/component/map.md @@ -2,7 +2,7 @@ > The core component of VueLayers -It is a main container for all other VueLayers components and has one `default` +This is the main container for all other VueLayers components and has one `default` slot to place them all. Usually you will use it together with [`vl-view`](/docs/component/view.md) component to setup `zoom`, `center`, `projection` and other view related propeties for the map. @@ -16,7 +16,7 @@ Vue.use(Map) ## Usage -Example of simple map. +Example of a simple map. See also documentation of [`vl-view`](/docs/component/view.md) component. @@ -52,7 +52,7 @@ See also documentation of [`vl-view`](/docs/component/view.md) component. - **Type**: `Object, boolean` - **Default**: `true` -Options for default controls added to the map by default. Set to `false` to disable +Options for default controls are added to the map by default. Set to `false` to disable all map controls. Object value is used to configure controls. ### keyboard-event-target @@ -137,7 +137,7 @@ Pointer events that emits [`ol.MapBrowserEvent`](http://openlayers.org/en/latest - `pointerdrag` - `pointermove` -Other events that emits [`ol.MapEvent`](http://openlayers.org/en/latest/apidoc/module-ol_MapEvent-MapEvent.html) +Other events that emit [`ol.MapEvent`](http://openlayers.org/en/latest/apidoc/module-ol_MapEvent-MapEvent.html) - `movestart` - `moveend`