mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
parent
af5a5b61ed
commit
1fd4ed0a55
1
AUTHORS
1
AUTHORS
@ -28,6 +28,7 @@ Patches
|
||||
- Krzysztof Godlewski
|
||||
- Beau Gunderson
|
||||
- John Hague
|
||||
- Dennis Luxen
|
||||
- Tom MacWright
|
||||
- Dražen Odobašić
|
||||
- Martijn van Oosterhout
|
||||
|
||||
@ -348,7 +348,7 @@ namespace mapnik
|
||||
~Map();
|
||||
|
||||
inline void setAspectFixMode(aspect_fix_mode afm) { aspectFixMode_ = afm; }
|
||||
inline aspect_fix_mode getAspectFixMode() { return aspectFixMode_; }
|
||||
inline aspect_fix_mode getAspectFixMode() const { return aspectFixMode_; }
|
||||
|
||||
private:
|
||||
void fixAspectRatio();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user