@h21-map/google-zoom-box
Advanced tools
Comparing version 1.0.9 to 2.0.1
@@ -77,4 +77,4 @@ | ||
me._fDiv = document.createElement("div"); | ||
me._fDiv.style.opacity = 0.61; | ||
me._fDiv.style.backgroundColor = "#a6b4ca5c"; | ||
me._fDiv.style.opacity = 0.69; | ||
me._fDiv.style.backgroundColor = "#a5b8e35e"; | ||
me._fDiv.style.cursor = "crosshair"; | ||
@@ -85,3 +85,3 @@ me._fDiv.style.zIndex = 999999; | ||
me._fDiv.style.height = 0; | ||
me._fDiv.style.border = " 2px solid #0044d6"; | ||
me._fDiv.style.border = " 2px solid #0051FF"; | ||
me._map.getDiv().appendChild(me._fDiv); | ||
@@ -193,2 +193,3 @@ | ||
}); | ||
me._fDiv.parentNode.removeChild(me._fDiv); | ||
@@ -195,0 +196,0 @@ me._fDiv = null; |
{ | ||
"name": "@h21-map/google-zoom-box", | ||
"scope":"@h21-map", | ||
"version": "1.0.9", | ||
"version": "2.0.1", | ||
"description": "A library of Google Map JS API", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/novakand/h21-map-google-drawing-manager" | ||
"url": "git+https://github.com/novakand/h21-map-google-zoom-box" | ||
}, | ||
@@ -15,0 +15,0 @@ "keywords": [ |
9566