osm2vectortiles/docs/create-map-with-mapbox-stud...

40 wiersze
1.7 KiB
Markdown
Czysty Zwykły widok Historia

2015-12-11 08:22:18 +00:00
---
layout: page
title: Create a new Style with Mapbox Studio Classic
2015-12-11 08:22:18 +00:00
published: true
---
# Create a new Style with Mapbox Studio Classic
2015-12-11 08:22:18 +00:00
You can use [the same resources from Mapbox](https://www.mapbox.com/help/getting-started-studio/)
for learning how to design maps with Mapbox Studio Classic. This tutorial will show you how to customize
the OSM Bright style.
2015-12-11 08:22:18 +00:00
Download [Mapbox Studo Classic](https://www.mapbox.com/mapbox-studio-classic/) to create your first map.
## Create new style project
2015-12-11 08:22:18 +00:00
Create a new style project based of OSM Bright. You can also start with a blank slate but it is easier
to get started from an existing style.
In `Styles and Resources` create a new style and choose `OSM Bright 2`. Then save your project.
2015-12-11 08:30:21 +00:00
![Create new project with Mapbox Studio Classic](/media/mapbox_classic_create_project.gif)
## Switch to osm2vectortiles
2015-12-11 08:30:21 +00:00
Now you are based of the vector tiles from Mapbox Streets. To use our free and Open Source vector tiles
you need to `Change Source` in `Layers`.
Enter the [TileJSON](https://github.com/mapbox/tilejson-spec) url of our vectortiles server `vectortiles.osm2vectortiles.org/world.json`.
You can later replace this with your own vector tiles server if you want to serve everything by yourself.
Because our vector tiles are to a large part Mapbox Streets compatible you won't see any drastic changes.
In fact you could even continue styling your project with Mapbox Streets and make the switch at the deployment stage of the project.
![Switch to osm2vectortiles in Mapbox Studio Classic](/media/mapbox_classic_switch_osm2vectortiles.gif)
## Deploy your Map
2015-12-11 08:30:21 +00:00
Because you are no longer bound to Mapbox for hosting you can now host the maps yourself and save money.