Commit a01eb89
committed
Update how map-feature / mapmlvectors calculates FeatureLayer.layerBounds
Update FeatureLayer to dynamically update .layerBounds if initialized
without a options.extent bounds
Apply temporary patch to get multipleExtents.test.js working in debug mode
Change FeatureLayer, no longer extend / shrink layerBounds as features
are added.
Pass layerBounds to M.featureLayer initialize via option during
initialization; use M.getBounds(mapml) to derive bounds from map-meta
in the MapMLLayer._content (in the case of MapMLLayer._mapmlvectors),
pass the derived bounds (from TemplatedFeaturesLayer.extentBounds and
TemplatedTileLayer.extentBounds) when creating a FeatureLayer in those
contexts. (templated layers' extentBounds property is derived from
their child map-input axis min/max values, with the M._extractInputBounds
utility).1 parent 80260e3 commit a01eb89
4 files changed
Lines changed: 16 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
| |||
47 | 52 | | |
48 | 53 | | |
49 | 54 | | |
50 | | - | |
| 55 | + | |
51 | 56 | | |
52 | 57 | | |
53 | 58 | | |
54 | 59 | | |
55 | 60 | | |
56 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
57 | 64 | | |
58 | 65 | | |
59 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1515 | 1515 | | |
1516 | 1516 | | |
1517 | 1517 | | |
1518 | | - | |
| 1518 | + | |
| 1519 | + | |
| 1520 | + | |
| 1521 | + | |
1519 | 1522 | | |
1520 | 1523 | | |
1521 | 1524 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
| |||
0 commit comments