vue-mapbox
Version:
> Combine powers of [Vue.js](https://vuejs.org/) and [Mapbox Gl JS](https://mapbox.com/mapbox-gl-js)
112 lines (111 loc) • 3.4 kB
JavaScript
(window.webpackJsonp = window.webpackJsonp || []).push([
[8],
{
160: function(a, t, r) {
"use strict";
r.r(t);
var s = r(17),
e = Object(s.a)(
{},
function() {
var a = this,
t = a.$createElement,
r = a._self._c || t;
return r(
"ContentSlotsDistributor",
{ attrs: { "slot-key": a.$parent.slotKey } },
[
r("h1", { attrs: { id: "canvaslayer" } }, [
r(
"a",
{
staticClass: "header-anchor",
attrs: { href: "#canvaslayer", "aria-hidden": "true" }
},
[a._v("#")]
),
a._v(" CanvasLayer")
]),
a._v(" "),
r("div", { staticClass: "tip custom-block" }, [
r("p", { staticClass: "custom-block-title" }, [a._v("TIP")]),
a._v(" "),
r("p", [
a._v("Mapbox GL JS docs:"),
r("br"),
a._v(" "),
r(
"a",
{
attrs: {
href:
"https://docs.mapbox.com/mapbox-gl-js/api/#canvassource",
target: "_blank",
rel: "noopener noreferrer"
}
},
[a._v("CanvasSource"), r("OutboundLink")],
1
)
])
]),
a._v(" "),
r("h2", { attrs: { id: "props" } }, [
r(
"a",
{
staticClass: "header-anchor",
attrs: { href: "#props", "aria-hidden": "true" }
},
[a._v("#")]
),
a._v(" Props")
]),
a._v(" "),
r(
"p",
[
a._v("All common "),
r("router-link", { attrs: { to: "/api/Layers/#props" } }, [
a._v("layers props")
])
],
1
),
a._v(" "),
r("h2", { attrs: { id: "events" } }, [
r(
"a",
{
staticClass: "header-anchor",
attrs: { href: "#events", "aria-hidden": "true" }
},
[a._v("#")]
),
a._v(" Events")
]),
a._v(" "),
r(
"p",
[
a._v("All common layer "),
r("router-link", { attrs: { to: "/api/Layers/#events" } }, [
a._v("events")
])
],
1
)
]
);
},
[],
!1,
null,
null,
null
);
e.options.__file = "canvaslayer.md";
t.default = e.exports;
}
}
]);