From 2a4f2d90e439824a2072dab07d80ad612993cd00 Mon Sep 17 00:00:00 2001 From: Christos Charmatzis Date: Wed, 6 Nov 2019 12:43:50 +0200 Subject: [PATCH] fix repo for moving to T.A. Geoforce npm --- README.md | 4 ++-- package.json | 12 +++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8c377bc..3a96b1e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# react-leaflet-bing [![npm version](https://img.shields.io/badge/npm-3.1.0-blue.svg)](https://www.npmjs.com/package/react-leaflet-bing) +# react-leaflet-bing [![npm version](https://img.shields.io/npm/v/react-leaflet-bing.svg)](https://www.npmjs.com/package/react-leaflet-bing) Bing layer as React component for Leaflet build on top of [React-Leaflet](https://github.com/PaulLeCam/react-leaflet). ![Bing example](images/example.gif) @@ -31,7 +31,7 @@ const bing_key = "YOUR-BING-KEY" option | type | | default -----------|--------|---|-------------- subdomains | array | | [0, 1, 2, 3] -type | string |One of the following values: see: https://msdn.microsoft.com/en-us/library/ff701724.aspx| 'Aerial' +type | string |One of the following values: see: https://msdn.microsoft.com/en-us/library/ff701724.aspx| 'Aerial' attribution | string | | 'Bing' culture | string | for supported culture codes see: https://msdn.microsoft.com/en-us/library/hh441729.aspx | '' style | string | REST style parameters see: https://msdn.microsoft.com/en-us/library/mt823636.aspx#Related%20Resources | '' diff --git a/package.json b/package.json index 005def7..25d251f 100644 --- a/package.json +++ b/package.json @@ -19,19 +19,21 @@ }, "repository": { "type": "git", - "url": "git+ssh://git@github.com:Charmatzis/react-leaflet-bing.git" + "url": "git+ssh://git@github.com:TA-Geoforce/react-leaflet-bing.git" }, "keywords": [ + "react-component", "react", "leaflet", - "bing" + "map", + "bing-maps" ], - "author": "Christos Charmatzis", + "author": "T.A. GEOFORCE ", "license": "MIT", "bugs": { - "url": "https://github.com/Charmatzis/react-leaflet-bing/issues" + "url": "https://github.com/TA-Geoforce/react-leaflet-bing/issues" }, - "homepage": "https://github.com/Charmatzis/react-leaflet-bing#readme", + "homepage": "https://github.com/TA-Geoforce/react-leaflet-bing#readme", "peerDependencies": { "leaflet": "^1.3.0", "prop-types": "^15.5.0",