Skip to content

Commit 501b2ef

Browse files
committed
Release 0.3.0-dev6
1 parent ceeb18c commit 501b2ef

File tree

5 files changed

+17349
-7
lines changed

5 files changed

+17349
-7
lines changed

dist/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
- Add `circleOptions.strokeEnabled` and `circleOptions.strokeWeight`.
4949
- Add options `customAttribution` and `customAttributionText`.
5050
- Rename `point_` prefix to `__field_` when interpolating datapoint field values
51+
- Remove automatic key suffix for popover texts
52+
- Limit effective zoom level by new "Maximum zoom level" option
5153

5254
## v0.2.0
5355

dist/module.js

Lines changed: 17339 additions & 5 deletions
Large diffs are not rendered by default.

dist/module.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/partials/editor.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,14 @@ <h3 class="main-section-heading">Visual options</h3>
293293

294294
<div class="gf-form-group">
295295
<h5>Center and zoom level</h5>
296+
296297
<gf-form-switch class="gf-form" label="Fit to data" label-class="width-10" checked="ctrl.panel.mapFitData" on-change="ctrl.updateMapCenter()">
297298
</gf-form-switch>
299+
<div class="gf-form">
300+
<label class="gf-form-label width-10">Maximum zoom level</label>
301+
<input type="text" class="input-small gf-form-input max-width-18" ng-model="ctrl.panel.maximumZoom" ng-change="ctrl.updateMapCenter()"
302+
placeholder="9" ng-model-onblur />
303+
</div>
298304

299305
<ng-thing ng-show="ctrl.panel.mapFitData != true">
300306

dist/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{"name": "USA", "path": "images/worldmap-usa.png"},
2424
{"name": "Light Theme", "path": "images/worldmap-light-theme.png"}
2525
],
26-
"version": "0.3.0-dev4",
26+
"version": "0.3.0-dev6",
2727
"updated": "2019-05-06"
2828
},
2929

0 commit comments

Comments
 (0)