Taipei City Center Map#
This is a minimal interactive map created with Mapbox GL JS.
Testing Different Styles#
Default Dark Style#
Your Custom Style#
Usage Instructions#
This map supports the following interactive features:
- 🖱️ Drag to pan the map
- 🔍 Zoom with the top-right buttons
- 📱 Touch support
- 🖥️ Fullscreen mode
Custom Parameters#
You can customize the map with the following parameters:
{{< mapbox
lat="25.0330"
lng="121.5654"
zoom="13"
height="500px"
style="mapbox://styles/mapbox/streets-v12"
token="YOUR_MAPBOX_TOKEN"
>}}
Available Map Styles#
mapbox://styles/mapbox/streets-v12- Streets (default)mapbox://styles/mapbox/outdoors-v12- Outdoorsmapbox://styles/mapbox/light-v11- Lightmapbox://styles/mapbox/dark-v11- Darkmapbox://styles/mapbox/satellite-v9- Satellitemapbox://styles/mapbox/satellite-streets-v12- Satellite Streets
Getting a Mapbox Token#
- Go to Mapbox
- Sign up for a free account
- Get your Access Token from the Dashboard
- Replace the
tokenparameter in the shortcode with your token

