Opened 8 years ago

Closed 7 years ago

#1734 closed enhancement (fixed)

OSM Excellence for Live 10

Reported by: darkblueb Owned by: live-demo@…
Priority: normal Milestone: OSGeoLive10.5
Component: OSGeoLive Keywords: osm
Cc:

Description

docs? tools?

Change history (4)

comment:1 by darkblueb, 8 years ago

build a10_174 .. problems with python-mapnik

testing with

https://github.com/OSGeo/OSGeoLive-Notebooks/blob/master/projects/FIONA/fiona-shapely-mapnik.ipynb

---------------------------------------------------------------------------
ArgumentError                             Traceback (most recent call last)
<ipython-input-9-70b99e8489f8> in <module>()
      9 rule = mapnik.Rule()
     10 
---> 11 line_symbolizer = mapnik.LineSymbolizer(mapnik.Color('green'),0.4)
     12 rule.symbols.append(line_symbolizer)
     13 

ArgumentError: Python argument types in
    LineSymbolizer.__init__(LineSymbolizer, Color, float)
did not match C++ signature:
    __init__(_object*)

comment:2 by Bas Couwenberg, 8 years ago

The LineSymbolizer issue has been fixed via #1751

comment:3 by kalxas, 7 years ago

Milestone: OSGeoLive10.0OSGeoLive10.5

Ticket retargeted after milestone closed

comment:4 by kalxas, 7 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.