I make indoor map with JOSM (.osm format) then i sucessfully convert them in to shapefile(.shp format). I want to convert them in to MBTiles format in order to display andorid application by using TileMill. When i upload my shp file in TileMill project , i cant see my map. Is there a way to show it? Thank you.
Here is my .shp file link
Map {
background-color: #b8dee6;
}
#countries {
::outline {
line-color: #85c5d3;
line-width: 2;
line-join: round;
}
polygon-fill: #fff;
}
#polygon.poly {
line-color:#594;
line-width:0.5;
polygon-opacity:1;
polygon-fill:#ae8;
}