vue-mapbox
Version:
> Combine powers of [Vue.js](https://vuejs.org/) and [Mapbox Gl JS](https://mapbox.com/mapbox-gl-js)
137 lines (136 loc) • 4.27 kB
JavaScript
(window.webpackJsonp = window.webpackJsonp || []).push([
[11],
{
157: function(r, e, t) {
"use strict";
t.r(e);
var s = t(17),
a = Object(s.a)(
{},
function() {
var r = this,
e = r.$createElement,
t = r._self._c || e;
return t(
"ContentSlotsDistributor",
{ attrs: { "slot-key": r.$parent.slotKey } },
[
t("h1", { attrs: { id: "rasterlayer" } }, [
t(
"a",
{
staticClass: "header-anchor",
attrs: { href: "#rasterlayer", "aria-hidden": "true" }
},
[r._v("#")]
),
r._v(" RasterLayer")
]),
r._v(" "),
t("h2", { attrs: { id: "props" } }, [
t(
"a",
{
staticClass: "header-anchor",
attrs: { href: "#props", "aria-hidden": "true" }
},
[r._v("#")]
),
r._v(" Props")
]),
r._v(" "),
t(
"p",
[
r._v("All common "),
t("router-link", { attrs: { to: "/api/Layers/#props" } }, [
r._v("layers props")
])
],
1
),
r._v(" "),
t("h3", { attrs: { id: "source" } }, [
t(
"a",
{
staticClass: "header-anchor",
attrs: { href: "#source", "aria-hidden": "true" }
},
[r._v("#")]
),
r._v(" "),
t("code", [r._v("source")])
]),
r._v(" "),
t("ul", [
t("li", [
t("strong", [r._v("Type:")]),
r._v(" "),
t("code", [r._v("Object | String")])
]),
r._v(" "),
t("li", [t("strong", [r._v("Non-Synced")])]),
r._v(" "),
t("li", [
t("strong", [r._v("Description:")]),
r._v(" A raster tile source.")
]),
r._v(" "),
t("li", [
t("strong", [r._v("See:")]),
r._v(" "),
t("code", [r._v("Raster source")]),
r._v(" in "),
t(
"a",
{
attrs: {
href:
"https://docs.mapbox.com/mapbox-gl-js/style-spec/#sources-raster",
target: "_blank",
rel: "noopener noreferrer"
}
},
[r._v("Mapbox Style Spec"), t("OutboundLink")],
1
)
])
]),
r._v(" "),
t("h2", { attrs: { id: "events" } }, [
t(
"a",
{
staticClass: "header-anchor",
attrs: { href: "#events", "aria-hidden": "true" }
},
[r._v("#")]
),
r._v(" Events")
]),
r._v(" "),
t(
"p",
[
r._v("All common layer "),
t("router-link", { attrs: { to: "/api/Layers/#events" } }, [
r._v("events")
])
],
1
)
]
);
},
[],
!1,
null,
null,
null
);
a.options.__file = "rasterlayer.md";
e.default = a.exports;
}
}
]);