--- layout: api title: "v1.6.3 API: L.mapbox.simplestyle.style(feature)" categories: api version: v1.6.3 permalink: /api/v1.6.3/l-mapbox-simplestyle-style ---
Given a GeoJSON Feature with optional simplestyle-spec properties, return an options object formatted to be used as Leaflet Path options.
Options | Value | Description |
---|---|---|
feature | object | A GeoJSON feature object |
Examples:
L.geoJson(geoJson, {
pointToLayer: L.mapbox.simplestyle.style,
});
A working example of L.mapbox.simplestyle in use
Returns:
An object formatted to be used as Leaflet Path options.