Im a beginner and want to modify a style_default file befor import to osm2pgsql, can somebody answer me please? |
Why not ask your question on the new OpenStreetMap Community Forum?
Im a beginner and want to modify a style_default file befor import to osm2pgsql, can somebody answer me please? |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Question tags:
question asked: 29 Apr, 00:45
question was seen: 295 times
last updated: 29 Apr, 12:44
Hello - you might need to provide a bit more information about what you are trying to do. The word "style" is unfortunately used for several different things:
Firstly, it's used for the entire map style, so https://github.com/gravitystorm/openstreetmap-carto is the "map style" for the "standard" tiles you see at openstreetmap.org. In there is a "style" directory https://github.com/gravitystorm/openstreetmap-carto/tree/master/style which contains the actual code for the map style.
There's also https://github.com/gravitystorm/openstreetmap-carto/blob/master/openstreetmap-carto.style , which determines which columns are created in the database by osm2pgsql.
Finally lua processing files such as https://github.com/gravitystorm/openstreetmap-carto/blob/master/openstreetmap-carto.lua are sometimes referred to as "style files".