mapnik / python-mapnik

Python bindings for mapnik
GNU Lesser General Public License v2.1
160 stars 91 forks source link

Fix test - style is loaded twice into the same map object #165

Closed talaj closed 5 years ago

talaj commented 7 years ago

The test is loading a style into the same map object twice. Once by load_map() and once by load_map_from_string(). Second load throws after https://github.com/mapnik/mapnik/pull/3770.

lightmare commented 5 years ago

This was apparently applied at different lines in 9c5258f36a3a9d5d4ffa60432dc9c72b7b19f1b0.