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:
- Aerial– Aerial imagery.
- AerialWithLabels –Aerial imagery with a road overlay.
- AerialWithLabelsOnDemand - Aerial imagery with on-demand road overlay.
- CanvasDark - A dark version of the road maps.
- - CanvasLight - A lighter version of the road maps which also has some of the details such as hill shading disabled.
- CanvasGray - A grayscale version of the road maps.
- Road – Roads without additional imagery.
see: https://msdn.microsoft.com/en-us/library/ff701724.aspx| 'Aerial'
+type | string |One of the following values: - Aerial– Aerial imagery.
- AerialWithLabels –Aerial imagery with a road overlay.
- AerialWithLabelsOnDemand - Aerial imagery with on-demand road overlay.
- CanvasDark - A dark version of the road maps.
- CanvasLight - A lighter version of the road maps which also has some of the details such as hill shading disabled.
- CanvasGray - A grayscale version of the road maps.
- Road – Roads without additional imagery.
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",