Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo fixes for map.md #213

Merged
merged 1 commit into from
Aug 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/component/map.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

<vuep template="#usage-example"></vuep>
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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`
Expand Down