NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I am an ios developer who is making a tour app that involves a live map of a park. I have used mapBox to pull in the basic map, but would like to generate my own so I can customize the look just so. It's a very small area that I am actually concerned about, so I don't know the best way to accomplish this. I've downloaded tile mill and tried to follow their instructions for osm bright. I am lacking even a clear concept as to what each of these apps are doing.

Why do I use OSM Bright with tile map?

How can I get street data in tile map that I can style? If I download shapefiles directly, do I still need osm bright?

How do I know which zip files to use with osm bright? Where can I find those?

What should I expect to see when I launch the osm bright project in tilemill? I'm only seeing the base map layer at high zoom levels. Does this mean I've done something wrong, or is it working. If so, how to I get streets, trials, etc?

asked 10 Jul '14, 22:27

pukeanddie's gravatar image

pukeanddie
16111
accept rate: 0%


OSM Bright is the style (a description of what the map should look like). Tilemill is a tool that helps writing and visualising styles. It uses data downloaded in osm format and imported into a postgresql database, does the actual rendering using Mapnik, and presents the whole thing with a slippy map, text editor, and project management.

The OSM-Bright readme has clear instruction on how to get data into the database. Once you have that, create a Tilemill project that points to your style and your database. Edit the style to your taste, and then copy all the tilemill-generated images for you app to use.

permanent link

answered 11 Jul '14, 09:50

Vincent%20de%20Phily's gravatar image

Vincent de P... ♦
17.3k18152249
accept rate: 19%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×50
×36

question asked: 10 Jul '14, 22:27

question was seen: 2,557 times

last updated: 11 Jul '14, 09:50

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum