This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

using OSM.pbf data in TileMill

0

Hi everyone Im trying to create a map in TileMill, I have PostGis but it takes only shapefiles. and I want to use all the data the OSM offers, filter it according to my needs. I read a lot about converting PBF to SHP but I got too confused... too much data can any on help me do it in a good way? Thanks a lot

asked 17 Oct '13, 11:51

Shmuli's gravatar image

Shmuli
1222
accept rate: 0%

edited 11 Apr '16, 16:57

Tordanik's gravatar image

Tordanik
12.0k15106147


One Answer:

5

You need to load your OSM data into PostGIS using osm2pgsql

answered 17 Oct '13, 16:38

Andy%20Allan's gravatar image

Andy Allan
12.5k23128153
accept rate: 28%

Source code available on GitHub .