kopia lustrzana https://github.com/osm2vectortiles/osm2vectortiles
40 wiersze
1.7 KiB
Markdown
40 wiersze
1.7 KiB
Markdown
![]() |
---
|
||
|
layout: page
|
||
![]() |
title: Create a new Style with Mapbox Studio Classic
|
||
![]() |
published: true
|
||
|
---
|
||
|
|
||
![]() |
# Create a new Style with Mapbox Studio Classic
|
||
|
|
||
![]() |
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.
|
||
![]() |
|
||
|
Download [Mapbox Studo Classic](https://www.mapbox.com/mapbox-studio-classic/) to create your first map.
|
||
|
|
||
![]() |
## Create new style project
|
||
![]() |
|
||
|
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.
|
||
![]() |
|
||
|

|
||
|
|
||
![]() |
## Switch to osm2vectortiles
|
||
![]() |
|
||
|
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.
|
||
|
|
||
|

|
||
|
|
||
![]() |
## Deploy your Map
|
||
![]() |
|
||
|
Because you are no longer bound to Mapbox for hosting you can now host the maps yourself and save money.
|