We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca38c5 commit 5c43e5dCopy full SHA for 5c43e5d
src/mapboxgl/overlay/GraticuleLayer.js
@@ -85,7 +85,7 @@ const defaultOptions = {
85
export class GraticuleLayer {
86
constructor(options) {
87
this.id = options && options.layerID ? options.layerID : CommonUtil.createUniqueID('graticuleLayer_');
88
- this.sourceId = this.id;
+ this.sourceId = this.id + '_line';
89
this.canvasId = this.id;
90
this.options = options;
91
this.resetEvent = this._reset.bind(this);
0 commit comments