mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
typo
This commit is contained in:
parent
08f1a71e4b
commit
85804b797f
@ -52,7 +52,7 @@ metawriter_create(const boost::property_tree::ptree &pt) {
|
||||
|
||||
optional<boolean> pixel_coordinates = get_opt_attr<boolean>(pt, "pixel-coordinates");
|
||||
if (pixel_coordinates) {
|
||||
json->set_pixel_coordintates(*pixel_coordinates);
|
||||
json->set_pixel_coordinates(*pixel_coordinates);
|
||||
}
|
||||
writer = json;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user