MapServer / basemaps

Scripts to generate MapServer mapfiles based on OpenStreetMap data. Please submit pull requests to the 'main' branch.
61 stars 46 forks source link

Configurable outline width and outline colors in highways and landusage #19

Closed sgrossberndt closed 11 years ago

sgrossberndt commented 11 years ago

Replaced the static values for outline width of railway, other, track, tertiary, secondary, primary and pedestrian with variables defaulting to the old values in generate_style.py

Added configurable outline width and color for railway, industrial, residential and waterarea defaulting to the same color as the area and a width of 0 in generate_style.py

Thus more configuration options are available with an unchanged output.

sgrossberndt commented 11 years ago

Do I have do make the changes again in branch-6-2 to have them available there too or is there another way to do that?

tbonfort commented 11 years ago

Thanks, seems fine. For the future, try to apply to 6-2 only, we then merge into master automatically. I'll take care of it by cherry-picking for now.

tbonfort commented 11 years ago

rebased and applied in master (1151e37) and branch-6-2 (9504d9a) thanks @sgrossberndt