> For the complete documentation index, see [llms.txt](https://docs.mapbox.com/ja/map-styles/llms.txt)

# Mapbox Outdoors

**Mapbox Outdoors** is a terrain-focused map style designed for outdoor and recreational use. It emphasizes natural features including contour lines, hillshading, national parks, hiking trails, ski runs, and land cover classifications.

> **Note (warning): Classic style — no longer maintained**
> 
> Mapbox Outdoors is a classic style that is no longer actively maintained. It remains available for existing applications.
> 
> For new projects, use [Mapbox Standard](https://docs.mapbox.com/ja/map-styles/reference/standard/), which includes continuously improving cartography, 3D features, and dynamic lighting.

### Access this Style

Use this **Style URL** to load this style in any Mapbox SDK or library:

```text
mapbox://styles/mapbox/outdoors-v12
```

Retrieve the full style JSON via the [Styles API](https://docs.mapbox.com/api/ja/maps/styles/):

```text
https://api.mapbox.com/styles/v1/mapbox/outdoors-v12?access_token=YOUR_MAPBOX_ACCESS_TOKEN
```

[Clone in Studio](https://account.mapbox.com/auth/signin/?route-to=https://studio.mapbox.com/styles/add-style/mapbox/outdoors-v12)

### Map Preview

**Tilesets used in this style:**

-   [Mapbox Streets v8](https://docs.mapbox.com/ja/ja/data/tilesets/reference/mapbox-streets-v8/)
-   [Mapbox Terrain v2](https://docs.mapbox.com/ja/ja/data/tilesets/reference/mapbox-terrain-v2/)
-   [Mapbox Bathymetry v2](https://docs.mapbox.com/ja/ja/data/tilesets/reference/mapbox-bathymetry-v2/)

## Common uses

-   Hiking, trail, and outdoor recreation applications
-   Wilderness and national park mapping
-   Cycling and skiing route planning
-   Any application where terrain and natural features are important context

## Customization

Classic styles can be customized in two ways:

-   **At runtime in code** — use `setLayoutProperty` and `setPaintProperty` to show, hide, or restyle individual layers after the map loads. This keeps all style logic in your codebase and is well-suited for dynamic changes driven by user interaction or application state.
-   **In Mapbox Studio** — clone the style in [Mapbox Studio](https://console.mapbox.com/studio/) to adjust colors, toggle layers, change fonts, and add custom data sources. The resulting custom style is hosted by Mapbox and referenced by a style URL.

For new projects, consider using [Mapbox Standard](https://docs.mapbox.com/ja/map-styles/reference/standard/) instead. Standard provides a richer feature set, continuously improving cartography, and a configuration API that replaces direct layer manipulation.