diff options
Diffstat (limited to 'platform/macos/jazzy.yml')
-rw-r--r-- | platform/macos/jazzy.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/platform/macos/jazzy.yml b/platform/macos/jazzy.yml index af50bb22df..406154ec5e 100644 --- a/platform/macos/jazzy.yml +++ b/platform/macos/jazzy.yml @@ -45,6 +45,23 @@ custom_categories: - MGLPolygonFeature - MGLPolylineFeature - MGLShapeCollectionFeature + - name: Style Layers + children: + - MGLStyleLayer + - MGLBaseStyleLayer + - MGLBackgroundStyleLayer + - MGLCircleStyleLayer + - MGLFillStyleLayer + - MGLLineStyleLayer + - MGLRasterStyleLayer + - MGLSymbolStyleLayer + - name: Data Sources + children: + - MGLSource + - MGLGeoJSONSource + - MGLRasterSource + - MGLTileSet + - MGLVectorSource - name: Offline Maps children: - MGLOfflineRegion |