isobit-ui 0.0.153 → 0.0.154
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +7 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.0.
|
|
2
|
+
* isobit-ui v0.0.154
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -3281,7 +3281,12 @@ var script$3 = {
|
|
|
3281
3281
|
var me = this,
|
|
3282
3282
|
map = me.map;
|
|
3283
3283
|
console.log('me.map=' + me.map);
|
|
3284
|
-
|
|
3284
|
+
|
|
3285
|
+
if (v == me.lastScope) {
|
|
3286
|
+
map.getView().fit([-8756221.995832639, -1207995.483261405, -8541070.763947014, -899052.0546471546], map.getSize());
|
|
3287
|
+
return;
|
|
3288
|
+
}
|
|
3289
|
+
|
|
3285
3290
|
if (v < 100) v = v * 10000; //si es provincia se aumenta
|
|
3286
3291
|
//if(me.pl){
|
|
3287
3292
|
|