fawick / go-mapnik

Go bindings for mapnik (http://www.mapnik.org or http://github.com/mapnik/mapnik)
BSD 3-Clause "New" or "Revised" License
60 stars 18 forks source link

Parameter type "gdal" does not work #12

Closed kyawmyintthein closed 8 years ago

kyawmyintthein commented 8 years ago

This is my sample style.xml, it work shp file only.

color relief style gdal data/S07E106_utm48s_relief.tif slopeshade style gdal data/S07E106_utm48s_slopeshade.tif hillshade style gdal data/S07E106_utm48s_hs.tif contours style shape data/s07e106_25m.shp
fawick commented 8 years ago

I'd assume that your mapnik shared library does not support raster graphics.

kyawmyintthein commented 8 years ago

I am very new in mapnik. So, how I can solve this problem. Do you have any suggestion.

fawick commented 8 years ago

Have you tried following the installation guide? https://github.com/mapnik/mapnik/wiki/Mapnik-Installation

kyawmyintthein commented 8 years ago

I am using Mac. I think I didn't follow that. Let me try. thanks.

kyawmyintthein commented 8 years ago

Thanks @fawick. It is work.