Also, disabled building label and address rendering for amenities, shops and offices.
Merge pull request #3199 from pnorman/lua_whitespace
Fix a whitespace error in the Lua code
Merge pull request #3202 from sommerluk/bugfix01
Bugfix primary road casing
Merge pull request #3197 from nebulon42/project-whitespace
fix trailing whitespace in project.mml and .mss files
Reverted change that prevented rendering building labels under POIs
Potential material for a future PR.
Merge remote-tracking branch 'andrzej-r/office4'
Refurbished spring icon (fix #325 using @imagico first tests) (#3189)
Merge pull request #3211 from andrzej-r/amenity1
Added rendering of nursing_home, childcare and driving_school amenities
Brighten built-up areas on z12 (#3225)
This resolves 2777
enable access to the postgresql database from the host and restrict p…
…ort sharing to localhost only (#3208)
Render “surface” tag on roads with a pattern (#2640)
* code re-ordering - no rendering change * Render unpaved road surface with a pattern
Ditch and drain text is not offset (#3120)
* Resolved the merge conflict by incorporating the changes since my original pull request. * Updated water.mss to fix canal text-dy offset
Merge pull request #3234 from sommerluk/fix01
More detailed documentation of text rendering
Select overground power=cable like power=line (#3226)
* Select overground power=cable like power=line Power cables with a location tag that says they are overground, are now selected and rendered just like power lines, to improve the look of substations that use gas insulated cables. Since those cables are insulated, they have to be mapped with power=cable instead of power=line, but this left undesirable gaps in the connections. According to the wiki[1], cables without a location tag default to 'either underground or underwater', so they are treated as such. [1] https://wiki.openstreetmap.org/wiki/Tag:power%3Dcable Closes #3217. * Change power cable query to whitelist Per a request from @kocio-pl [1] [1] #3226 (comment)
This should configure editors to follow the indentation and whitespace behaviour the existing code has, using http://editorconfig.org/ For #3209
differentiate guidepost from general tourism=information display, add…
… name and ele to guidepost if present (#3198)
Merge pull request #3245 from Zverik/fix_location
Restore compatibility with older pgsql
Check all YAML files are valid YAML
This checks with find rather than an explicit list, because any .yml or .yaml files should be YAML, and should be valid.
When downloading files it is a good idea to set the timestamp
of the remote file.