From 1ad3e8fe3722f507790f50796bf09ce280c4e062 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 20 Jul 2018 19:33:45 -0600 Subject: [PATCH] Changes for 5.1.1. --- README.md | 47 +++++++++++++++++++++++++++++++----------- changelog/v5.1.1.md | 3 +++ package.json | 4 ++-- src/ol/README.md | 50 --------------------------------------------- 4 files changed, 40 insertions(+), 64 deletions(-) create mode 100644 changelog/v5.1.1.md delete mode 100644 src/ol/README.md diff --git a/README.md b/README.md index e6ab49316e..588f6fe3f7 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,44 @@ # OpenLayers -[![Travis CI Status](https://secure.travis-ci.org/openlayers/openlayers.svg)](http://travis-ci.org/#!/openlayers/openlayers) -[![Greenkeeper badge](https://badges.greenkeeper.io/openlayers/openlayers.svg)](https://greenkeeper.io/) -[![Coverage Status](https://coveralls.io/repos/github/openlayers/openlayers/badge.svg?branch=master)](https://coveralls.io/github/openlayers/openlayers?branch=master) -[![OSGeo Project](https://img.shields.io/badge/OSGeo-Project-brightgreen.svg)](http://osgeo.org/) -[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/openlayers/badge?style=rounded)](https://www.jsdelivr.com/package/npm/openlayers) - [OpenLayers](https://openlayers.org/) is a high-performance, feature-packed library for creating interactive maps on the web. It can display map tiles, vector data and markers loaded from any source on any web page. OpenLayers has been developed to further the use of geographic information of all kinds. It is completely free, Open Source JavaScript, released under the 2-clause BSD License (also known as the FreeBSD). ## Getting Started -Use one of the following methods to use OpenLayers in your project: +Install the [`ol` package](https://www.npmjs.com/package/ol): -* For use with webpack, Rollup, Browserify, or other module bundlers, install the [`ol` package](https://www.npmjs.com/package/ol): - ``` - npm install ol - ``` +``` +npm install ol +``` -* If you just want to add a `