File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ tirex (0.8.0-pre) unstable; urgency=medium
7
7
* Ensure tirex stats are initialized to 0 not null cf issue #29
8
8
* Default master timeout raised from 10 to 60 minutes
9
9
* mapnik fontdir_recurse default changed to true
10
+ * Correct syntax in example map to match current mapnik API
10
11
11
12
-- Frederik Ramm <ramm@geofabrik.de> Thu, 19 May 2022 13:41:14 +0200
12
13
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Map bgcolor =" #eeebe2" srs =" +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs +over" >
2
+ <Map background-color =" #eeebe2" srs =" +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs +over" >
3
3
<Style name =" ocean" >
4
4
<Rule >
5
5
<PolygonSymbolizer fill =" #b1d2f5" />
You can’t perform that action at this time.
0 commit comments